From 636fd8a4bf0fdb8775b94f18a8dc06fa25a4702c Mon Sep 17 00:00:00 2001 From: Luke Robles <98352913+lrobles-iterable@users.noreply.github.com> Date: Thu, 29 Sep 2022 08:57:00 -0700 Subject: [PATCH] adding donate function --- app/cogs/cheeky_functions.py | 7 +++++++ app/core_utils.py | 0 app/help_methods.py | 3 ++- 3 files changed, 9 insertions(+), 1 deletion(-) mode change 100644 => 100755 app/core_utils.py diff --git a/app/cogs/cheeky_functions.py b/app/cogs/cheeky_functions.py index 7c9d3007..5b5e7e4a 100644 --- a/app/cogs/cheeky_functions.py +++ b/app/cogs/cheeky_functions.py @@ -147,6 +147,13 @@ class Cheeky(commands.Cog): ) ) + @commands.command(name="donate", aliases=["subscribe"]) + async def donate(self, ctx: commands.Context): + + await ctx.reply( + "https://paypal.me/ldooks\nhttps://venmo.com/ldooks\nhttps://cash.me/$ldooks" + ) + @commands.command(name="nft") async def nft(self, ctx: commands.Context): diff --git a/app/core_utils.py b/app/core_utils.py old mode 100644 new mode 100755 diff --git a/app/help_methods.py b/app/help_methods.py index fa6c7fcf..cc544e6b 100644 --- a/app/help_methods.py +++ b/app/help_methods.py @@ -29,6 +29,7 @@ def get_help_message(method): "\nUsage: !bf5 ", ], "dale": ["Posts a photo or video of Dale, the goodest boy.", "\nUsage: !dale"], + "donate": ["Returns ways you can donate to the bot"], "cowboy": ["Posts a photo of a bad dog.", "\nUsage: !cowboy"], "redpanda": ["Returns a random red panda photo", "\nUsage: !redpanda"], "panda": ["Returns a random panda photo", "\nUsage: !panda"], @@ -276,7 +277,7 @@ def get_help_embed(bot): "wallpaper", "youtube", ], - "user tools": ["help", "invite", "purge", "roles", "source"], + "user tools": ["help", "invite", "purge", "roles", "source", "donate"], "pictures of animals": [ "birb", "cat",