Browse Source

exclude bowsette posts

master
Brent Gordon 4 years ago
parent
commit
5eca87c468
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      bot.rkt

+ 1
- 1
bot.rkt View File

@@ -7,7 +7,7 @@
(define token (getenv "TOKEN")) (define token (getenv "TOKEN"))
(define safebooru "safebooru.donmai.us") (define safebooru "safebooru.donmai.us")
(define limit "20") (define limit "20")
(define tags "mario_(series)")
(define tags "mario_(series)%20-bowsette")


(define CRLF "\r\n") (define CRLF "\r\n")
(define boundary (bytes->string/utf-8 (md5 (number->string (current-seconds))))) (define boundary (bytes->string/utf-8 (md5 (number->string (current-seconds)))))


Loading…
Cancel
Save