Funtimes909/ServerSeekerV2-Discord-Bot — reverse-engineered prompt
Reverse engineered prompt
Build me a Discord bot for ServerSeekerV2 that lets people look up Minecraft server data from the ServerSeekerV2 API using slash commands.
It should let users search for servers with filters like country, Minecraft version, and server software, ping a server address and show whether it is online, view player history for a player or server, get a random server, and show bot info and overall stats like unique players and servers found.
Also add owner or trusted user commands for tracking a player with Discord webhook updates, blacklisting users from using the bot, and submitting takedowns so a server is not scanned anymore, with an option to remove old records.
Please make it a Java Discord bot using JDA and Gradle, with a simple config JSON for the Discord token, API settings, trusted users, and anything else needed. Include Docker support so it can be run with a mounted config file. Keep the command responses clean and readable in Discord, with sensible error messages when the API is down or a search has no results.
Want more depth? Deep Reverse