adding donate function
This commit is contained in:
parent
69561de57d
commit
8dfc824a25
@ -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
0
app/core_utils.py
Normal file → Executable 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",
|
||||
|
Loading…
x
Reference in New Issue
Block a user