codedrunks / BrewBot

BrewBot is your essential Discord server companion with extensive moderation tools, fun games, an art contest system and various utility commands.
GNU Affero General Public License v3.0
4 stars 1 forks source link

Rework ping command #96

Closed Sv443 closed 2 years ago

Sv443 commented 2 years ago

The /ping command can now actually ping a URL and gather some info.
The request is done with the HEAD method so no data is downloaded.
IPs and localhost are disallowed to prevent vulns.
The command is devOnly for now, until I host like a small proxy VPS so we don't doxx our IP.

grafik