Skip to content

A Discord bot that queries the rank of a player on Minehut using the Mojang API and the Minehut API. Supports slash commands. Written in Python using the nextcord library.

License

Notifications You must be signed in to change notification settings

dinushay/Minehut-rank-lookup

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 

Repository files navigation

Minehut rank lookup

A Discord bot that queries the rank of a player on Minehut using the Mojang API and the Minehut API. Supports slash commands. Written in Python using the nextcord library.

Commands

/rank - Check a player's Minehut rank.

/rank_private - Check a player's Minehut rank privately.

Invite the bot

Click here to invite the bot to your server.

Installation (Create your own bot)

  1. Clone this repository
git clone https://github.com/dinunuggets/Minehut-rank-lookup.git
  1. Install the dependencies
python3 -m pip install -U nextcord
python3 -m pip install -U requests
  1. Create a Discord bot and copy the token.

  2. Replace bot.run("DISCORDTOKEN") at bot.py on the last line with your real bot token

  3. Start the Bot

python3 bot.py
  1. Invite your Bot here: https://discordapi.com/permissions.html

Demo

image

About

A Discord bot that queries the rank of a player on Minehut using the Mojang API and the Minehut API. Supports slash commands. Written in Python using the nextcord library.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages