WIP: Refactor Aurora (3.0.0) #29

Draft
cswimr wants to merge 347 commits from aurora-pydantic into main
Showing only changes of commit dd89bfaf34 - Show all commits

View file

@ -41,7 +41,7 @@ class Ban(Type):
response_message = await ctx.send(f"{target.mention} has been {cls.verb}!\n{bold('Reason:')} {inline(reason)}")
if silent is True:
if silent is False:
try:
embed = await message_factory(
bot,
@ -127,7 +127,7 @@ class Tempban(Ban):
response_message = await ctx.send(f"{target.mention} has been {cls.verb} for {humanize_timedelta(parsed_time)}!\n{bold('Reason:')} {inline(reason)}")
if silent is True:
if silent is False:
try:
embed = await message_factory(
bot,