fix: pagination default description
This commit is contained in:
parent
2e90e14116
commit
67b8c0ee86
1 changed files with 1 additions and 0 deletions
|
@ -81,6 +81,7 @@ func StartPaginationEmbed(s *discordgo.Session, m any, e *discordgo.MessageEmbed
|
|||
Current: 1,
|
||||
Total: len(data),
|
||||
id: id,
|
||||
desc: defaultDesc,
|
||||
}
|
||||
|
||||
if len(data) <= 0 {
|
||||
|
|
Loading…
Reference in a new issue