Remove non-working API-based commands, fix bugs

This commit is contained in:
Dragon Fire
2019-11-10 23:47:18 -05:00
parent 4b6cf9bcb2
commit aaf5c6cd5f
16 changed files with 21 additions and 422 deletions
+1
View File
@@ -20,6 +20,7 @@ module.exports = class MessageSourceCommand extends Command {
}
run(msg, { message }) {
if (!message.content) return msg.reply('That message has no content. Maybe it\'s an embed or image?');
return msg.code(null, shorten(message.content, 1990));
}
};