Skip to content

Ruqqus-API/RuqqusReminder

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

RemindMe Ruqqus

A Ruqqus bot inspired by the !RemindMe one on Reddit

Features

  • 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
  • Persistent reminder saving between runs

Setup and Running

  1. 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)

  1. yarn install
  2. yarn start

Releases

No releases published

Packages

No packages published