mirror of
https://github.com/JonnyBro/JaBa.git
synced 2024-11-22 05:04:58 +05:00
Фиксики
This commit is contained in:
parent
2d58660e0f
commit
e115b14c5f
1 changed files with 2 additions and 2 deletions
|
@ -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("➡");
|
||||||
|
|
Loading…
Reference in a new issue