add botinfo

This commit is contained in:
SileNce5k 2021-02-14 13:00:27 +01:00
parent 8687b5da84
commit c0b52e6bba
No known key found for this signature in database
GPG key ID: C507260E7F2583AD

View file

@ -42,6 +42,8 @@ client.on('message', async message => {
command.execute(message, client);
} else if (commandName == "say") {
command.execute(message, args)
} else if (commandName == "botinfo"){
command.execute(message, client)
}
else {
command.execute(message);