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
awaitctx.Channel.SendMessageAsync($"{Program.cfgjson.Emoji.Error}{ctx.User.Mention}, as a Trial Moderator you cannot perform moderation actions on other staff members or bots.");
29
29
return;
@@ -62,7 +62,7 @@ public async Task UnmuteSlashCommand(
62
62
reason=$"[Manual unmute by {DiscordHelpers.UniqueUsername(ctx.User)}]: {reason}";
awaitctx.EditResponseAsync(newDiscordWebhookBuilder().WithContent($"{Program.cfgjson.Emoji.Error}{ctx.User.Mention}, you cannot mute other TQS or staff members."));
webhookOut=newDiscordWebhookBuilder().WithContent($"{Program.cfgjson.Emoji.Error} As a Trial Moderator you cannot perform moderation actions on other staff members or bots.");
32
32
awaitctx.EditResponseAsync(webhookOut);
@@ -239,7 +239,7 @@ public async Task DelwarnSlashCommand(InteractionContext ctx,
239
239
{
240
240
awaitctx.RespondAsync($"{Program.cfgjson.Emoji.Error} That's a note, not a warning! Try using `/note delete` instead, or make sure you've got the right warning ID.",ephemeral:true);
awaitctx.RespondAsync($"{Program.cfgjson.Emoji.Error}{ctx.User.Mention}, as a Trial Moderator you cannot edit or delete warnings that aren't issued by you or the bot!",ephemeral:true);
245
245
}
@@ -307,7 +307,7 @@ public async Task EditWarnSlashCommand(InteractionContext ctx,
307
307
{
308
308
awaitctx.RespondAsync($"{Program.cfgjson.Emoji.Error} That's a note, not a warning! Try using `/note edit` instead, or make sure you've got the right warning ID.",ephemeral:true);
awaitctx.RespondAsync($"{Program.cfgjson.Emoji.Error}{ctx.User.Mention}, as a Trial Moderator you cannot edit or delete warnings that aren't issued by you or the bot!",ephemeral:true);
0 commit comments