This commit is contained in:
JonnyBro 2021-12-18 18:59:01 +05:00
parent e4ad075722
commit af86e19acb

View file

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