diff --git a/Procfile b/Procfile new file mode 100644 index 0000000..7fe5033 --- /dev/null +++ b/Procfile @@ -0,0 +1 @@ +web: racket -l MarioBot/bot diff --git a/bot.rkt b/bot.rkt index 6a0bf34..0024517 100644 --- a/bot.rkt +++ b/bot.rkt @@ -65,7 +65,7 @@ (define tm (start-timer-manager)) (define (loop) - (start-timer tm 600 (upload-attachment)) + (start-timer tm 600 (upload-attachment)) (loop)) (loop) diff --git a/info.rkt b/info.rkt index a088307..bdaa058 100644 --- a/info.rkt +++ b/info.rkt @@ -1,4 +1,4 @@ #lang info -(define collection "mario-bot") +(define collection "MarioBot") (define deps '("base"))