Credit Xyzzy

This commit is contained in:
Joscha 2018-08-13 13:28:58 +00:00
parent 552c15de9c
commit 8022c485f5

View file

@ -80,7 +80,7 @@ class Adventure:
"> your command here - send a command to the adventure, if currently running\n" "> your command here - send a command to the adventure, if currently running\n"
) )
AUTHOR = "Created by @Garmy using github.com/Garmelon/yaboli\n" AUTHOR = "Created by @Garmy using github.com/Garmelon/yaboli\n"
CREDITS = "Uses the 'adventure' program.\n" CREDITS = "Uses the 'adventure' program. Thanks to Xyzzy for all the help!\n"
DELAY = 0.5 DELAY = 0.5
TRIGGER_COMMAND = r">\s*(.*)" TRIGGER_COMMAND = r">\s*(.*)"