activities

This commit is contained in:
Emily 2020-10-21 18:57:18 +11:00
parent b01670dcbf
commit 6a952db075
2 changed files with 7 additions and 0 deletions

View file

@ -0,0 +1,6 @@
[
{ "message": "the bees on my flowers", "type": 3 },
{ "message": "for trick-or-treaters 🎃", "type": 3 },
{ "message": "my code is binary? cringe", "type": 0 },
{ "message": "BHNPS", "type": 0 }
]

1
bot/constants/index.js Normal file
View file

@ -0,0 +1 @@
exports.activities = require('./activities.json');