Fix reddit

This commit is contained in:
Daniel Odendahl Jr
2018-09-25 23:20:57 +00:00
parent 7a6bbebee3
commit a4748744c6
3 changed files with 3 additions and 3 deletions
+1 -2
View File
@@ -9,6 +9,7 @@ module.exports = class RedditCommand extends SubredditCommand {
group: 'random',
memberName: 'reddit',
description: 'Responds with a random post from a subreddit.',
clientPermissions: ['EMBED_LINKS'],
args: [
{
key: 'subreddit',
@@ -24,8 +25,6 @@ module.exports = class RedditCommand extends SubredditCommand {
return stripIndents`
**r/${subreddit}** ${post.title}
${post.url}
${post.ups}${post.downs}
`;
}
};