Correctly fix bot module syntax
authorClinton Ebadi <clinton@unknownlamer.org>
Mon, 11 May 2020 03:39:41 +0000 (23:39 -0400)
committerClinton Ebadi <clinton@unknownlamer.org>
Mon, 11 May 2020 03:39:41 +0000 (23:39 -0400)
scripts/bot.scm

index aa2ea1f..4cacb3b 100644 (file)
@@ -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)))