From ec834a06662ea8a2e939bc357dd6e60b81f553df Mon Sep 17 00:00:00 2001 From: Vexed <51716387+Vexed01@users.noreply.github.com> Date: Fri, 22 Nov 2019 23:54:39 +0000 Subject: [PATCH] Audio playlist capitalisation changes (#3048) * commit une * changelog * help me whi can i mot thnik * i can make changelogs correctly --- changelog.d/audio/3048.bugfix.rst | 1 + redbot/cogs/audio/audio.py | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) create mode 100644 changelog.d/audio/3048.bugfix.rst diff --git a/changelog.d/audio/3048.bugfix.rst b/changelog.d/audio/3048.bugfix.rst new file mode 100644 index 000000000..6a5353584 --- /dev/null +++ b/changelog.d/audio/3048.bugfix.rst @@ -0,0 +1 @@ +Unify capitalisation in ``[p]help playlist``. diff --git a/redbot/cogs/audio/audio.py b/redbot/cogs/audio/audio.py index 202edd3ef..0f148c3ae 100644 --- a/redbot/cogs/audio/audio.py +++ b/redbot/cogs/audio/audio.py @@ -3276,8 +3276,8 @@ class Audio(commands.Cog): ​ ​ ​ ​ ​ ​ ​ ​ Only editable by bot owner. ​ ​ ​ ​ **Guild**: ​ ​ ​ ​ ​ ​ ​ ​ Visible to all users in this guild. - ​ ​ ​ ​ ​ ​ ​ ​ Editable By Bot Owner, Guild Owner, Guild Admins, - ​ ​ ​ ​ ​ ​ ​ ​ Guild Mods, DJ Role and playlist creator. + ​ ​ ​ ​ ​ ​ ​ ​ Editable by bot owner, guild owner, guild admins, + ​ ​ ​ ​ ​ ​ ​ ​ guild mods, DJ role and playlist creator. ​ ​ ​ ​ **User**: ​ ​ ​ ​ ​ ​ ​ ​ Visible to all bot users, if --author is passed. ​ ​ ​ ​ ​ ​ ​ ​ Editable by bot owner and creator.