diff --git a/src/modules/base/command/ping_command.py b/src/modules/base/command/ping_command.py index 60b3d0ab5c..2df5fadaa3 100644 --- a/src/modules/base/command/ping_command.py +++ b/src/modules/base/command/ping_command.py @@ -33,6 +33,5 @@ class PingCommand(DiscordCommandABC): async def ping(self, ctx: Context): self._logger.debug(__name__, f'Received command ping {ctx}') self._client_utils.received_command(ctx.guild.id) - raise Exception('Dies ist ein test, ob ich dir eine Benachrichtung über Fehler sende') await self._message_service.send_ctx_msg(ctx, self._t.transform('modules.base.pong')) self._logger.trace(__name__, f'Finished ping command')