1.0.0 #253
 Submodule kdb-bot/src/bot_api/config updated: 27289afd5e...3c2a863022
									
								
							| @@ -331,7 +331,7 @@ class DatabaseOnReadyEvent(OnReadyABC): | ||||
|                 self._logger.error(__name__, f"Cannot get UserJoinedVoiceChannel", e) | ||||
|  | ||||
|     def _check_user_joined_gs(self): | ||||
|         self._logger.debug(__name__, f"Start checking UserJoinedVoiceChannel table") | ||||
|         self._logger.debug(__name__, f"Start checking UserJoinedGameServer table") | ||||
|         for guild in self._bot.guilds: | ||||
|             guild: discord.Guild = guild | ||||
|  | ||||
| @@ -370,7 +370,7 @@ class DatabaseOnReadyEvent(OnReadyABC): | ||||
|                         # todo: maybe add XP | ||||
|                         self._db_context.save_changes() | ||||
|             except Exception as e: | ||||
|                 self._logger.error(__name__, f"Cannot get UserJoinedVoiceChannel", e) | ||||
|                 self._logger.error(__name__, f"Cannot get UserJoinedGameServer", e) | ||||
|  | ||||
|     async def on_ready(self): | ||||
|         self._logger.debug(__name__, f"Module {type(self)} started") | ||||
|   | ||||
		Reference in New Issue
	
	Block a user