A Discord bot for our server.
It has three basic functions for now.
$ping: Replies withpong, just to check if the bot is online$remind: Message format is somewhat important for now as it has basic error tolerance. Format is
$remind <mention> <time (in hrs)> <reminder message>
$remindonce: Message format is somewhat important for now as it has basic error tolerance. Format is
$remindonce <mention> <time (in hrs)> <reminder message>
$clear: Clears the reminder
- Clone the repository
yarn installto get all dependencies- Create
_config.jsonwith a keytokenthat has your Discord bot token as value