Contributions to this project are welcome! If you have ideas for new features, improvements, or bug fixes, please feel free to create a pull request. Be sure to review our contribution guidelines before getting started.
-
Clone the repo and navigate to it using a terminal
-
Install the dependencies using:
pip install -r requirements.txt
You may need to use
pip3
instead ofpip
-
Go to https://discord.com/developers/applications, create and set up a bot and invite it to a server
-
Create a file in the root directory called
bot_token.py
and fill in your token:token = "<DISCORD_BOT_TOKEN>"
-
Create a file in the root directory called
variables.py
and fill it with ids of your bot and channels:full_path = "<file path to folder with bot>" bot_id = <bot's discord id> # GUILDS main_guild = <main guild the bot will be active in> # CHANNELS logs_channel = <log channel id> # ROLES special_commands_roles = [<ids of roles that can run `>.<` commands>] # OTHER dev_bot_string = <string of characters that need to be unique to each version of the bot (dev, prod, etc) to avoid conflicts>
-
Start the bot using:
python main.py
You may need to use
python3
instead ofpython
If you encounter any issues or have questions about using the Datapack Hub Helper Bot, please check our FAQ for common solutions. If your issue persists or you need further assistance, you can open an issue on our GitHub repository.
This project is licensed under the MIT License.