https://github.com/annsanns/birthdaybot
A bot that tracks birthdays and allows users to set them
https://github.com/annsanns/birthdaybot
Last synced: 3 months ago
JSON representation
A bot that tracks birthdays and allows users to set them
- Host: GitHub
- URL: https://github.com/annsanns/birthdaybot
- Owner: AnnsAnns
- Created: 2024-07-07T14:00:56.000Z (12 months ago)
- Default Branch: main
- Last Pushed: 2024-10-27T22:27:17.000Z (8 months ago)
- Last Synced: 2024-10-28T02:20:04.389Z (8 months ago)
- Language: Rust
- Size: 22.5 KB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Birthday Bot
A bot that allows discord users to set their birthday and then sends a message to the server on their birthday.
## Installation
Please make sure to include your DISCORD_TOKEN in a .env file in the root directory of the project.
```bash
cargo run
```