Skip to content

Commit f8b0e47

Browse files
committed
warn reasons are shown in inline codeblocks
1 parent f9cf380 commit f8b0e47

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Bot/Commands/Modules/Moderation/PirateCommand.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ public partial class ModerationModule
1010
[RequireSpecificGuild(1294443224030511104)]
1111
public async Task<ActionResult> PirateAsync([Description("The target user.")] SocketGuildUser member)
1212
{
13-
await member.WarnAsync(Context, "<#1294444833737412669> Rule #4");
13+
await member.WarnAsync(Context, "Rule #4");
1414
if (member.HasRole(VerifiedSwitchOwnerRoleId))
1515
await member.RemoveRoleAsync(VerifiedSwitchOwnerRoleId);
1616

0 commit comments

Comments
 (0)