diff --git a/modules/rundown.py b/modules/rundown.py index e662dd7..5e4c9ba 100755 --- a/modules/rundown.py +++ b/modules/rundown.py @@ -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: