Koooooo-7 / K-Bot

:robot: A Quantum Discord Bot in SpringBoot.

Home Page:https://github.com/Koooooo-7/K-Bot

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

optimize introduction plugin , change to use annotations to get plugin description.

Sivyer9303 opened this issue · comments

Feature Request

optimize introduction plugin , change to use annotations to get plugin description.

Motivation

To make introduction plugin more flexible by use annotation to collection plugin description.

Implementation

Add a annotation that use in plugins.
Define a bean processor to collection annotation field then fill them into collections.
Rewrite getting plugin description logic in introduction plugin.

Assignment

i'll make this myself.