adjust help message for .rundown
This commit is contained in:
parent
f399659231
commit
8e28d83af4
|
@ -11,7 +11,7 @@ from module import commands, example
|
|||
@example(".rundown")
|
||||
def rundown(bot, trigger):
|
||||
"""
|
||||
Provides rundown on demand.
|
||||
Provides rundown on demand. -c, --cabal for the IRCabal version.
|
||||
"""
|
||||
if trigger.group(2) in ["-c", "--cabal"]:
|
||||
with open(os.path.join(bot.static, "cabaldown.txt"), "r") as file:
|
||||
|
|
Loading…
Reference in New Issue
Block a user