[V3 Timezone] Initial commit

This commit is contained in:
aikaterna
2018-09-24 11:41:21 -07:00
parent 8790585493
commit a096fee054
4 changed files with 206 additions and 0 deletions

16
timezone/info.json Normal file
View File

@@ -0,0 +1,16 @@
{
"author": [
"aikaterna",
"fishyfing"
],
"description": "Check timezones, user times, or times in specific places. Originally made by Fishyfing.",
"short": "Check times for users and places.",
"tags": [
"time",
"timezone"
],
"requirements": [
"pytz"
],
"type": "COG"
}