UI (moderation): Simplify studyban notification.

This commit is contained in:
2021-09-27 10:03:52 +03:00
parent 49f99c69b6
commit ae4082bf76

View File

@@ -198,7 +198,7 @@ async def _join_video_channel(member, channel):
title="You have been studybanned!", title="You have been studybanned!",
description=( description=(
"You have been banned from studying in **{}**.\n" "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( "will ***not be available to you until this ban is lifted.***".format(
member.guild.name, member.guild.name,
) )