Skip to content

3zachm/recursive-reminders

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

87 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

recursive-reminders

CodeFactor Maintainability

Public invite here!

Global default prefix is ! but can be changed in generated config.

Commands

  • !reminder|r add [minutes (int)] [name (string)] - Sends a ping to the user every given minute(s)
  • !reminder|r list - Shows list of all current reminders
  • !reminder|r stop [id] - Stops the reminder loop and any in-progress timer for the user.
  • !prefix [char] - Changes prefix, works on per-guild basis.
  • !help - Displays this in a cleaner format
  • @bot_mention - Shows current guild prefix
  • @bot_mention [char] - Alternative prefix change

Reminders have AFK checks in place that require a reaction before the next ping occurence
Likewise, you can also stop them with a reaction.

Timer example

Requirements

Built on Python 3.9.0, get discord.py and windows-curses if needed

About

Discord bot that pings recursively for a specified amount of time (allows multiple at once).

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages