misc(nerdify): credited phasecorex

This commit is contained in:
Seaswimmer 2023-12-28 19:07:42 -05:00
parent 69e06778c8
commit e61a98da45
Signed by untrusted user: cswimr
GPG key ID: 1EBC234EEDA901AE
2 changed files with 8 additions and 1 deletions

View file

@ -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](<https://github.com/PhasecoreX/PCXCogs/tree/master/uwu>) cog.",
"name" : "Nerdify",
"short" : "Nerdify your text!",
"description" : "Nerdify your text!",

View file

@ -1,3 +1,10 @@
# _____ _
# / ____| (_)
# | (___ ___ __ _ _____ ___ _ __ ___ _ __ ___ ___ _ __
# \___ \ / _ \/ _` / __\ \ /\ / / | '_ ` _ \| '_ ` _ \ / _ \ '__|
# ____) | __/ (_| \__ \\ V V /| | | | | | | | | | | | __/ |
# |_____/ \___|\__,_|___/ \_/\_/ |_|_| |_| |_|_| |_| |_|\___|_|
import asyncio
from contextlib import suppress
from typing import Any, Optional