3
0
Fork 0
mirror of https://github.com/ZeppelinBot/Zeppelin.git synced 2025-05-27 11:15:02 +00:00

chore: resolve eslint issues

This commit is contained in:
Dragory 2021-11-03 16:59:08 +02:00
parent 6aa40c09c3
commit abe87f6750
19 changed files with 35 additions and 2 deletions

View file

@ -13,6 +13,7 @@ export async function reloadChangedGuilds(pluginData: GlobalPluginData<GuildConf
if (!item.key.startsWith("guild-")) continue;
const guildId = item.key.slice("guild-".length) as Snowflake;
// tslint:disable-next-line:no-console
console.log(`Config changed, reloading guild ${guildId}`);
await pluginData.getKnubInstance().reloadGuild(guildId);