mirror of
https://github.com/ION606/selmerBot.git
synced 2026-05-15 05:36:54 +00:00
Added the 'links' command
This commit is contained in:
@@ -59,6 +59,9 @@ client.on('messageCreate', (message) => {
|
||||
case 'profile': client.commands.get('profile').execute(message, args, Discord);
|
||||
break;
|
||||
|
||||
case 'links': client.commands.get('links').execute(message, args, Discord);
|
||||
break;
|
||||
|
||||
default: message.channel.send("'" + message.content + "' is not a command!");
|
||||
}
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user