Change the URL for my cashapp name in the /donate command
This commit is contained in:
parent
8780873cb0
commit
eb2c1c161d
@ -159,7 +159,7 @@ class Cheeky(commands.Cog):
|
|||||||
@commands.slash_command(name="donate")
|
@commands.slash_command(name="donate")
|
||||||
async def donate(self, ctx: commands.Context):
|
async def donate(self, ctx: commands.Context):
|
||||||
await ctx.respond(
|
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(
|
@commands.slash_command(
|
||||||
|
Loading…
x
Reference in New Issue
Block a user