mirror of
https://github.com/JonnyBro/JaBa.git
synced 2024-11-22 13:14:58 +05:00
This commit is contained in:
parent
e4ad075722
commit
af86e19acb
1 changed files with 1 additions and 1 deletions
|
@ -18,7 +18,7 @@ class ServersList extends Command {
|
||||||
}
|
}
|
||||||
|
|
||||||
async run (message, args, data) {
|
async run (message, args, data) {
|
||||||
if (!message.channel.type != "dm") await message.delete();
|
if (!message.channel.type != "dm") message.delete();
|
||||||
|
|
||||||
let i0 = 0;
|
let i0 = 0;
|
||||||
let i1 = 10;
|
let i1 = 10;
|
||||||
|
|
Loading…
Reference in a new issue