chore: removed comment, as the function has been cleaned up
Signed-off-by: limited_dev <loginakkisativ@gmail.com>
This commit is contained in:
parent
d92396784e
commit
063ef3ef91
1 changed files with 1 additions and 4 deletions
|
@ -39,10 +39,7 @@ class FeatureManageExtension : Extension() {
|
||||||
override val allowApplicationCommandInDMs: Boolean
|
override val allowApplicationCommandInDMs: Boolean
|
||||||
get() = false
|
get() = false
|
||||||
|
|
||||||
/*
|
|
||||||
* Note: This has to be rewritten at some point to better support more features
|
|
||||||
* and improve this mess of a class.
|
|
||||||
* */
|
|
||||||
override suspend fun setup() {
|
override suspend fun setup() {
|
||||||
publicSlashCommand(::FeatureManagerArgs) {
|
publicSlashCommand(::FeatureManagerArgs) {
|
||||||
name = "feature"
|
name = "feature"
|
||||||
|
|
Loading…
Reference in a new issue