Discord bot that shows your Minecraft server's status.
- Go to https://discord.com/developers/applications
- Login and click "New Application" positioned top right of the screen
- Enter the name of the bot (your choice) and click "create"
- Once you're on your bots page click "Bot" positioned on the left, click "Add Bot" on the right, then click "Yes, do it!"
- On your text editor of choice open the "mcserverbot.py" file
- On lines 5, 6, 7 enter required information in the quatations (Bot token can be found in https://discord.com/developers/applications/*YOURBOTID*/bot (Do not share token!))
- In your applications page click OAuth2
- In "Scopes" field select "bot"
- In "Bot permissions" field select "Administrator"
- Open the link that was generated above
- Install Python3
- In Command Prompt type in "py -3 -m pip install -U discord.py"
- Double click the "mcserverbot.py" file
