automatically bumps discortics every 6 hours
- Have Python Installed.
- Download the Python File "bumper.py"
- Install "requests" module using the below command in cmd:
pip install requests
- You will now have to replace Authorisation code and Channel ID in the code
- Run the file
- First, you need to enable developer mode in Discord Settings.

- Next, head on the the Channel you wish to count in, right click on it, and Copy ID

- Now you can paste the ID in the Code areas where it is required
- First, Open Inspect Tool in your browser, alongside Discord
- Head over to the network tab in the Inspect Tool
- Start typing in any random channel in Discord
- Select the option "messages?limit=50" and then in the Header area, look for authorisation.
- Copy the Authorization code and paste it in the Python Code where required.
