forked from sh-edraft.de/sh_discord_bot
Removed error to test
This commit is contained in:
parent
eca67317ad
commit
4bcab95369
@ -33,6 +33,5 @@ class PingCommand(DiscordCommandABC):
|
|||||||
async def ping(self, ctx: Context):
|
async def ping(self, ctx: Context):
|
||||||
self._logger.debug(__name__, f'Received command ping {ctx}')
|
self._logger.debug(__name__, f'Received command ping {ctx}')
|
||||||
self._client_utils.received_command(ctx.guild.id)
|
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'))
|
await self._message_service.send_ctx_msg(ctx, self._t.transform('modules.base.pong'))
|
||||||
self._logger.trace(__name__, f'Finished ping command')
|
self._logger.trace(__name__, f'Finished ping command')
|
||||||
|
Loading…
Reference in New Issue
Block a user