switch docstrings from csv to json

This commit is contained in:
Infinidoge 2024-12-19 01:14:17 -05:00
parent 35b43332e4
commit 9efbb6bb1e
Signed by: Infinidoge
SSH key fingerprint: SHA256:oAMyvotlNFraMmZmr+p6AxnNfW/GioTs1pOn3V4tQ7A

View file

@ -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