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.