-
Notifications
You must be signed in to change notification settings - Fork 0
Home
Amy edited this page Aug 15, 2024
·
2 revisions
Welcome to the HelperBot wiki!
If you find any issues with the bot please use the Issues tab. If you need help using the bot please join my Discord https://discord.gg/uXMbEJ5vkt
HelperBot uses the Disnake library for Python.
- Create a Discord application for your bot from https://discord.com/developers/applications
- Click "New Application" in the top right
- Click "Bot" and then "Reset Token"
- Enable "Message Content Intent" under "Privileged Gateway Intents"
- Put your new Bot Token in the
Config.yml
- Set your prefix and bots activity status
- Install the dependencies and run the bot
pip install -r requirements.txt python Main
- When the bot starts there will be an Invite Link in the console, use it to invite your bot to a server.
- Head over to the wiki to learn how to use the bot!
By default there are 3 example triggers, you can test the bot works by saying helper bot test
in a text channel
To update the bot, simply backup your Triggers.yml file and Config.yml file and download the latest version. Any additions to the Config.yml will be stated in the release notes, you can either add them manually, or use the new default Config.yml and add your old values in.