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 a88a3dbf65 - Show all commits

View file

@ -116,7 +116,7 @@ async def addrole(ctx: commands.Context) -> Embed:
for chunk in chunks:
e.add_field(name="", value=chunk)
else:
e.description += '\n' + whitelist
e.description += '\n\n' + whitelist
return e
@ -149,6 +149,6 @@ async def immune(ctx: commands.Context) -> Embed:
for chunk in chunks:
e.add_field(name="", value=chunk)
else:
e.description += '\n' + immune_str
e.description += '\n\n' + immune_str
return e