Skip to content

Commit

Permalink
Update discord-bot.py
Browse files Browse the repository at this point in the history
  • Loading branch information
mattzque authored Dec 23, 2022
1 parent 76e2951 commit 78d85c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion discord-bot.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@

# [07:54:07] [Server thread/INFO]: 4poc joined the game
# match.group(1) will be the part after the prefix "[07:54:07] [Server thread/INFO]: "
regex_log_line = re.compile(".*? \[Server thread.INFO\](?: \[net.minecraft.server.MinecraftServer\/\])?: (.+)")$
regex_log_line = re.compile(".*? \[Server thread.INFO\](?: \[net.minecraft.server.MinecraftServer\/\])?: (.+)")

# [07:54:07] [Server thread/INFO]: 4poc joined the game
# match.group(1) will be the player name
Expand Down

0 comments on commit 78d85c0

Please sign in to comment.