A bot for the GeyserMC Discord server

discord-bot hacktoberfest
1 Open Issue Need Help Last updated: Sep 30, 2025

Open Issues Need Help

View All on GitHub

AI Summary: A `NumberFormatException` is occurring in the `PingCommand` when attempting to parse a port number from command arguments. The error "For input string: "[25573]"" indicates that the port argument is being passed with square brackets, which prevents `Integer.parseInt()` from successfully converting it to an integer. This suggests an issue with how the port argument is formatted before parsing.

Complexity: 1/5
good first issue

A bot for the GeyserMC Discord server

Java
#discord-bot#hacktoberfest