Fix respond error
This commit is contained in:
parent
d25c17a84a
commit
42cf0afeff
1 changed files with 1 additions and 0 deletions
|
@ -712,6 +712,7 @@ async def message(self, message):
|
|||
# commands are sent one close to the next
|
||||
# if response: message.reply(response).send()
|
||||
|
||||
response = "EMPTY MESSAGE - ACTION ONLY"
|
||||
log_dir = get_default_dbdir()
|
||||
if not os.path.isdir(log_dir):
|
||||
os.mkdir(log_dir)
|
||||
|
|
Loading…
Reference in a new issue