Skip to content
Snippets Groups Projects
Unverified Commit 5c251314 authored by dnns01's avatar dnns01 Committed by GitHub
Browse files

Fix typo in !add-poll

parent f898ee8e
Branches
Tags
No related merge requests found
......@@ -28,7 +28,7 @@ class PollCog(commands.Cog):
async def cmd_add_poll(self, ctx, question, *answers):
channel = await self.bot.fetch_channel(self.poll_sugg_channel)
msg = f"<@!{ctx.author.id}> hat folgende Umfrage vorgeschlagen:\nFrage:{question}\n\nAntwortoptionen:\n"
poll = f"!poll \"{queestion}\""
poll = f"!poll \"{question}\""
for answer in answers:
msg += f"{answer}\n"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment