Get Minecraft skins, UUIDs, 2b2t info, and more from Discord!
Clone the source code.
Go into the directory and run npm i
.
Create a file named .env
with the following contents:
DISCORD_TOKEN=<your bot token goes here>
Start the bot by running main.js
(node .
). If you want to make new commands, check out the WOKCommands package for instructions.
mcb!body - Grab a Minecraft user's body.
mcb!skin - Grab a Minecraft user's skin.
mcb!bust - Grab a Minecraft user's body in profile picture form.
mcb!cube - Grab a Minecraft user's head in cube form.
mcb!head - Grab a Minecraft user's head.
mcb!newname - Read about my new name!
mcb!ping - Test the bot's latency.
mcb!status - Get the status for Minecraft, Minotar, and Hypixel (Hypixel coming soon).
mcb!2b2t - Get 2b2t info.
mcb!uuid - Get a Minecraft user's UUID.
Minecraft API - https://wiki.vg/Mojang_API/
Hypixel API - https://api.hypixel.net/
2b2t API - https://2b2t.io & https://api.2b2t.dev/
Minotar - https://minotar.net
WOKCommands - https://www.npmjs.com/package/wokcommands
node-fetch - https://www.npmjs.com/package/node-fetch
node-ping - https://www.npmjs.com/package/ping