-
-
Notifications
You must be signed in to change notification settings - Fork 750
Delete messages when !pypi module is invalid #1443
Copy link
Copy link
Closed
Labels
a: backendRelated to internal functionality and utilities (error_handler, logging, security, utils and core)Related to internal functionality and utilities (error_handler, logging, security, utils and core)p: 2 - normalNormal PriorityNormal Priorityt: enhancementChanges or improvements to existing featuresChanges or improvements to existing features
Metadata
Metadata
Assignees
Labels
a: backendRelated to internal functionality and utilities (error_handler, logging, security, utils and core)Related to internal functionality and utilities (error_handler, logging, security, utils and core)p: 2 - normalNormal PriorityNormal Priorityt: enhancementChanges or improvements to existing featuresChanges or improvements to existing features
Type
Fields
Give feedbackNo fields configured for issues without a type.
When users use the
!pypicommand with an invalid module, you currently get a response saying"Package could not be found.".What I'm proposing it that after a delay (I believe we have
bot.constants.RedirectOutput.delete_delayfor this) the bot should delete both its response and the invocation message, like!dcurrently does.This would help reduce channel flooding when someone is trying to remember the name of a module, and since it's not a trivial change I'm happy to try and implement this myself if it's something we decide we want.