From 9efbb6bb1e3006f00909d41782472c6586e965f1 Mon Sep 17 00:00:00 2001 From: Infinidoge Date: Thu, 19 Dec 2024 01:14:17 -0500 Subject: [PATCH] switch docstrings from csv to json --- nomen/settings.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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