Skip to content

Commit

Permalink
Black reformat
Browse files Browse the repository at this point in the history
  • Loading branch information
laggron42 committed Aug 3, 2019
1 parent 30d573a commit 2b6ca9f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion warnsystem/warnsystem.py
Original file line number Diff line number Diff line change
Expand Up @@ -1574,7 +1574,7 @@ async def on_member_unban(self, guild: discord.Guild, user: discord.User):
f"The temporary ban of user {user} (ID: {user.id}) on guild {guild} "
f"(ID: {guild.id} was cancelled due to his manual unban."
)

@listener()
async def on_member_update(self, before: discord.Member, after: discord.Member):
guild = after.guild
Expand Down

0 comments on commit 2b6ca9f

Please sign in to comment.