-
Notifications
You must be signed in to change notification settings - Fork 17
Tips and Tricks
TheCactusMonkey edited this page Oct 29, 2018
·
9 revisions
Here can you find some short tips and tricks that can help you while making your bot!
Good Luck coding :D
- Configure and create your bot at Discord Developers.
- There are many YouTube tutorial videos how to create the bot.
- Do not show anyone your Bot Token, you can get hacked, scammed ect. if you give anyone the Token. If your Token has been used by someone else, then you can generate a new one over at Discord.
- Invite your bot using this link: https://discordapp.com/oauth2/authorize?client_id=BOT-ID&scope=bot&permissions=76800
- Don't forget to change the id to your BOT-ID!
- &permissions=76800 is not needed, it grants the bot permissions for: sending messages, reading messages, viewing channels and manage messages
- If you want your bot to have all permissions (administrator permission) then change the number after the "=" to 8
- You can use this Link to calculate the permission you want for your bot.
- Potential ways of Hosting:
- Your bot can be hosted localy on your computer or an other computer if you want to.
- Paid hosting sites can also be used for hosting your bot if you feel to get a better host if you spend some money.
- But, I do not have any tutorial for these potential ways here. My tips is to google up some YouTube tutorial videos.
- Minecraft Server status link:
- All the data used in this bot is taken from this link: http://mcapi.us/server/status?ip=YOURIP&port=YOURPORT
- Replace YOURIP and YOURPORT with the right IP and Port for your server. Example: http://mcapi.us/server/status?ip=mc.hypixel.net&port=25565
- You can check it out to see what data Minecraft are storing about your server.
Get help at my Discord server.
© TheCactusMonkey 2018
