Fix paginator
This commit is contained in:
parent
a9c75207da
commit
07a3eac703
1 changed files with 1 additions and 1 deletions
|
@ -117,7 +117,7 @@ class RolepingCog(CacheCog):
|
||||||
|
|
||||||
embeds.append(embed)
|
embeds.append(embed)
|
||||||
|
|
||||||
paginator = Paginator.create_from_embeds(self.bot, embeds, timeout=300)
|
paginator = Paginator.create_from_embeds(self.bot, *embeds, timeout=300)
|
||||||
|
|
||||||
self.cache[hash(paginator)] = {
|
self.cache[hash(paginator)] = {
|
||||||
"user": ctx.author.id,
|
"user": ctx.author.id,
|
||||||
|
|
Loading…
Add table
Reference in a new issue