mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-21 05:54:33 +02:00
Credit Command
This commit is contained in:
@@ -13,6 +13,12 @@ module.exports = class RedditCommand extends Command {
|
||||
memberName: 'reddit',
|
||||
description: 'Responds with information on a Reddit user.',
|
||||
clientPermissions: ['EMBED_LINKS'],
|
||||
credit: [
|
||||
{
|
||||
name: 'Reddit',
|
||||
url: 'https://www.reddit.com/'
|
||||
}
|
||||
],
|
||||
args: [
|
||||
{
|
||||
key: 'user',
|
||||
|
||||
Reference in New Issue
Block a user