mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-20 14:00:22 +02:00
Credit Command
This commit is contained in:
@@ -10,6 +10,12 @@ module.exports = class GoogleDoodleCommand extends Command {
|
||||
memberName: 'google-doodle',
|
||||
description: 'Responds with a Google Doodle, either the latest one or a random one from the past.',
|
||||
clientPermissions: ['ATTACH_FILES'],
|
||||
credit: [
|
||||
{
|
||||
name: 'Google Doodles',
|
||||
url: 'https://www.google.com/doodles'
|
||||
}
|
||||
],
|
||||
args: [
|
||||
{
|
||||
key: 'month',
|
||||
|
||||
Reference in New Issue
Block a user