fix: Gammar in /play command
chore: version bump
This commit is contained in:
parent
793de28215
commit
a52d7dd1c1
2 changed files with 2 additions and 2 deletions
|
@ -4,7 +4,7 @@ plugins {
|
|||
}
|
||||
|
||||
group = "de.limited_dev"
|
||||
version = "0.1.0-alpha"
|
||||
version = "1.0.1"
|
||||
|
||||
repositories {
|
||||
mavenCentral()
|
||||
|
|
|
@ -34,7 +34,7 @@ public class SlashCommandRegister {
|
|||
Commands.slash("translatemap", "Translate a Map")
|
||||
.addOptions(new OptionData(OptionType.STRING, "map", "Map Name", true)),
|
||||
Commands.slash("play", "Play music with the bot")
|
||||
.addOptions(new OptionData(OptionType.STRING, "linkquery", "YouTube Lik / Search Query", true)),
|
||||
.addOptions(new OptionData(OptionType.STRING, "linkquery", "YouTube Link / Search Query", true)),
|
||||
Commands.slash("stop", "Stop the music & Bot leaves the voice channel"),
|
||||
Commands.slash("nowplaying", "Show what's currently playing"),
|
||||
Commands.slash("queue", "Show the music queue"),
|
||||
|
|
Reference in a new issue