Skip to content
This repository has been archived by the owner on Nov 11, 2023. It is now read-only.
/ rpg-discord-bot Public archive

A simple(?) RPG-game Discord bot written using the discord.py library.

Notifications You must be signed in to change notification settings

madkarmaa/rpg-discord-bot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

63 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

RPG Discord Bot

status

A simple(?) RPG adventure game Discord bot written using the discord.py library.

📢 Info

All the assets used for this bot are made using AI.

Tools used:

🚀 Usage

This bot provides an RPG adventure game experience on Discord. The game can be played by users on a Discord server.

⚙️ Installation (Windows)

Follow these steps to install the bot on your Windows machine:

  1. Install the Microsoft C++ Build Tools.
  2. Install Git.
  3. Clone this repository by running the following command in your terminal:
git clone https://github.com/madkarmaa/rpg-discord-bot.git
  1. Go to the directory where you cloned the repository:
cd C:\path\to\rpg-discord-bot-whateverBranch
  1. Create a Python environment:
python -m venv your-environment-name
  1. Activate the environment using the following command:
your-environment-name\Scripts\activate.bat
  1. Install the dependencies by running the following command:
pip install -r requirements.txt
  1. Create a file named .env in the same directory as main.py by running the following commands:
cd . > .env
notepad .env
  1. Add the following content to the .env file and save it:
TOKEN=
TEST_GUILD=

TOKEN sould be your bot's token (get one in the Discord Developer Portal).

TEST_GUILD should be the ID of the server you want to test the bot in.

  1. Start the bot by running the following command:
python main.py

Releases

No releases published

Packages

No packages published

Languages