adding donate function
This commit is contained in:
parent
ba5d1ec036
commit
1ebbe72200
@ -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")
|
@commands.command(name="nft")
|
||||||
async def nft(self, ctx: commands.Context):
|
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>",
|
"\nUsage: !bf5 <your origin account name>",
|
||||||
],
|
],
|
||||||
"dale": ["Posts a photo or video of Dale, the goodest boy.", "\nUsage: !dale"],
|
"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"],
|
"cowboy": ["Posts a photo of a bad dog.", "\nUsage: !cowboy"],
|
||||||
"redpanda": ["Returns a random red panda photo", "\nUsage: !redpanda"],
|
"redpanda": ["Returns a random red panda photo", "\nUsage: !redpanda"],
|
||||||
"panda": ["Returns a random panda photo", "\nUsage: !panda"],
|
"panda": ["Returns a random panda photo", "\nUsage: !panda"],
|
||||||
@ -276,7 +277,7 @@ def get_help_embed(bot):
|
|||||||
"wallpaper",
|
"wallpaper",
|
||||||
"youtube",
|
"youtube",
|
||||||
],
|
],
|
||||||
"user tools": ["help", "invite", "purge", "roles", "source"],
|
"user tools": ["help", "invite", "purge", "roles", "source", "donate"],
|
||||||
"pictures of animals": [
|
"pictures of animals": [
|
||||||
"birb",
|
"birb",
|
||||||
"cat",
|
"cat",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user