From ae4082bf76052bf0f1f25d3131bc0f2af097ac84 Mon Sep 17 00:00:00 2001 From: Conatum Date: Mon, 27 Sep 2021 10:03:52 +0300 Subject: [PATCH] UI (moderation): Simplify studyban notification. --- bot/modules/moderation/video/watchdog.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bot/modules/moderation/video/watchdog.py b/bot/modules/moderation/video/watchdog.py index 09d2b6c7..8062165f 100644 --- a/bot/modules/moderation/video/watchdog.py +++ b/bot/modules/moderation/video/watchdog.py @@ -198,7 +198,7 @@ async def _join_video_channel(member, channel): title="You have been studybanned!", description=( "You have been banned from studying in **{}**.\n" - "Study features, including **study voice channels** and **study text channels**, " + "Study features, including access to the server **study channels**, " "will ***not be available to you until this ban is lifted.***".format( member.guild.name, )