mirror of
https://github.com/SamueleLorefice/isleBot.git
synced 2026-01-14 21:55:49 +00:00
master
Isle Bot
A bot for a private server.
Features:
- Card Rolling
- Turn Based Combat
- more to come...
Setup
- Clone the repo
- Create a venv by running
python -m venv venvand activate it usingvenv\Scripts\activate.bator the ps1 variant for powershell - Install requirements with
pip install -r requirements.txt - Create a
.envfile with the following contents:
TOKEN=your_discord_bot_token_here
- Run
start.ps1orstart.bat - Invite the bot to your server
- Profit!
Notes
The bot is provided as is and is not guaranteed to work. If you have any issues, please open an issue on the github repo. I might or might not fix it. You're welcome to fork the repo and make your own changes, but I do not guarantee that I will be accepting your pull request.
This just a pet project and as such it might get abandoned at any time.
Description
Languages
Python
98.9%
PowerShell
1.1%