exclude bowsette posts
This commit is contained in:
parent
d726491fa9
commit
5eca87c468
2
bot.rkt
2
bot.rkt
@ -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…
Reference in New Issue
Block a user