forked from cswimr/SeaCogs
misc(aurora): changed some strings in the addrole and immunity embeds
This commit is contained in:
parent
464fa9f97a
commit
7476fcaa8d
1 changed files with 2 additions and 2 deletions
|
@ -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')
|
||||
|
|
Loading…
Reference in a new issue