activities
This commit is contained in:
parent
b01670dcbf
commit
6a952db075
2 changed files with 7 additions and 0 deletions
bot/constants
6
bot/constants/activities.json
Normal file
6
bot/constants/activities.json
Normal 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
1
bot/constants/index.js
Normal file
|
@ -0,0 +1 @@
|
|||
exports.activities = require('./activities.json');
|
Loading…
Reference in a new issue