mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-17 00:07:36 +02:00
Credit Command
This commit is contained in:
@@ -8,7 +8,13 @@ module.exports = class DoomsdayClockCommand extends Command {
|
||||
name: 'doomsday-clock',
|
||||
group: 'events',
|
||||
memberName: 'doomsday-clock',
|
||||
description: 'Responds with the current time of the Doomsday Clock.'
|
||||
description: 'Responds with the current time of the Doomsday Clock.',
|
||||
credit: [
|
||||
{
|
||||
name: 'Bulletin of the Atomic Scientists',
|
||||
url: 'https://thebulletin.org/'
|
||||
}
|
||||
]
|
||||
});
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user