diff options
author | Volpeon <git@volpeon.ink> | 2021-10-18 13:57:48 +0200 |
---|---|---|
committer | Volpeon <git@volpeon.ink> | 2021-10-18 13:57:48 +0200 |
commit | 2f973f910ba236542e99765c3544064d2c0d388c (patch) | |
tree | 86a4a0aa554a3a596e97cbf10ec3aad0f83a01cf /src/config.ts | |
parent | Support posting a specific picture (diff) | |
download | feralbot-2f973f910ba236542e99765c3544064d2c0d388c.tar.gz feralbot-2f973f910ba236542e99765c3544064d2c0d388c.tar.bz2 feralbot-2f973f910ba236542e99765c3544064d2c0d388c.zip |
Better interfaces and function responsibilities
Diffstat (limited to 'src/config.ts')
-rw-r--r-- | src/config.ts | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/config.ts b/src/config.ts index d854725..6b0816d 100644 --- a/src/config.ts +++ b/src/config.ts | |||
@@ -1,4 +1,6 @@ | |||
1 | const mainQuery = { | 1 | import { GetPostQuery } from "./api/e621"; |
2 | |||
3 | const mainQuery: GetPostQuery = { | ||
2 | tags: [ | 4 | tags: [ |
3 | "feral", | 5 | "feral", |
4 | "-anthro", | 6 | "-anthro", |