From 0722c91018770f89427bb9cebd6c48105632686b Mon Sep 17 00:00:00 2001 From: Sunpy Date: Wed, 14 Feb 2018 17:53:14 +0100 Subject: [PATCH] Fixed mpClose function return message --- constants/fokabotCommands.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/constants/fokabotCommands.py b/constants/fokabotCommands.py index f5336e3..98c7a50 100644 --- a/constants/fokabotCommands.py +++ b/constants/fokabotCommands.py @@ -796,7 +796,7 @@ def multiplayer(fro, chan, message): def mpClose(): matchID = getMatchIDFromChannel(chan) glob.matches.disposeMatch(matchID) - return "Multiplayer match #{} disposed successfully".format(myToken.matchID) + return "Multiplayer match #{} disposed successfully".format(matchID) def mpLock(): matchID = getMatchIDFromChannel(chan)