fuck windows and not having a dig command
This commit is contained in:
parent
a965dd70e2
commit
fa4b8a3b86
4 changed files with 16 additions and 4 deletions
|
@ -90,7 +90,7 @@ module.exports = {
|
|||
setTimeout(() => timestamps.delete(msg.author.id), cooldownAmount);
|
||||
|
||||
cmd.command(ctx).then(() => {}).catch((err) => {
|
||||
if (!cmd.name.includes('e926' || 'e621')) {
|
||||
if (!cmd.name.includes('e926') || !cmd.name.includes('e621')) {
|
||||
trello
|
||||
.addCard(
|
||||
cmd.name + ' | ' + err.message,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue