marcelropos / HM-DiscordBot

A Discordbot by and for first semester students of HM.
8 stars 5 forks source link

Add correct argument checking #130

Closed maxwai closed 12 months ago

maxwai commented 1 year ago

Currently the given arguments are not correctly checked and handled on errors.

For example a command expecting a user mention that doesn't get a user mention (for example just text or a role mention) will just crash with an unknown error

maxwai commented 12 months ago

Closed since rewritting in rust