Skip to content

Commit

Permalink
better formating
Browse files Browse the repository at this point in the history
  • Loading branch information
aaaaaaaaa committed Sep 1, 2024
1 parent f1563a5 commit 03f7403
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions mastermelon/melon.py
Original file line number Diff line number Diff line change
Expand Up @@ -444,11 +444,11 @@ async def getmindusinfo(ctx: commands.Context, DUUID: int = None):
banned_by_duuid = mindusbans_doc["banned_by_duuid"]
strr = ""
strr+= "date:"+str(mindusbans_doc["date"])+"\n"
strr+= "banned_muuid:"+mindusbans_doc["banned_muuid"]+"\n"
strr+= "banned_muuid: `"+mindusbans_doc["banned_muuid"]+"`\n"
strr+= "banned_ip:"+mindusbans_doc["banned_ip"]+"\n"
strr+= "banned_reason:"+mindusbans_doc["banned_reason"]+"\n"
strr+= "banned_reason: `"+mindusbans_doc["banned_reason"]+"`\n"
strr+= "servername:"+mindusbans_doc["servername"]+"\n"
strr+= "banned_type:"+mindusbans_doc["banned_type"]
strr+= "banned_type: `"+mindusbans_doc["banned_type"]+"`"

if counts>20: # unlikely for more than 20 bans.
counts+=1
Expand Down

0 comments on commit 03f7403

Please sign in to comment.