Compare commits
	
		
			3 Commits
		
	
	
		
			b4fce51b57
			...
			1a5917ac6b
		
	
	| Author | SHA1 | Date | |
|---|---|---|---|
| 1a5917ac6b | |||
| 588a8e140f | |||
| 25cc98732d | 
| @@ -58,8 +58,8 @@ class RestartCommand(DiscordCommandABC): | |||||||
|  |  | ||||||
|         self._config.add_configuration('IS_RESTART', 'true') |         self._config.add_configuration('IS_RESTART', 'true') | ||||||
|         await self._client_utils.presence_game('common.presence.restart') |         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 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() |         await self._bot.stop_async() | ||||||
|  |  | ||||||
|         self._logger.trace(__name__, f'Finished restart command') |         self._logger.trace(__name__, f'Finished restart command') | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user