comment out export c

This commit is contained in:
Infinidoge 2024-12-31 18:19:42 -05:00
parent 91594c15b7
commit 4fa6b25971
Signed by: Infinidoge
SSH key fingerprint: SHA256:GT2StvPQMMfFHyiiFJymQxfTG/z6EWLJ6NWItf5K5sA

View file

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