comment out export c
This commit is contained in:
parent
91594c15b7
commit
4fa6b25971
1 changed files with 7 additions and 7 deletions
|
@ -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):
|
||||||
|
|
Loading…
Reference in a new issue