mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-18 05:49:49 +02:00
Credit Command
This commit is contained in:
@@ -12,6 +12,16 @@ module.exports = class TimeCommand extends Command {
|
||||
memberName: 'time',
|
||||
description: 'Responds with the current time in a particular location.',
|
||||
details: '**Zones:** <https://en.wikipedia.org/wiki/List_of_tz_database_time_zones>',
|
||||
credit: [
|
||||
{
|
||||
name: 'List of tz database time zones',
|
||||
url: 'https://en.wikipedia.org/wiki/List_of_tz_database_time_zones'
|
||||
},
|
||||
{
|
||||
name: 'Neopets',
|
||||
url: 'http://www.neopets.com/'
|
||||
}
|
||||
],
|
||||
args: [
|
||||
{
|
||||
key: 'timeZone',
|
||||
|
||||
Reference in New Issue
Block a user