We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2598bb5 commit 74aff13Copy full SHA for 74aff13
Commands/InteractionCommands/InsidersInteractions.cs
@@ -2,7 +2,8 @@ namespace Cliptok.Commands.InteractionCommands
2
{
3
public class InsidersInteractions : ApplicationCommandModule
4
5
- [SlashCommand("send-insiders-info-buttons", "Sends a message with buttons to get Insider roles for #insiders-info.")]
+ [SlashCommand("send-insiders-info-buttons", "Sends a message with buttons to get Insider roles for #insiders-info.", false)]
6
+ [SlashRequireHomeserverPerm(ServerPermLevel.TrialModerator), SlashCommandPermissions(permissions: DiscordPermission.ModerateMembers)]
7
public static async Task SendInsidersInfoButtonMessage(InteractionContext ctx)
8
9
if (Program.cfgjson.InsiderInfoChannel != 0 && ctx.Channel.Id != Program.cfgjson.InsiderInfoChannel)
0 commit comments