[3.4] Do not include expected wait_for responses in translated strings (#5364) (#5396)

* Do not include 'I agree' prompt in translation string

* Add more stuff

* Address review comment

* Address review comments
(cherry picked from commit 4b70acb989)

Co-authored-by: jack1142 <6032823+jack1142@users.noreply.github.com>

Co-authored-by: jack1142 <6032823+jack1142@users.noreply.github.com>
This commit is contained in:
Red-GitHubBot
2021-10-16 00:04:21 +02:00
committed by GitHub
parent 4dc509c18f
commit b8cf464355
8 changed files with 45 additions and 29 deletions

View File

@@ -675,7 +675,7 @@ class Trivia(commands.Cog):
can_react = ctx.channel.permissions_for(ctx.me).add_reactions
if not can_react:
overwrite_message += " (y/n)"
overwrite_message += " (yes/no)"
overwrite_message_object: discord.Message = await ctx.send(overwrite_message)
if can_react: