[Reminder] Add reminder

This is a fork of ZeLarpMaster's cog with extra commands to list reminders, forget specific reminders, and basic timezone offset consideration as his repo is unmaintained/archived.
This commit is contained in:
aikaterna
2022-05-22 20:08:43 -07:00
parent 31b9835cae
commit cb9e3d43bd
5 changed files with 960 additions and 0 deletions

10
reminder/info.json Normal file
View File

@@ -0,0 +1,10 @@
{
"author" : ["ZeLarpMaster#0818", "aikaterna"],
"description" : "Lets users tell the bot to remind them about anything they want. Originally by ZeLarpMaster.",
"install_msg" : "Enjoy reminding yourself of whatever you wanna remind yourself of! Use `[p]help Reminder` to get started.\nIf you have had ZeLarpMaster's version of Reminder installed in the past, this version of it uses the same data location for ease of switching to a supported version of the cog, as his repo has been archived.",
"short" : "Allows users to remind themselves about anything they want.",
"hidden": false,
"disabled": false,
"permissions" : ["embed_links"],
"tags" : ["remind", "reminder", "remindme"]
}