Skip to content

Commit

Permalink
Added random as randomSlot alias
Browse files Browse the repository at this point in the history
  • Loading branch information
Alf-Melmac committed May 14, 2021
1 parent 0feb577 commit 55999e1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
*/
@RequiredArgsConstructor(onConstructor_ = @Autowired)
@Slf4j
@Command(names = {"randomSlot", "slotRandom"},
@Command(names = {"randomSlot", "slotRandom", "random"},
description = "Trägt dich auf einem zufälligen Slot im Event ein.",
authorization = NONE)
public class RandomSlot implements DiscordCommand {
Expand Down

0 comments on commit 55999e1

Please sign in to comment.