deliminate on space not newline
This commit is contained in:
parent
10ed1f9b9f
commit
28edcc1fdd
@ -100,7 +100,7 @@ class StealEmoji(Cog):
|
||||
await ctx.maybe_send_embed("No stolen emojis yet")
|
||||
return
|
||||
|
||||
for page in pagify(emoj):
|
||||
for page in pagify(emoj, delims=[" "]):
|
||||
await ctx.maybe_send_embed(page)
|
||||
|
||||
@checks.is_owner()
|
||||
|
Loading…
x
Reference in New Issue
Block a user