Missing paren in bot module
authorClinton Ebadi <clinton@unknownlamer.org>
Sat, 9 May 2020 18:35:03 +0000 (14:35 -0400)
committerClinton Ebadi <clinton@unknownlamer.org>
Sat, 9 May 2020 18:35:03 +0000 (14:35 -0400)
scripts/bot.scm

index 5acf8d4..aa2ea1f 100644 (file)
@@ -8,4 +8,4 @@
 
 (set-module-uses! (module-public-interface (current-module)
                  (list (module-ref (resolve-module '(guile-user) #f)
-                                   'the-bot-module)))
+                                   'the-bot-module))))