Skip to content

gvmii/2b2t-discord-bot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

2b2t utility Discord bot

forthebadge made-with-python

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.


Commands

  • !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

Install guide

Make sure to have at least Python 3.10 installed. Go to discord.com

  1. Create a New Application
  2. Go to the bot tab, Click on add bot
  3. Enable These Settings in Privileged Gateway Intents Category: Presence Intent, Server Members Intent, Message Content Intent
  4. Add the bot to your server
  5. Open .env and add your bot token.
  6. Run the following commands in a terminal in the same directory:
py -m pip install -r requirements.txt
py ./bot.py

Credits

Made with Nextcord

API's

TODO

  • Add utlity Cogs

About

A small Discord bot coded in Python that can do various things related to the minecraft server 2b2t.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published