mirror of
https://github.com/Cog-Creators/Red-DiscordBot.git
synced 2025-11-22 10:47:58 -05:00
[i18n] Fix some missing i18n strings in the whole bot (#2633)
This commit is contained in:
@@ -233,7 +233,7 @@ class Dev(commands.Cog):
|
||||
cleaned = self.cleanup_code(response.content)
|
||||
|
||||
if cleaned in ("quit", "exit", "exit()"):
|
||||
await ctx.send("Exiting.")
|
||||
await ctx.send(_("Exiting."))
|
||||
self.sessions.remove(ctx.channel.id)
|
||||
return
|
||||
|
||||
|
||||
Reference in New Issue
Block a user