Aurora Configuration Rewrite #15

Merged
cswimr merged 73 commits from aurora-config-rewrite into main 2024-01-16 12:19:08 -05:00
Showing only changes of commit 7476fcaa8d - Show all commits

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')