adding donate function

This commit is contained in:
Luke Robles 2022-09-29 08:57:00 -07:00
parent 20e74ffd6a
commit 636fd8a4bf
3 changed files with 9 additions and 1 deletions

View File

@ -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):

0
app/core_utils.py Normal file → Executable file
View File

View File

@ -29,6 +29,7 @@ def get_help_message(method):
"\nUsage: !bf5 <your origin account name>",
],
"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",