Legend Bot is a customizable bot that can be configured by modifying its code. It is not a template and can evolve over time.
To configure the bot, you need to modify its code. Here are the steps to follow:
- Clone the Git repository:
git clone https://github.com/potaaatoo/Legend-Bot.git
- Modify the code files to customize the bot
- On the line 451, in
bot.run("BOT_TOKEN")
, replace BOT_TOKEN by the token of your bot (Create a bot and a token here: Discord Developper Portal. - Save your changes and run the bot
- On lines 190 and 191, in ctx.guild.roles, replace the content of the "name" attribute with the name of your staff role.
- Do the same at line 200.
- On line 171, personalize the welcome message.
The bot's code can be updated at any time. To stay up-to-date, please follow these steps:
- Regularly check for updates on the Git repository
- Clone the repository again to get the latest changes
- Update your code to reflect the changes
If you want to contribute to the development of the bot, you can:
- Fork the Git repository and propose your changes
- Open issues to report bugs or missing features
- Participate in the discussion on updates and improvements