Start command #13

Merged
LucidKobold merged 2 commits from start-command into main 2025-02-19 18:55:38 -05:00
2 changed files with 3 additions and 3 deletions
Showing only changes of commit e22a5ceeb9 - Show all commits

View File

@@ -2,7 +2,7 @@ import type { Context } from "#root/bot/context.js";
import type { Config } from "#root/config.js";
import type { Logger } from "#root/logger.js";
import type { BotConfig } from "grammy";
import { adminFeature } from "#root/bot/features/admin.js";
// import { adminFeature } from "#root/bot/features/admin.js";
import { languageFeature } from "#root/bot/features/language.js";
import { unhandledFeature } from "#root/bot/features/unhandled.js";
import { welcomeFeature } from "#root/bot/features/welcome.js";
@@ -68,7 +68,7 @@ export function createBot(
// Handlers
protectedBot.use(welcomeFeature);
protectedBot.use(adminFeature);
// protectedBot.use(adminFeature);
if (isMultipleLocales) protectedBot.use(languageFeature);
// Commands