Move some functions to Util, Bug Fixes, new stuff

This commit is contained in:
Dragon Fire
2020-03-13 22:59:22 -04:00
parent bf7579c4ac
commit 0edac3e86d
14 changed files with 99 additions and 92 deletions
+1 -1
View File
@@ -9,7 +9,7 @@ module.exports = class FirstMessageCommand extends Command {
group: 'info',
memberName: 'first-message',
description: 'Responds with the first message ever sent to a channel.',
clientPermissions: ['EMBED_LINKS', 'READ_MESSAGE_HISTORY'],
clientPermissions: ['EMBED_LINKS'],
args: [
{
key: 'channel',