Фиксики

This commit is contained in:
JonnyBro 2022-02-20 16:49:42 +05:00
parent 2d58660e0f
commit e115b14c5f

View file

@ -18,8 +18,6 @@ class ServersList extends Command {
} }
async run(message, args, data) { async run(message, args, data) {
if (message.deletable) message.delete();
let i0 = 0, let i0 = 0,
i1 = 10, i1 = 10,
page = 1; page = 1;
@ -50,6 +48,8 @@ class ServersList extends Command {
embeds: [embed] embeds: [embed]
}); });
if (message.deletable) message.delete();
if (message.channel.type !== "DM") { if (message.channel.type !== "DM") {
await msg.react("⬅"); await msg.react("⬅");
await msg.react("➡"); await msg.react("➡");