mirror of
https://github.com/ION606/selmerBot.git
synced 2026-05-14 21:26:54 +00:00
Added the 'extracredit' and 'quotes' commands
This commit is contained in:
@@ -64,12 +64,19 @@ client.on('messageCreate', (message) => {
|
||||
case 'arrow': client.commands.get('arrow').execute(message, args, Discord);
|
||||
break;
|
||||
|
||||
//case 'playaudio': client.commands.get('playaudio').execute(message, args, client, Discord);
|
||||
//break;
|
||||
case 'quotes': client.commands.get('quotes').execute(message, args, Discord, Client);
|
||||
break;
|
||||
|
||||
case 'extracredit': client.commands.get('EC').execute(message);
|
||||
break;
|
||||
|
||||
default: message.channel.send("'" + message.content + "' is not a command!");
|
||||
}
|
||||
})
|
||||
|
||||
|
||||
|
||||
|
||||
//Last Line
|
||||
client.login(token);
|
||||
Reference in New Issue
Block a user