Skip to content

Commit 939a888

Browse files
committed
another bug fix in command manager
1 parent dee7ce7 commit 939a888

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

Source/CommandManager.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ def handle_command(self, message):
7676
command_room = each_room
7777
break
7878

79-
self.run_command(command(self, message, command_room, args, usage_index))
79+
self.run_command(command(self, command_room, message, args, usage_index))
8080
return
8181

8282
def cleanup_finished_commands(self):

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
setup (
44
name = "BotpySE",
55
packages = ["BotpySE"],
6-
version = "0.2.0",
6+
version = "0.2.1",
77
description = "A python framework to create chatbots on the StackExchange network.",
88
author = "Ashish Ahuja",
99
author_email = "ashish.ahuja@sobotics.org",

0 commit comments

Comments
 (0)