Compare commits

..

No commits in common. "50fbc3eb8cd30b428e0f80f38773bd25523c274d" and "44f22e6aee9c5ff2d6cf887fe578ed6dfbe97203" have entirely different histories.

View File

@ -147,11 +147,6 @@ class LevelGroup(DiscordCommandABC):
return
self._client_utils.received_command(ctx.guild.id)
if not self._permissions.is_member_admin(ctx.author):
await self._message_service.send_ctx_msg(ctx, self._t.transform('common.no_permission_message'))
self._logger.trace(__name__, f'Finished command level remove')
return
try:
color = hex(discord.Colour.from_str(color).value)
except Exception as e: