Compare commits
No commits in common. "588a8e140fff76a620198a90bedbd8b6c712cd8c" and "25cc98732d6a5d4dc444d02ec241187795789bc0" have entirely different histories.
588a8e140f
...
25cc98732d
@ -122,11 +122,6 @@ class LevelGroup(DiscordCommandABC):
|
|||||||
return
|
return
|
||||||
self._client_utils.received_command(ctx.guild.id)
|
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:
|
try:
|
||||||
color = hex(discord.Colour.from_str(color).value)
|
color = hex(discord.Colour.from_str(color).value)
|
||||||
except Exception as e:
|
except Exception as e:
|
||||||
|
Loading…
Reference in New Issue
Block a user