We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f9cf380 commit f8b0e47Copy full SHA for f8b0e47
src/Bot/Commands/Modules/Moderation/PirateCommand.cs
@@ -10,7 +10,7 @@ public partial class ModerationModule
10
[RequireSpecificGuild(1294443224030511104)]
11
public async Task<ActionResult> PirateAsync([Description("The target user.")] SocketGuildUser member)
12
{
13
- await member.WarnAsync(Context, "<#1294444833737412669> Rule #4");
+ await member.WarnAsync(Context, "Rule #4");
14
if (member.HasRole(VerifiedSwitchOwnerRoleId))
15
await member.RemoveRoleAsync(VerifiedSwitchOwnerRoleId);
16
0 commit comments