Skip to content
This repository has been archived by the owner on Sep 17, 2020. It is now read-only.

Commit

Permalink
patch
Browse files Browse the repository at this point in the history
  • Loading branch information
XuaTheGrate committed Oct 31, 2019
1 parent 874a781 commit 6bee38b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cogs/locale.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
from .utils import i18n


class Locale(commands.Cog):
class Locale(commands.Cog, command_attrs={"hidden": True}):
def __init__(self, bot):
self.bot = bot

Expand Down

0 comments on commit 6bee38b

Please sign in to comment.