Basic commands and information about the bot can be found here:
test
- basic repsonseinfo
- returns an embed that contains general information about the bot
Contains anything that is related to oprations within a voice channel:
join
- bot connects to current voice channelleave
- bot disconnects from current voice channelplay [songUrl]
- bot uses the entered URL to play audioskip
- bot skips current audiostop
- bot stops current audiocontinue
- bot continues current audio
These commands return information about current the development stage:
dev latest
- returns the latest commitdev info
- returns general information about the repositorydev release
- returns the latest releasedev issue [issue_number]
- returns the specific issue
Create quotes of users on your Discord server:
quote new [user] [quoteText]
- creates a new quote of a userquote show [quoteId]
- returns the quote with the given IDquote random
- returns a random quotequote amount
- returns the amount of quotes that exist
Users can also create their own commands which display a specific text chosen by the user. I called them Simple Commands. Once you created a Simple Command you can use it like a normal command:
cmd create [commandName] [title] [text]
- create a new commandcmd edit [commandName] [newTitle] [newText]
- edit an existing commandcmd del [commandName]
- delete an existing commandcmd all
- displays all available "Simple Commands"
This module was meant for a group of friends which plays on a Minecraft server. From time to time they want to share specific coordinates and locations using a normal Discord text channel. To simplify this process following commands can be used to store locations and coordinates:
mc type new [name]
- create a new location type (like biomes, structures...)mc type delete
- delete a location type using a select menumc list
- get all location typesmc coordinates new [x] [y] [z]
- create a new coordinates entrymc coordinates delete [coordinatesId]
- delete coordinates entry by specifying its identifiermc coordinates type
- get all coordinates entries by type using a select menu