migrate /about (#4207)

This commit is contained in:
Abhi
2025-07-15 02:22:46 -04:00
committed by GitHub
parent 2862ae7344
commit 6e258e2850
6 changed files with 172 additions and 117 deletions

View File

@@ -11,8 +11,10 @@ import { clearCommand } from '../ui/commands/clearCommand.js';
import { authCommand } from '../ui/commands/authCommand.js';
import { themeCommand } from '../ui/commands/themeCommand.js';
import { privacyCommand } from '../ui/commands/privacyCommand.js';
import { aboutCommand } from '../ui/commands/aboutCommand.js';
const loadBuiltInCommands = async (): Promise<SlashCommand[]> => [
aboutCommand,
authCommand,
clearCommand,
helpCommand,