fix slist

This commit is contained in:
JonnyBro 2021-12-18 18:58:50 +05:00
parent 24aeafdf94
commit e4ad075722

View file

@ -18,7 +18,7 @@ class ServersList extends Command {
}
async run (message, args, data) {
await message.delete();
if (!message.channel.type != "dm") await message.delete();
let i0 = 0;
let i1 = 10;