mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-14 15:57:42 +02:00
Merge soundboard and airhorn, aliases, improve command formats
This commit is contained in:
@@ -6,7 +6,7 @@ module.exports = class RedditCommand extends Command {
|
||||
constructor(client) {
|
||||
super(client, {
|
||||
name: 'reddit',
|
||||
aliases: ['subreddit'],
|
||||
aliases: ['subreddit', 'r/'],
|
||||
group: 'random',
|
||||
memberName: 'reddit',
|
||||
description: 'Responds with a random post from a subreddit.',
|
||||
|
||||
Reference in New Issue
Block a user