Skip to content

Commit 80a7f6d

Browse files
committed
I forgot to remove the pipe icon
1 parent f118f4b commit 80a7f6d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

PititiBot/Modules/HelpModule.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ public async Task<Embed> MakeEmbed()
4949
}
5050
}
5151

52-
embedBuilder.AddField($"{slashCommand.Name} | {slashCommand.Parameters}", fieldValue);
52+
embedBuilder.AddField($"{slashCommand.Name}", fieldValue);
5353
}
5454

5555
var embed = embedBuilder.Build();

0 commit comments

Comments
 (0)