A Ruqqus bot inspired by the !RemindMe one on Reddit
- Create a reminder in any guild
- Reminder syntax is
/remind( )?me (\d+) (second|minute|hour|day|week|month|year)/g
- i.e.
!remindme 5 hours
- i.e.
- Persistent reminder saving between runs
- Create a
.env
file with the following:
ID=your-id
TOKEN=your-access-token
REFRESH=your-refresh-token
Don't know where to get these? Get the first two at https://ruqqus.com/settings/apps, then the beautiful refresh token here: https://ruqqus-auth.glitch.me/
Note: To make the refresh token, be sure to put their redirect URI in your app settings (first link)
yarn install
yarn start