def on_guild_remove(self, guild: discord.Guild): log.info('Guild deleted') await self._remove_channels_from_database(guild.channels)