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 install
to get all dependencies- Create
_config.json
with a keytoken
that has your Discord bot token as value