mirror of
https://github.com/Cog-Creators/Red-DiscordBot.git
synced 2025-11-06 03:08:55 -05:00
[Core Commands] Fix [p]set custominfo error (#3923)
This commit is contained in:
parent
1f845a4119
commit
f0a4c1c252
@ -1449,7 +1449,7 @@ class Core(commands.Cog, CoreLogic):
|
||||
await ctx.send(_("The custom text has been set."))
|
||||
await ctx.invoke(self.info)
|
||||
else:
|
||||
await ctx.bot.send(_("Characters must be fewer than 1024."))
|
||||
await ctx.send(_("Text must be fewer than 1024 characters long."))
|
||||
|
||||
@_set.command()
|
||||
@checks.is_owner()
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user