+ if message.channel.category:
+ if cc.course != message.channel.category:
+ cc.update_course(message.channel.category)
+ classroom = [x for x in message.guild.voice_channels if x.name == voice_channel and x.category_id == message.channel.category_id][0]
+