BingoBot is a Discord bot that generates random character profiles for a fictional colony.
- Python 3.8 or later
- Discord account
- Clone the repository:
git clone https://github.com/exampleuser/BingoBot.git
- Enable the python virtual env:
python3 -m venv venv
source venv/bin/activate
- Install the dependencies:
pip install -r requirements.txt
-
Set up a new Discord bot account and get a token from the Discord Developer Portal.
-
Create a .env file in the root directory of the project and add the following line with your bot token:
DISCORD_TOKEN=<your-bot-token>
To start the bot, run the following command:
python3 Bot.py
Once the bot is running, you can interact with it in your Discord server by typing commands that start with !bingo
.
See /obj/HelpStrings
Contributions to BingoBot are welcome! If you would like to contribute, please follow these steps:
- Fork the repository.
- Create a new branch with a descriptive name: git checkout -b my-new-feature.
- Make changes and commit them: git commit -am 'Add new feature'.
- Push to the branch: git push origin my-new-feature.
- Create a pull request.
- Kenny-Dave
This project is licensed under the Apache 2.0 License - see the license file for details.