Updated company name. Protected command from non admins. Added documentation.
All checks were successful
Main / build-and-push-docker-image (20.x) (pull_request) Successful in 1m6s

This commit is contained in:
2025-09-29 01:08:10 -04:00
parent 3ed97ecabc
commit b8ab3af485
3 changed files with 81 additions and 58 deletions

View File

@@ -19,7 +19,7 @@ import { botInfoCommand } from "./features/botInfoCommand.js";
import { getGroupIDCommand } from "./features/getGroupIDCommand.js";
import { helpCommand } from "./features/helpCommand.js";
import { embedCheck } from "./features/embedCheck.js";
import { isWKCGroup } from "./features/isLCMGroup.js";
import { isWKCGroup } from "./features/isWKCGroup.js";
interface Dependencies {
config: Config;