mirror of
https://github.com/Burn-E99/TheArtificer.git
synced 2026-01-08 21:37:54 -05:00
V1.3.3 HOTFIX
Patch to more strictly type mod.ts
This commit is contained in:
9
src/mod.d.ts
vendored
Normal file
9
src/mod.d.ts
vendored
Normal file
@ -0,0 +1,9 @@
|
||||
// mod.d.ts custom types
|
||||
|
||||
export type EmojiConf = {
|
||||
"name": string,
|
||||
"aliases": Array<string>,
|
||||
"id": string,
|
||||
"animated": boolean,
|
||||
"deleteSender": boolean
|
||||
};
|
||||
Reference in New Issue
Block a user