0.3 - Nachricht bei shutdown und restart wird nicht geschickt vor neustart (#62) #111

Merged
edraft merged 2 commits from #62 into 0.3 2022-11-11 07:21:35 +01:00
Showing only changes of commit 25cc98732d - Show all commits

View File

@ -58,8 +58,8 @@ class RestartCommand(DiscordCommandABC):
self._config.add_configuration('IS_RESTART', 'true')
await self._client_utils.presence_game('common.presence.restart')
await asyncio.sleep(self._settings.wait_for_restart)
await self._message_service.send_ctx_msg(ctx, self._t.transform('modules.admin.restart_message'))
await asyncio.sleep(self._settings.wait_for_restart)
await self._bot.stop_async()
self._logger.trace(__name__, f'Finished restart command')