mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-18 21:40:49 +02:00
Credit Command
This commit is contained in:
@@ -14,6 +14,12 @@ module.exports = class TwitterCommand extends Command {
|
||||
memberName: 'twitter',
|
||||
description: 'Responds with information on a Twitter user.',
|
||||
clientPermissions: ['EMBED_LINKS'],
|
||||
credit: [
|
||||
{
|
||||
name: 'Twitter API',
|
||||
url: 'https://developer.twitter.com/en/docs.html'
|
||||
}
|
||||
],
|
||||
args: [
|
||||
{
|
||||
key: 'user',
|
||||
|
||||
Reference in New Issue
Block a user