add random, add autocomplete, more smaller changes
This commit is contained in:
parent
5fe235194b
commit
608f4d5e8d
10 changed files with 1039 additions and 66 deletions
2
types/config.d.ts
vendored
2
types/config.d.ts
vendored
|
@ -24,6 +24,7 @@ type IBooruConfigMap = {
|
|||
aliases: string[];
|
||||
endpoint: string;
|
||||
functions: IBooruDefaults;
|
||||
autocomplete?: string;
|
||||
auth?: Record<string, string>;
|
||||
};
|
||||
};
|
||||
|
@ -34,5 +35,6 @@ type IBooruConfig = {
|
|||
aliases: string[];
|
||||
endpoint: string;
|
||||
functions: IBooruDefaults;
|
||||
autocomplete?: string;
|
||||
auth?: Record<string, string>;
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue