Removed node version check, promisified many gm calls
This commit is contained in:
parent
1c9d40041b
commit
1e259ab312
24 changed files with 187 additions and 276 deletions
|
@ -33,7 +33,7 @@ const paginationEmbed = async (message, pages, timeout = 120000) => {
|
|||
if (manageMessages) msg.removeReaction("🔢", userID);
|
||||
});
|
||||
}).catch(error => {
|
||||
if (error) throw error;
|
||||
throw error;
|
||||
});
|
||||
break;
|
||||
case "▶":
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue