14 lines
227 B
JavaScript
14 lines
227 B
JavaScript
![]() |
const commands = [
|
||
|
{
|
||
|
"NAME": "/help",
|
||
|
"TEXT": [
|
||
|
"Hello " + userMention + " please PM me @" + process.env.BOT_USERNAME + " and i'll try to help.",
|
||
|
]
|
||
|
}
|
||
|
]
|
||
|
|
||
|
module.exports = commands;
|
||
|
|
||
|
|
||
|
|