Allow video memes in meme

This commit is contained in:
Daniel Odendahl Jr
2018-10-04 23:33:53 +00:00
parent ef23bd1b7d
commit 1f1708536c
3 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -12,7 +12,7 @@ module.exports = class MemeCommand extends SubredditCommand {
description: 'Responds with a random meme.',
details: `**Subreddits:** ${subreddits.join(', ')}`,
clientPermissions: ['ATTACH_FILES'],
postType: 'image',
postType: ['image', 'rich:video'],
args: [
{
key: 'subreddit',