Skip to content

Commit

Permalink
Release 1.13.15 (#525)
Browse files Browse the repository at this point in the history
  • Loading branch information
rainbowdashlabs authored May 1, 2023
2 parents 3d41eee + 1cf3dd7 commit a7af708
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ plugins {
}

group = "de.chojo"
version = "1.13.14"
version = "1.13.15"

repositories {
maven("https://eldonexus.de/repository/maven-public")
Expand Down
1 change: 1 addition & 0 deletions src/main/java/de/chojo/repbot/commands/setup/Setup.java
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ public class Setup extends SlashCommand {
public Setup(Guilds guilds, ThankwordsContainer thankwordsContainer, Configuration configuration) {
super(Slash.of("setup", "command.setup.description")
.guildOnly()
.adminCommand()
.command(new Start(guilds, thankwordsContainer, configuration)));
}

Expand Down

0 comments on commit a7af708

Please sign in to comment.