forked from DiscordBots/lilJudd
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
|
||||
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() {
|
||||
publicSlashCommand(::FeatureManagerArgs) {
|
||||
name = "feature"
|
||||
|
|
Loading…
Reference in a new issue