Add command

This commit is contained in:
SileNce5k 2021-03-01 19:36:52 +01:00
parent cfdee13040
commit 2e64fa7bd6
No known key found for this signature in database
GPG key ID: C507260E7F2583AD

View file

@ -50,6 +50,7 @@ client.on('message', async message => {
case "e":
case "help":
case "userinfo":
case "katti":
command.execute(message, args);
break;
default: