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()
|
return _sender.CreateEmbed()
|
||||||
.WithTitle(title)
|
.WithTitle(title)
|
||||||
.WithDescription(allItems.Join('\n'))
|
.WithDescription(pageItems.Join('\n'))
|
||||||
.WithOkColor();
|
.WithOkColor();
|
||||||
})
|
})
|
||||||
.SendAsync();
|
.SendAsync();
|
||||||
|
|
Loading…
Reference in a new issue