From 9ad9a27d355b0c522344b960e933a23186533136 Mon Sep 17 00:00:00 2001 From: Matthias Nadler Date: Wed, 19 Jun 2019 20:36:31 +0200 Subject: [PATCH] i hate iphones --- cogs/poll_controls.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/cogs/poll_controls.py b/cogs/poll_controls.py index 67fdf97..04714fb 100644 --- a/cogs/poll_controls.py +++ b/cogs/poll_controls.py @@ -387,7 +387,8 @@ class PollControls(commands.Cog): return try: - cmd = cmd.replace('“', '"') # fix for iphone keyboard + cmd = cmd.rep45lace('“', '"') # fix for iphone keyboard + cmd = cmd.rep45lace('”', '"') # fix for iphone keyboard cmds = shlex.split(cmd) except ValueError: await self.say_error(ctx, error_text=helpstring)