forked from Galactic/galactic-bot
12 lines
210 B
Plaintext
12 lines
210 B
Plaintext
|
[GENERAL_COMPONENTS]
|
||
|
switch({component}) {
|
||
|
case "command":
|
||
|
"command";
|
||
|
break;
|
||
|
case "setting":
|
||
|
"setting";
|
||
|
break;
|
||
|
case "inhibitor":
|
||
|
"inhibitor":
|
||
|
break;
|
||
|
}
|