add argparser for booru command
This commit is contained in:
parent
f8051314cc
commit
c65401abc7
3 changed files with 168 additions and 68 deletions
|
@ -2,4 +2,6 @@ import os
|
|||
|
||||
TOKEN = os.getenv("TOKEN")
|
||||
BOORU_API_URL = "http://booru-api:3456/booru"
|
||||
INLINE_QUERY_CACHE_SECONDS = 30
|
||||
|
||||
STICKER_SHITHOLE = -1002471390283
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue