diff --git a/nomen/settings.py b/nomen/settings.py index 814da3e..a3dbd5c 100644 --- a/nomen/settings.py +++ b/nomen/settings.py @@ -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