Brandon209-Red-bot-Cogs/timehelper/info.json

20 lines
532 B
JSON
Raw Normal View History

2022-01-20 15:41:23 +13:00
{
"author": [
2022-01-25 11:38:38 +13:00
"Brandons209"
2022-01-20 15:41:23 +13:00
],
"description": "Timehelper provides commands for users to easily get discord formatted timestamps for a specific date or interval, and also compare timezone's times easily.",
"hidden": false,
"install_msg": "Thanks for using my cog! Use [p]time to get started.",
2022-01-25 11:38:38 +13:00
"requirements": [
"dateparser",
"tzdata"
],
2022-01-20 15:41:23 +13:00
"tags": [
"brandons209",
"timestamp",
"timezone",
"time"
],
"end_user_data_statement": "This cog stores a user's timezone, if set by the user."
}