Skip to content

DiscordRPG is a Python-based role-playing game bot for Discord that lets users interact and play within a text-based RPG environment directly in their Discord server.

License

Notifications You must be signed in to change notification settings

DrDehydratedWater/DiscordRPG

Repository files navigation

DiscordRPG

rpgbotlogo

DiscordRPG is a Python-based role-playing game bot for Discord that lets users interact and play within a text-based RPG environment directly in their Discord server.

Please only use the most recent release. Major Releases can still have bugs.

Installation Guide

  1. Clone the Repository
git clone https://github.com/DrDehydratedWater/DiscordRPG.git
cd DiscordRPG
  1. Create a Virtual Environment (optional but recommended)
python -m venv venv
source venv/bin/activate   # On Windows use `venv\Scripts\activate
  1. Install Dependencies
pip install -r requirements.txt
  1. Set Up Bot Token

    Create a file secret/bot_token.env.

    Add your Discord bot token to the file:

    YOUR_BOT_TOKEN

  2. Run the Bot

python main.py

Usage

  • Initialize the Bot: !initialize
  • Ping the Bot: !ping
  • Move Your Character: !move <direction> <amount>
  • Rest to Recharge Energy: !rest <amount>
  • Look Around: !look
  • Talk to NPCs: !talk <npc>
  • Set Your Character's Name: !name <name>
  • Leave/Enter Buildings: !leave <place> / !enter <place>
  • Check Your Stats: !stats
  • Get Help: !help

About

DiscordRPG is a Python-based role-playing game bot for Discord that lets users interact and play within a text-based RPG environment directly in their Discord server.

Topics

Resources

License

Code of conduct

Security policy

Stars

Watchers

Forks

Packages

No packages published

Languages