[Mod] Handle DM commands in on_command

This commit is contained in:
Twentysix 2016-12-01 16:20:29 +01:00
parent d628bacef5
commit c6fcdd3449

View File

@ -1273,6 +1273,9 @@ class Mod:
except KeyError: except KeyError:
# We have no delay set # We have no delay set
return return
except AttributeError:
# DM
return
if delay == -1: if delay == -1:
return return