diff --git a/pinhook/bot.py b/pinhook/bot.py index 8d3d983..c143b70 100644 --- a/pinhook/bot.py +++ b/pinhook/bot.py @@ -21,7 +21,6 @@ class Message: self.logger = logger if cmd: self.cmd = cmd - if arg: self.arg = arg if text: self.text = text