From dc51fda2f1d2a0069ef8933eaf62e4e732b58e90 Mon Sep 17 00:00:00 2001 From: LaDfBC Date: Sun, 8 Sep 2019 19:54:18 -0500 Subject: [PATCH] Fix the accidental space --- src/main/discord_module/bot_runner.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/discord_module/bot_runner.py b/src/main/discord_module/bot_runner.py index 1bdaf3d..13c83c3 100644 --- a/src/main/discord_module/bot_runner.py +++ b/src/main/discord_module/bot_runner.py @@ -69,7 +69,7 @@ async def on_message(message): await bot.send_message(message.channel, "You confused me. There's no active play so I have nothing to close!") else: play = play_dao.resolve_play(pitch_value, swing_value) - guess_dao.set_diff erences(pitch_value, play['play_id']) + guess_dao.set_differences(pitch_value, play['play_id']) await bot.send_message(message.channel, "You got it boss. Closed this play, no further guesses allowed!")