https://github.com/jgrtowy/hybot
Discord bot to use most of Hypixel's API information
https://github.com/jgrtowy/hybot
discord-bot hypixel-api redis
Last synced: 8 months ago
JSON representation
Discord bot to use most of Hypixel's API information
- Host: GitHub
- URL: https://github.com/jgrtowy/hybot
- Owner: Jgrtowy
- License: bsd-2-clause
- Created: 2024-01-25T22:26:16.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2024-01-26T23:01:15.000Z (about 2 years ago)
- Last Synced: 2025-01-08T01:55:34.511Z (about 1 year ago)
- Topics: discord-bot, hypixel-api, redis
- Language: TypeScript
- Homepage:
- Size: 30.3 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# HyBot
### Small Discord bot made for me and my friends.
### It makes use of Hypixel's API to get player stats, current skyblock auctions and other information.
### Built on top of DiscordJS, Bun and Redis database.
## Development
1. Insert required values into `.env.example` file
2. Rename `.env.example` to `.env`
3. Run `bun i` to install dependencies
4. Run `bun dev` to start development server
5. Enjoy!