Skip to content

Commit

Permalink
remove test print
Browse files Browse the repository at this point in the history
  • Loading branch information
juunini committed Feb 18, 2024
1 parent ac2fa8d commit a9894a6
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/bot/watch.go
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ func Watch(session *discordgo.Session) {

func sendNewPlayers(session *discordgo.Session) {
for _, player := range watchers.NewPlayers {
fmt.Println(player.Username)
session.ChannelMessageSend(config.DISCORD_LOG_CHANNEL_ID, player.Username+" joined the server")
}
}
Expand Down

0 comments on commit a9894a6

Please sign in to comment.