add /admins command
This commit is contained in:
@@ -81,6 +81,7 @@ import {OpenAIGenImage} from "./commands/openai-gen-image";
|
||||
import {clearUpFolderFromOldFiles} from "./util/files";
|
||||
import {DownloadYtVideo} from "./callback_commands/download-yt-video";
|
||||
import {YtInfo} from "./callback_commands/yt-info";
|
||||
import {AdminsList} from "./commands/admins-list";
|
||||
|
||||
process.setUncaughtExceptionCaptureCallback(logError);
|
||||
|
||||
@@ -161,6 +162,7 @@ export const commands: Command[] = [
|
||||
|
||||
new AdminsAdd(),
|
||||
new AdminsRemove(),
|
||||
new AdminsList(),
|
||||
|
||||
new Shutdown(),
|
||||
new Leave(),
|
||||
|
||||
Reference in New Issue
Block a user