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 {
|
try {
|
||||||
|
|
||||||
switch(commandName){
|
switch (commandName) {
|
||||||
case "ban":
|
case "ban":
|
||||||
case "userinfo":
|
case "userinfo":
|
||||||
case "botinfo":
|
case "botinfo":
|
||||||
|
@ -57,7 +57,7 @@ client.on('message', async message => {
|
||||||
}
|
}
|
||||||
} catch (error) {
|
} catch (error) {
|
||||||
console.error(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