How to Install Fenrus on Windows 11
Fenrus is a Discord bot designed specifically for role-playing games (RPGs). It can aid GMs in managing campaigns and provide players with useful features.
To install Fenrus on Windows 11, follow the steps below:
Prerequisites
Steps
Open the Git Bash terminal and navigate to the desired directory where you want to install Fenrus.
Clone the Fenrus repository from GitHub using the following command:
$ git clone https://github.com/revenz/fenrus.git
- Navigate to the newly cloned repository using the following command:
$ cd fenrus
- Install the necessary dependencies by running the following command:
$ pip install -r requirements.txt
- Create a
.envfile in the root directory of the Fenrus repository:
DISCORD_TOKEN=<your_bot_token_here>
- Start the Fenrus bot by running the
bot.pyscript:
$ python bot.py
- You should see output indicating the Fenrus bot has successfully connected to Discord:
Logged in as
Fenrus#1234
- Congratulations! Fenrus is now installed on your Windows 11 machine.
Note: You will need to invite the Fenrus bot to your Discord server in order to use it. You can do so through the Discord developer portal.