mirror of
https://github.com/ZeppelinBot/Zeppelin.git
synced 2025-05-11 04:45:02 +00:00
GuildInfoSaver: also update owner id
This commit is contained in:
parent
4cf58bd9f5
commit
d80bc54635
3 changed files with 6 additions and 3 deletions
|
@ -11,4 +11,7 @@ export class AllowedGuild {
|
|||
|
||||
@Column()
|
||||
icon: string;
|
||||
|
||||
@Column()
|
||||
owner_id: string;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue