Bot for tracking how many people users on a Discord server invite to your server.
- Python 3.6+
- discordpy
- Ensure all Requirements are met.
- Add Discord bot token and the specifiedChannelId to ./config/config.json.
- Configure command prefix if you want to change from the default (r!).
- run main.py
- Type r!help in the Specified channel to begin.
This is the ID of the channel which you want your referral commands to be used it. The bot will only allow commands to be used in the channel with this ID. You can get this by enabling Discord developer mode, then right clicking the text channel you wish to have the commands in and click "Copy ID".
If for what ever reason you wish to reset your referral program data, you either edit the json files in ./data/ or you can run resetJSON.py. This will reset all data json files to their starting empty formats.