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