diff options
author | Parker <contact@pkrm.dev> | 2024-07-19 05:27:24 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-07-19 05:27:24 +0000 |
commit | 2dfb5be919dcb1b8df0e38e2c6f0341e76a03ca5 (patch) | |
tree | f0db246cba260fa88430647fd4cea8d6492b459b /code/cogs/news.py | |
parent | ceb2da92d667f91bad33c6fb79c0c699d2a315ab (diff) | |
parent | 0c2ad2a55a441d496f5badbe8a361a0cda458f15 (diff) |
Merge pull request #1 from PacketParker/dev
Merge changes for Apple Music support
Diffstat (limited to 'code/cogs/news.py')
-rw-r--r-- | code/cogs/news.py | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/code/cogs/news.py b/code/cogs/news.py index d7c25d2..5c0c2e7 100644 --- a/code/cogs/news.py +++ b/code/cogs/news.py @@ -19,6 +19,11 @@ class News(commands.Cog): ) embed.add_field( + name="**Apple Music Support!**", + value="> You can now play music through Apple Music links. Just paste the link and the bot will do the rest!", + ) + + embed.add_field( name="**Autoplay Update**", value="> Autoplay is now much more stable after a revamp of the previous system. If you experienced short outages recently, this was due to the update. Thank you for your patience!", inline=False, |