fix issue where empty argument was not passed to plugin
This commit is contained in:
parent
5f0ee255dd
commit
f0e987ef55
@ -21,7 +21,6 @@ class Message:
|
||||
self.logger = logger
|
||||
if cmd:
|
||||
self.cmd = cmd
|
||||
if arg:
|
||||
self.arg = arg
|
||||
if text:
|
||||
self.text = text
|
||||
|
Loading…
x
Reference in New Issue
Block a user