forked from n/quotes-bot-python
something
This commit is contained in:
parent
8c787353aa
commit
186563a560
1 changed files with 1 additions and 1 deletions
2
bot.py
2
bot.py
|
@ -52,7 +52,7 @@ async def make_choice(room, message):
|
||||||
async def help_message(room, message):
|
async def help_message(room, message):
|
||||||
match = botLibrary.MessageMatch(room, message, bot, PREFIX)
|
match = botLibrary.MessageMatch(room, message, bot, PREFIX)
|
||||||
if not (match.is_not_from_this_bot() and match.prefix()
|
if not (match.is_not_from_this_bot() and match.prefix()
|
||||||
and match.command("help")):
|
and match.command("source")):
|
||||||
return
|
return
|
||||||
|
|
||||||
message = (f"""
|
message = (f"""
|
||||||
|
|
Loading…
Add table
Reference in a new issue