Samuele Lorefice 0685bc33ce updated readme
2023-11-05 17:26:58 +01:00
2023-11-05 17:26:58 +01:00
2023-11-05 16:24:31 +01:00
2023-11-05 16:24:31 +01:00
2023-11-05 16:48:20 +01:00
2023-11-05 16:24:31 +01:00
2023-11-05 16:24:31 +01:00
2023-11-05 17:26:58 +01:00

Isle Bot

A bot for a private server.

Features:

  • Card Rolling
  • Turn Based Combat
  • more to come...

Setup

  1. Clone the repo
  2. Create a venv by running python -m venv venv and activate it using venv\Scripts\activate.bat or the ps1 variant for powershell
  3. Install requirements with pip install -r requirements.txt
  4. Create a .env file with the following contents:
TOKEN=your_discord_bot_token_here
  1. Run start.ps1 or start.bat
  2. Invite the bot to your server
  3. 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
A small bot that runs a text based game on discord.
Readme MIT 120 KiB
Languages
Python 98.9%
PowerShell 1.1%