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
- Host: GitHub
- URL: https://github.com/kylecorry31/reminder-discord-bot
- Owner: kylecorry31
- License: mit
- Created: 2021-05-07T17:42:43.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2023-01-09T23:42:56.000Z (over 3 years ago)
- Last Synced: 2025-02-13T10:23:33.152Z (over 1 year ago)
- Language: JavaScript
- Size: 31.3 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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`