Welcome to the best bot named after a former Arsenal manager that lives in the /r/gunners Discord channel
This guide assumes you've already setup git and your SSH keys with your personal GitHub account.
If not already setup, follow https://docs.github.com/en/authentication/connecting-to-github-with-ssh/adding-a-new-ssh-key-to-your-github-account
- Fork, and download the project locally, and follow https://dev.to/codesphere/create-a-discord-bot-in-minutes-with-python-2jgp to setup the bot.
- Switch the tracking branch of your project to your personal fork
git remote rename origin upstream
git remote add origin <URL_OF_YOUR_FORK>
git fetch origin
git branch --set-upstream-to origin/master master
- Happy coding!
- Add your
config.json
file:
{ "prefix": "!" "token": "discord_token" }
This bot works with many different slash commands, type a slash "/" to get started.
At any point you can also issue !help to get legacy commands listed.
If you have any features you would like to suggest or need any support, please don't hesitate to open an issue!