From 4fa6b25971b564e9b00676d092f372237b12152b Mon Sep 17 00:00:00 2001 From: Infinidoge Date: Tue, 31 Dec 2024 18:19:42 -0500 Subject: [PATCH] comment out export c --- nomen/settings.py | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) 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):