diff --git a/src/EllieBot/Modules/Permissions/Blacklist/BlacklistCommands.cs b/src/EllieBot/Modules/Permissions/Blacklist/BlacklistCommands.cs index b552636..d53aab5 100644 --- a/src/EllieBot/Modules/Permissions/Blacklist/BlacklistCommands.cs +++ b/src/EllieBot/Modules/Permissions/Blacklist/BlacklistCommands.cs @@ -67,7 +67,7 @@ public partial class Permissions return _sender.CreateEmbed() .WithTitle(title) - .WithDescription(allItems.Join('\n')) + .WithDescription(pageItems.Join('\n')) .WithOkColor(); }) .SendAsync();