10 lines
232 B
JSON
10 lines
232 B
JSON
|
{
|
||
|
"main": "plugin.js",
|
||
|
"name": "timezone",
|
||
|
"description": "Show time from different time zones",
|
||
|
"version": "1.0.0",
|
||
|
"tags": ["commands", "utility", "time"],
|
||
|
"dependencies": ["simplecommands"],
|
||
|
"npmDependencies": []
|
||
|
}
|