BBLBTV_Suzie/data/group/commands.js

18 lines
264 B
JavaScript
Raw Normal View History

2020-06-29 21:39:15 +01:00
const commands = [
{
"NAME": "/help",
"TEXT": [
2020-06-29 22:43:41 +01:00
"please PM me @" + process.env.BOT_USERNAME + " and i'll try to help.",
2020-06-29 21:39:15 +01:00
]
2020-06-29 22:43:41 +01:00
},
{
"NAME": "/sub_status",
"TEXT": []
2020-06-29 21:39:15 +01:00
}
]
module.exports = commands;