Add message type to testing command
This commit is contained in:
parent
c73409b2a1
commit
64b7c0d825
2 changed files with 2 additions and 0 deletions
|
@ -21,6 +21,7 @@ module.exports = {
|
|||
c.reply(reply("username",c.username))
|
||||
c.reply(reply("nickname",c.nickname))
|
||||
c.reply(reply("command",c.command))
|
||||
c.reply(reply("msgType",c.msgType))
|
||||
c.reply(reply("prefix",c.prefix))
|
||||
c.reply(reply("index",c.index.toString()))
|
||||
c.reply(reply("args",c.args.join(", ")))
|
||||
|
|
|
@ -73,6 +73,7 @@
|
|||
"command.test.username": "Username",
|
||||
"command.test.nickname": "Nickname",
|
||||
"command.test.command": "Command",
|
||||
"command.test.msgType": "Message type",
|
||||
"command.test.prefix": "Prefix",
|
||||
"command.test.index": "Bot ID",
|
||||
"command.test.args": "Arguments",
|
||||
|
|
Loading…
Reference in a new issue