switch docstrings from csv to json
This commit is contained in:
parent
35b43332e4
commit
9efbb6bb1e
1 changed files with 2 additions and 2 deletions
|
@ -52,7 +52,7 @@ You may want to `{ctx.clean_prefix}nomen export` first"""
|
|||
@guild_only()
|
||||
async def _import(self, ctx):
|
||||
"""
|
||||
Imports a CSV of all of your user data
|
||||
Imports a JSON of all of your user data
|
||||
"""
|
||||
pass
|
||||
|
||||
|
@ -60,7 +60,7 @@ You may want to `{ctx.clean_prefix}nomen export` first"""
|
|||
@guild_only()
|
||||
async def export(self, ctx):
|
||||
"""
|
||||
Exports a CSV of all of your user data
|
||||
Exports a JSON of all of your user data
|
||||
"""
|
||||
pass
|
||||
|
||||
|
|
Loading…
Reference in a new issue