GuildInfoSaver: also update owner id

This commit is contained in:
Dragory 2019-07-12 14:25:27 +03:00
parent 4cf58bd9f5
commit d80bc54635
3 changed files with 6 additions and 3 deletions

View file

@ -19,6 +19,6 @@ export class GuildInfoSaverPlugin extends ZeppelinPlugin {
}
protected updateGuildInfo() {
this.allowedGuilds.updateInfo(this.guildId, this.guild.name, this.guild.iconURL);
this.allowedGuilds.updateInfo(this.guildId, this.guild.name, this.guild.iconURL, this.guild.ownerID);
}
}