mirror of
https://github.com/Cog-Creators/Red-DiscordBot.git
synced 2025-12-05 17:02:32 -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:
@@ -1645,7 +1645,7 @@ class Downloader(commands.Cog):
|
||||
)
|
||||
can_react = ctx.channel.permissions_for(ctx.me).add_reactions
|
||||
if not can_react:
|
||||
message += " (y/n)"
|
||||
message += " (yes/no)"
|
||||
query: discord.Message = await ctx.send(message)
|
||||
if can_react:
|
||||
# noinspection PyAsyncCall
|
||||
|
||||
Reference in New Issue
Block a user