From eb2c1c161d2edd0b795bff7941bcc564b4cca575 Mon Sep 17 00:00:00 2001 From: ein Date: Fri, 4 Aug 2023 20:06:26 -0700 Subject: [PATCH] Change the URL for my cashapp name in the /donate command --- app/cogs/cheeky_functions.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/cogs/cheeky_functions.py b/app/cogs/cheeky_functions.py index da4989f8..5bfb3282 100755 --- a/app/cogs/cheeky_functions.py +++ b/app/cogs/cheeky_functions.py @@ -159,7 +159,7 @@ class Cheeky(commands.Cog): @commands.slash_command(name="donate") async def donate(self, ctx: commands.Context): await ctx.respond( - "https://paypal.me/ldooks\nhttps://venmo.com/ldooks\nhttps://cash.me/$ldooks" + "https://paypal.me/ldooks\nhttps://venmo.com/ldooks\nhttps://cash.app/$ldooks" ) @commands.slash_command(