From 30b8b421c013265595fd58e00a6d6341635b4bc9 Mon Sep 17 00:00:00 2001 From: Clinton Ebadi Date: Sun, 10 May 2020 23:39:41 -0400 Subject: [PATCH] Correctly fix bot module syntax --- scripts/bot.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/bot.scm b/scripts/bot.scm index aa2ea1f..4cacb3b 100644 --- a/scripts/bot.scm +++ b/scripts/bot.scm @@ -6,6 +6,6 @@ (define-module (bobotpp bot)) -(set-module-uses! (module-public-interface (current-module) +(set-module-uses! (module-public-interface (current-module)) (list (module-ref (resolve-module '(guile-user) #f) - 'the-bot-module)))) + 'the-bot-module))) -- 2.20.1