misc(aurora): changed some strings in the addrole and immunity embeds

This commit is contained in:
Seaswimmer 2024-01-16 13:10:16 +00:00
parent 464fa9f97a
commit 7476fcaa8d
Signed by untrusted user: cswimr
GPG key ID: D74DDDDF420E13DF

View file

@ -99,7 +99,7 @@ async def addrole(ctx: commands.Context) -> Embed:
e = await _core(ctx)
e.title += ": Addrole Whitelist"
e.description = "Use the buttons below to manage this guild's addrole whitelist."
e.description = "Use the select menu below to manage this guild's addrole whitelist."
if len(whitelist) > 4000 and len(whitelist) < 5000:
lines = whitelist.split('\n')
@ -132,7 +132,7 @@ async def immune(ctx: commands.Context) -> Embed:
e = await _core(ctx)
e.title += ": Immune Roles"
e.description = "Use the buttons below to manage this guild's immune roles."
e.description = "Use the select menu below to manage this guild's immune roles."
if len(immune_str) > 4000 and len(immune_str) < 5000:
lines = immune_str.split('\n')