Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(filterA): filter autocomplete #106

Closed
wants to merge 4 commits into from
Closed

Conversation

jacoobes
Copy link
Member

@jacoobes jacoobes commented Sep 9, 2023

Plugin Submission Checklist

Before submitting your plugin, please ensure that you have followed the specifications below:

  • Your plugin code includes a JSDoc block with @plugin at the beginning and @end at the end.
  • The order of plugin metadata within the JSDoc block follows the structure provided:
    1. @plugin
    2. description
    3. @author (you can have multiple authors in this format: @author @jacoobes [<@182326315813306368>])
    4. @version (with the version number)
    5. @example (a nice example of how to use your plugin)
    6. @end

Plugin Submission Details

Description:

This is the filterA plugin which is a simple plugin for autocomplete interaction

Authors:

[List the authors of the plugin along with their Discord IDs in the format @username [<@discord_id>]. You can add multiple authors in this manner.]

Version:

[Specify the version number of your plugin.]

Example:

[Provide an example of how your plugin can be used here.]

Additional Notes

[Include any additional information or notes you'd like to provide regarding your plugin submission.]

@github-actions github-actions bot requested a review from SrIzan10 September 9, 2023 05:57
@EvolutionX-10 EvolutionX-10 changed the title Feat filter a plugin feat(filterA): filter autocomplete Sep 10, 2023
@EvolutionX-10
Copy link
Member

use case? is there any default response sent when it doesn't follow the condition?

@jacoobes
Copy link
Member Author

use case is to prevent autocomplete from doing expensive computations
if there are fetches or expensive opterations such as reading from a databse being done in the execute block, this could potentially save time and resources

no default was intentional

Copy link
Member

@SrIzan10 SrIzan10 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm

@jacoobes jacoobes closed this Jan 2, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants