From 0d2738390b44ab1a8b96deb68c07ccecbfff61bf Mon Sep 17 00:00:00 2001 From: Luxferre Date: Sat, 20 Dec 2025 21:26:54 +0200 Subject: [PATCH] added deck.chat modules --- deck/chat.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deck/chat.py b/deck/chat.py index a0b62c7..2e9f715 100644 --- a/deck/chat.py +++ b/deck/chat.py @@ -35,7 +35,7 @@ class DeckChat: def _detect_command(self, msg): """ - Split a chat line into the command (or None if none detected) + Split a chat line into the command (or 'default' if none detected) and the rest of the message. """ res = ('default', msg)