fix: fixed ubl pagination

This commit is contained in:
Kwoth
2024-10-30 13:16:04 +00:00
parent f68f219a25
commit 0f6255947e

View File

@@ -67,7 +67,7 @@ public partial class Permissions
return _sender.CreateEmbed() return _sender.CreateEmbed()
.WithTitle(title) .WithTitle(title)
.WithDescription(allItems.Join('\n')) .WithDescription(pageItems.Join('\n'))
.WithOkColor(); .WithOkColor();
}) })
.SendAsync(); .SendAsync();