- Go to Discord Developers.
- Create new application (you can use any name for it).
- Go to Bot page and clik "Add Bot".
- Click Reset Token to generate token for your bot then copy it to your clipboard.
- Scroll down and tick all privilged gateway intents.
- Create discord server (or your existing) and enable community mode in server settings.
- Download latest version of GiveMeBadge for your platform (Windows, MacOS, Linux).
- Open app, paste token from clipboard (using Right Mouse Button) and press Enter.
- Wait a moment... If you entered the correct token app will give you invitation link, join bot to server using it.
- Go to your discord server and write /badge in any available channel.
- Clone source code:
git clone https://github.com/denipolis/giveMeBadge.git
- Install dependencies:
yarn install
- Build:
yarn build
Go to the issues tab on GitHub and create a new one.