forked from spacejewelhosting/raspberry-bot
Fix issue
This commit is contained in:
parent
9d34106842
commit
442db2b04f
|
@ -16,7 +16,7 @@ class MessageLogger implements Action
|
||||||
public function processAction($message)
|
public function processAction($message)
|
||||||
{
|
{
|
||||||
|
|
||||||
Analog::info("Siffer: Sniffed message from " . $message->author->username . ": " . $message->content)
|
Analog::info("Siffer: Sniffed message from " . $message->author->username . ": " . $message->content);
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue