Missing something? Feel free to ask for a module GUMI#1337
This repository is mostly a learning experience for me, so please, if you see something wrong, open a pull request.
- !queue -> Checks the queue length and sends it.
- !start -> Starts a loop that sends the status of the queue every 10 minutes. If it's equal to last one, it will not send anything, and instead log it in console.
- !user [USER] -> Checks mute/ban status [NOT WORKING, API DELETED] on 2b2t, sends skin info, will do more things.
- !eta [BLOCKS] [BPS] -> Calculates how long you would take to travel x blocks in y bps
- !coords [X COORD] [Z COORD] -> Converts Overworld coordinates to Nether and viceversa
Make sure to have at least Python 3.10 installed. Go to discord.com
- Create a New Application
- Go to the bot tab, Click on add bot
- Enable These Settings in Privileged Gateway Intents Category: Presence Intent, Server Members Intent, Message Content Intent
- Add the bot to your server
- Open
.env
and add your bot token. - Run the following commands in a terminal in the same directory:
py -m pip install -r requirements.txt
py ./bot.py
Made with Nextcord
-
2bqueue.info from Tycrek
-
cokesniffer.org for bans and mute info.
-
crafatar.com for skin info
-
Mojang API for UUID conversion.
- Add utlity Cogs