adjust help message for .rundown

This commit is contained in:
iou1name 2018-06-09 01:15:14 -04:00
parent f399659231
commit 8e28d83af4

View File

@ -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: