Compare commits
1 commit
Author | SHA1 | Date | |
---|---|---|---|
3ef88bde40 |
1 changed files with 1 additions and 1 deletions
|
@ -18,7 +18,7 @@ import java.util.Objects;
|
||||||
|
|
||||||
@CommandMarker
|
@CommandMarker
|
||||||
@BotPermissions(Permission.MESSAGE_SEND_POLLS)
|
@BotPermissions(Permission.MESSAGE_SEND_POLLS)
|
||||||
@UserPermissions(Permission.MESSAGE_SEND_POLLS)
|
@UserPermissions(Permission.MESSAGE_MANAGE)
|
||||||
public class Poll extends ApplicationCommand {
|
public class Poll extends ApplicationCommand {
|
||||||
@JDASlashCommand(
|
@JDASlashCommand(
|
||||||
name = "poll",
|
name = "poll",
|
||||||
|
|
Loading…
Reference in a new issue