Note: This version of the bot schedules reminders in-memory and will not remember reminders across restarts. Since this bot is hosted in Heroku, it will restart at least once every 24 hours.
Reddit's RemindMeBot in Discord
-
!remindme 30
: send a reminder in 30 seconds. -
!remindme 45 seconds
: send a reminder in 45 seconds. -
!remindme 5 minutes
: send a reminder in 5 minutes. -
!remindme 8 hours
: send a reminder in 8 hours. -
!remindme 1 day
: send a reminder in 1 day. -
!remindme 2 weeks
: send a reminder in 2 weeks. -
!remindme one year
: send a reminder in 1 year.
More commands will be added as requested.
Customize your interaction with the bot. Will likely include:
- Set timezone (
!timezone America/New_York
), - Get reminders (
!reminders
), - Cancel reminder (
!cancel 123
)
If available in Hex, the package can be installed
by adding remindme
to your list of dependencies in mix.exs
:
def deps do
[
{:remindme, "~> 0.1.0"}
]
end
Documentation can be generated with ExDoc and published on HexDocs. Once published, the docs can be found at https://hexdocs.pm/remindme.