forked from cadence/out-of-your-element
seed.js should now upload the L1 & L2 emojis
This commit is contained in:
parent
9e5a3f5f32
commit
3ef569d855
8 changed files with 79 additions and 2 deletions
6
db/orm-defs.d.ts
vendored
6
db/orm-defs.d.ts
vendored
|
@ -75,6 +75,12 @@ export type Models = {
|
|||
message_id: string
|
||||
encoded_emoji: string
|
||||
}
|
||||
|
||||
auto_emoji: {
|
||||
name: string
|
||||
emoji_id: string
|
||||
guild_id: string
|
||||
}
|
||||
}
|
||||
|
||||
export type Prepared<Row> = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue