mirror of
https://github.com/runyanjake/discord.git
synced 2025-10-04 15:27:28 -07:00
9 lines
319 B
Python
9 lines
319 B
Python
linksMessage = """# **Links**
|
|
- PWS Homepage [Link](https://www.whitney.rip)
|
|
- pZ_aeriaL Youtube [Link](https://www.youtube.com/channel/UCZctf3QSXXk9a5KzrAJ2bmwt)
|
|
- My Source Code [Link](https://github.com/runyanjake/discord/tree/main/pwsBot)
|
|
"""
|
|
|
|
async def links(message):
|
|
await message.channel.send(linksMessage)
|