Respond with the right variable

This commit is contained in:
Nexus 2024-09-19 01:53:19 +01:00
parent ff81adde75
commit 90d773733a

View file

@ -88,4 +88,4 @@ class MemeteraCounter(niobot.Module):
text = "\n".join(lines) text = "\n".join(lines)
if raw: if raw:
text += "\n```" text += "\n```"
return await ctx.respond(raw) return await ctx.respond(text)