mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-17 16:19:12 +02:00
Credit Command
This commit is contained in:
@@ -9,7 +9,13 @@ module.exports = class ItsJokeCommand extends Command {
|
||||
group: 'single',
|
||||
memberName: 'its-joke',
|
||||
description: 'It\'s joke!',
|
||||
clientPermissions: ['ATTACH_FILES']
|
||||
clientPermissions: ['ATTACH_FILES'],
|
||||
url: [
|
||||
{
|
||||
name: 'Love Live! School Idol Project',
|
||||
url: 'http://www.lovelive-anime.jp/'
|
||||
}
|
||||
]
|
||||
});
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user