mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-15 15:57:47 +02:00
Credit Command
This commit is contained in:
@@ -8,7 +8,13 @@ module.exports = class ShowerThoughtCommand extends SubredditCommand {
|
||||
group: 'random',
|
||||
memberName: 'shower-thought',
|
||||
description: 'Responds with a random shower thought, directly from r/Showerthoughts.',
|
||||
subreddit: 'Showerthoughts'
|
||||
subreddit: 'Showerthoughts',
|
||||
credit: [
|
||||
{
|
||||
name: 'r/Showerthoughts',
|
||||
url: 'https://www.reddit.com/r/showerthoughts'
|
||||
}
|
||||
]
|
||||
});
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user