Skip to content

Commit

Permalink
bug fix and release 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
double-fault committed Sep 23, 2017
1 parent 714d9df commit dee7ce7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Source/CommandManager.py
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ def handle_command(self, message):

if match:
for each_room in self.rooms:
if each_room.room_id == command.message.room.id:
if each_room.room_id == message.room.id:
command_room = each_room
break

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
setup (
name = "BotpySE",
packages = ["BotpySE"],
version = "0.1.16",
version = "0.2.0",
description = "A python framework to create chatbots on the StackExchange network.",
author = "Ashish Ahuja",
author_email = "[email protected]",
Expand Down

0 comments on commit dee7ce7

Please sign in to comment.