File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed
application/src/main/java/org/togetherjava/tjbot/commands Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change 3
3
import net .dv8tion .jda .api .JDA ;
4
4
import org .jetbrains .annotations .NotNull ;
5
5
import org .togetherjava .tjbot .commands .basic .PingCommand ;
6
+ import org .togetherjava .tjbot .commands .basic .RoleSelectCommand ;
6
7
import org .togetherjava .tjbot .commands .basic .VcActivityCommand ;
7
8
import org .togetherjava .tjbot .commands .free .FreeCommand ;
8
9
import org .togetherjava .tjbot .commands .mathcommands .TeXCommand ;
@@ -75,10 +76,11 @@ public enum Features {
75
76
features .add (new AuditCommand (actionsStore ));
76
77
features .add (new MuteCommand (actionsStore ));
77
78
features .add (new UnmuteCommand (actionsStore ));
79
+ features .add (new RoleSelectCommand ());
78
80
79
81
// Mixtures
80
82
features .add (new FreeCommand ());
81
83
82
84
return features ;
83
85
}
84
- }
86
+ }
You can’t perform that action at this time.
0 commit comments