formatting
This commit is contained in:
parent
268ef88332
commit
586cd2f5f4
1 changed files with 3 additions and 3 deletions
|
@ -42,7 +42,7 @@ client.on('message', async message => {
|
|||
|
||||
try {
|
||||
|
||||
switch(commandName){
|
||||
switch (commandName) {
|
||||
case "ban":
|
||||
case "userinfo":
|
||||
case "botinfo":
|
||||
|
@ -57,7 +57,7 @@ client.on('message', async message => {
|
|||
}
|
||||
} catch (error) {
|
||||
console.error(error);
|
||||
message.channel.send('There was an error trying to execute that command!');
|
||||
message.channel.send('There was an error trying to execute that command!');
|
||||
}
|
||||
});
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue