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