vxc
This commit is contained in:
parent
f0580c3a9e
commit
c2beea12ef
32 changed files with 294 additions and 274 deletions
|
@ -23,6 +23,7 @@ class Slots:
|
|||
self.db = g.db
|
||||
|
||||
def check_for_slots_command(self, in_text, from_user, from_comment):
|
||||
in_text = in_text.lower()
|
||||
if self.command_word in in_text:
|
||||
for word in in_text.split():
|
||||
if self.command_word in word:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue