GeyserMC / GeyserDiscordBot

A bot for the GeyserMC Discord server
https://geysermc.org
MIT License
22 stars 42 forks source link

Fix duplicate `Geyser` options appearing in the `/download` command #292

Closed drakon64 closed 1 year ago

drakon64 commented 1 year ago

The current /download command contains two options with the name Geyser. The values of this options are geyser and floodgate. DownloadCommand.defaultDownloadOption sets the command name to always be Geyser and to always use the Geyser download URL as the destination, causing a duplicate entry in the list even though the command that Discord receives has a different value.

This PR makes the following changes: