Add message type to testing command

This commit is contained in:
7cc5c4f330d47060 2024-08-17 07:52:59 -04:00
parent c73409b2a1
commit 64b7c0d825
Signed by: 7cc5c4f330d47060
SSH key fingerprint: SHA256:e+4tcZut1nBpe10PqjaO+Rvie0Q7W4qIvFzcUw+7riA
2 changed files with 2 additions and 0 deletions
commands
lang

View file

@ -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(", ")))

View file

@ -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",