mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-15 00:12:38 +02:00
Minor Error Catching Modifications
This commit is contained in:
@@ -26,6 +26,6 @@ module.exports = class CowsayCommand extends Command {
|
||||
text: turnToCowsay,
|
||||
e: 'oO',
|
||||
T: 'U '
|
||||
})).catch(error => message.say(':x: Error! Perhaps the content is too long?'));
|
||||
})).catch(() => message.say(':x: Error! Perhaps the content is too long?'));
|
||||
}
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user