fixed ubl pagination
This commit is contained in:
parent
bc0dce6e88
commit
82f7c3be27
1 changed files with 1 additions and 1 deletions
|
@ -67,7 +67,7 @@ public partial class Permissions
|
|||
|
||||
return _sender.CreateEmbed()
|
||||
.WithTitle(title)
|
||||
.WithDescription(allItems.Join('\n'))
|
||||
.WithDescription(pageItems.Join('\n'))
|
||||
.WithOkColor();
|
||||
})
|
||||
.SendAsync();
|
||||
|
|
Loading…
Reference in a new issue