mirror of
https://github.com/JonnyBro/JaBa.git
synced 2024-11-22 05:04:58 +05:00
fix slist
This commit is contained in:
parent
24aeafdf94
commit
e4ad075722
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) {
|
||||||
await message.delete();
|
if (!message.channel.type != "dm") await message.delete();
|
||||||
|
|
||||||
let i0 = 0;
|
let i0 = 0;
|
||||||
let i1 = 10;
|
let i1 = 10;
|
||||||
|
|
Loading…
Reference in a new issue