Skip to content
Permalink
ebec29f907
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Go to file
 
 
Cannot retrieve contributors at this time

Minecraft Discord

Welcome to my GitHub

This is a Discord bot that you host yourself (tutorial below) that can tell you the status of your (or any public) Minecraft server and lists the players online. More functions listed below.

README in development

Setting up the Discord bot

  1. Go to the Discord developer site

  2. Click the "New Application" button
    New Application

  3. Give the application a name and click “Create”
    New Application

  4. Create a Bot User by navigating to the “Bot” tab and clicking “Add Bot”.

  5. Click “Yes, do it!” to continue.
    New Application

  6. Make sure that Public Bot is ticked if you want others to invite your bot.

  7. You should also make sure that Require OAuth2 Code Grant is unchecked unless you are developing a service that needs it. If you’re unsure, then leave it unchecked.
    New Application

  8. Copy the token using the “Copy” button.

Warning: It should be worth noting that this token is essentially your bot’s password. You should never share this to someone else. In doing so, someone can log in to your bot and do malicious things, such as leaving servers, ban all members inside a server, or pinging everyone maliciously.
The possibilities are endless, so do not share this token.
If you accidentally leaked your token, click the “Regenerate” button as soon as possible. This revokes your old token and re-generates a new one. Now you need to use the new token to login.