def emit(self, action, **kwargs): emit(action, id=self.guild_id, **kwargs)
def emit_update(self): emit('GUILD_UPDATE', id=self.guild_id)