fixed ubl pagination

This commit is contained in:
Toastie (DCS Team) 2024-11-02 00:43:59 +13:00
parent bc0dce6e88
commit 82f7c3be27
Signed by: toastie_t0ast
GPG key ID: 27F3B6855AFD40A4

View file

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