You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Commands/AnnouncementCmds.cs
+82Lines changed: 82 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -407,6 +407,88 @@ public async Task EditAnnounce(
407
407
408
408
awaitctx.RespondWithModalAsync(newDiscordInteractionResponseBuilder().WithTitle("Edit Announcement").WithCustomId("editannounce-modal-callback").AddComponents(newDiscordTextInputComponent("New announcement text. Do not include roles!","editannounce-modal-new-text",value:msg.Content,style:DiscordTextInputStyle.Paragraph)));
409
409
}
410
+
411
+
[Command("announce")]
412
+
[Description("Announces something in the current channel, pinging an Insider role in the process.")]
0 commit comments