diff --git a/nomen/settings.py b/nomen/settings.py index 0ad9508..e22ea31 100644 --- a/nomen/settings.py +++ b/nomen/settings.py @@ -65,13 +65,13 @@ You may want to `{ctx.clean_prefix}nomen export` first""" ], } - @nomen.command() - @guild_only() - async def export(self, ctx): - """ - Exports a JSON of all of your user data - """ - pass + # @nomen.command() + # @guild_only() + # async def export(self, ctx): + # """ + # Exports a JSON of all of your user data + # """ + # pass @nomen.command(name="opt-out") async def opt_out(self, ctx):