Closed kimcore closed 3 years ago
Hello, and thanks for opening an issue! As this is the first time you've created an issue on this repository, we'd just like to offer you a warm welcome to the project, and the following pointers:
Please provide as much information as possible when asking a question, reporting a problem, or submitting a feature request. This will help us to address your issue quickly and efficiently. If you forgot to add some information, no worries - feel free to edit the issue and add anything you missed!
Thanks for contacting us! If you have any further questions, please feel free to join us on Discord in the #dev-kotdis
channel (or #kordex-discussion
for Kord Extensions projects), or to contact a staff member directly.
Done - this'll be available as the feedbackExtension
Boolean prop in the sentry
builder once the snapshot builds.
Note that feedbackExtension
will be ignored if the Sentry integration is disabled.
Summary
Allow disabling feedback command when using sentry extension.
Current Behaviour
Currently, we can't disable the feedback command if the sentry extension is enabled.
Preferred Behaviour
Users should be able to choose whether to create a feedback command or not.
Suggestions
Expose a field in
SentryExtensionBuilder
, and check for that field inExtensibleBot.addDefaultExtensions
.