This is a Python-based Discord bot created for a Minecraft server, designed to provide user-specific location calculations and save location data. It connects to a local database and runs on a server from a personal PC. This bot was my first attempt at creating any kind of chatbot, learning everything needed from scratch.
- User-specific location calculations
- Location data saving
- Integration with a local database
- Clone the repository:
git clone https://github.com/Morganiron/Discord_Bot.git
- Navigate to the project directory:
cd Discord_Bot - Install required dependencies:
pip install -r requirements.txt
- Set up your database and add the necessary credentials to the bot.
- Run the bot:
python launcher.py
- Invite the bot to your Discord server.
- Use commands to interact with the bot and manage location data.
Contributions are welcome! Please feel free to submit a Pull Request.
This project is licensed under the MIT License.
- Special thanks to my friends for testing and using the bot.
- All the developers and communities who created the resources I learned from.
Note: It's been over three years since I last worked on this bot, so some details might be outdated or require adjustments.
For more details, visit the GitHub repository.