add botinfo
This commit is contained in:
parent
8687b5da84
commit
c0b52e6bba
1 changed files with 2 additions and 0 deletions
|
@ -42,6 +42,8 @@ client.on('message', async message => {
|
||||||
command.execute(message, client);
|
command.execute(message, client);
|
||||||
} else if (commandName == "say") {
|
} else if (commandName == "say") {
|
||||||
command.execute(message, args)
|
command.execute(message, args)
|
||||||
|
} else if (commandName == "botinfo"){
|
||||||
|
command.execute(message, client)
|
||||||
}
|
}
|
||||||
else {
|
else {
|
||||||
command.execute(message);
|
command.execute(message);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue