Skip to content

Commit

Permalink
forgot a space
Browse files Browse the repository at this point in the history
  • Loading branch information
greeeen-dev committed May 14, 2024
1 parent 0758a2b commit bcd92ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cogs/moderation.py
Original file line number Diff line number Diff line change
Expand Up @@ -355,7 +355,7 @@ async def standing(self,ctx,*,target=None):
embed.title = "SUSPENDED"
embed.colour = 0xff0000
embed.description = (
'You\'ve been ' + ('permanently' if noexpiry else 'temporarily') + 'suspended from this Unifier '+
'You\'ve been ' + ('permanently' if noexpiry else 'temporarily') + ' suspended from this Unifier '+
'instance.\n\n:white_large_square: :white_large_square: :white_large_square: :white_large_square:'+
' :octagonal_sign:'
)
Expand Down

0 comments on commit bcd92ac

Please sign in to comment.