An open API service indexing awesome lists of open source software.

https://github.com/kylecorry31/reminder-discord-bot

A bot for use in the discord server with my friends
https://github.com/kylecorry31/reminder-discord-bot

Last synced: about 1 year ago
JSON representation

A bot for use in the discord server with my friends

Awesome Lists containing this project

README

          

# Reminder bot

A simple bot for use with my friend group

## Installation

1. Run `npm install`
2. Setup the token.json file as such
```json
{
"token": ""
}
```
The token is the one used by client.login
3. Run `node index.js`