Skip to content

Commit

Permalink
clean up comments
Browse files Browse the repository at this point in the history
  • Loading branch information
apmapmapm committed Dec 14, 2023
1 parent 6df0731 commit 884a805
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mastermelon/anti_mindus_bot.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ async def vkick_anti_bot(message,bot,autoban_counts):
autoban_counts[0] +=1
ban_command = message.content.split("\n")[2] # ban by ip
ban_command= ban_command.split('-1 "')[1][:-1]
username = message.content.split("\n")[0][14:-1] # todo parse this properly
username = message.content.split("\n")[0][14:-1]
await autoban_message.channel.send(f"☠️{autoban_counts[0]} banning user: {username}. "+ban_command+"\nsending command")
await console_commands.sendcommandtoserver(autoban_message,-1,ban_command,False)

Expand Down

0 comments on commit 884a805

Please sign in to comment.