mirror of
https://github.com/Cog-Creators/Red-DiscordBot.git
synced 2025-12-07 18:02:31 -05:00
Do not include expected wait_for responses in translated strings (#5364)
* Do not include 'I agree' prompt in translation string * Add more stuff * Address review comment * Address review comments
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user