From e61a98da45e60851036b1bd7e51741444bc1b16c Mon Sep 17 00:00:00 2001 From: SeaswimmerTheFsh Date: Thu, 28 Dec 2023 19:07:42 -0500 Subject: [PATCH] misc(nerdify): credited phasecorex --- nerdify/info.json | 2 +- nerdify/nerdify.py | 7 +++++++ 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/nerdify/info.json b/nerdify/info.json index 641ca22..dca29c7 100644 --- a/nerdify/info.json +++ b/nerdify/info.json @@ -1,6 +1,6 @@ { "author" : ["SeaswimmerTheFsh"], - "install_msg" : "Thank you for installing Nerdify!\nYou can find the source code of this cog [here](https://coastalcommits.com/SeaswimmerTheFsh/SeaCogs).", + "install_msg" : "Thank you for installing Nerdify!\nYou can find the source code of this cog [here](https://coastalcommits.com/SeaswimmerTheFsh/SeaCogs). Based off of PhasecoreX's [UwU]() cog.", "name" : "Nerdify", "short" : "Nerdify your text!", "description" : "Nerdify your text!", diff --git a/nerdify/nerdify.py b/nerdify/nerdify.py index cb19864..c42af85 100644 --- a/nerdify/nerdify.py +++ b/nerdify/nerdify.py @@ -1,3 +1,10 @@ +# _____ _ +# / ____| (_) +# | (___ ___ __ _ _____ ___ _ __ ___ _ __ ___ ___ _ __ +# \___ \ / _ \/ _` / __\ \ /\ / / | '_ ` _ \| '_ ` _ \ / _ \ '__| +# ____) | __/ (_| \__ \\ V V /| | | | | | | | | | | | __/ | +# |_____/ \___|\__,_|___/ \_/\_/ |_|_| |_| |_|_| |_| |_|\___|_| + import asyncio from contextlib import suppress from typing import Any, Optional