From 8022c485f51f7e3d3f3e1244226a1b41cb4f6a93 Mon Sep 17 00:00:00 2001 From: Joscha Date: Mon, 13 Aug 2018 13:28:58 +0000 Subject: [PATCH] Credit Xyzzy --- adventure.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/adventure.py b/adventure.py index 67ffb3f..3e3289c 100644 --- a/adventure.py +++ b/adventure.py @@ -80,7 +80,7 @@ class Adventure: "> your command here - send a command to the adventure, if currently running\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 TRIGGER_COMMAND = r">\s*(.*)"