Skip to content

Commit

Permalink
feat: admin commands (guild only)
Browse files Browse the repository at this point in the history
  • Loading branch information
yaansz committed Oct 14, 2024
1 parent 510ac81 commit 4e7e3d8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
import java.util.List;

@Component
@DiscordController(value = "admin2", description = "hello!", guildId = 588123122805506052L, permissions = Permission.ADMINISTRATOR)
@DiscordController(value = "admin", description = "hello!", guildId = 588123122805506052L, permissions = Permission.ADMINISTRATOR)
public class AdminController {

private static final int guildPageSize = 5;
Expand Down

0 comments on commit 4e7e3d8

Please sign in to comment.