feat: command to login into character.ai

This commit is contained in:
HerozDotExe 2025-06-19 14:24:55 +02:00
parent 3c04b034f9
commit 18c02e98f3
12 changed files with 199 additions and 71 deletions

View file

@ -1,7 +1,7 @@
import { REST, RESTPostAPIChatInputApplicationCommandsJSONBody, Routes } from "npm:discord.js";
const { clientId, guildId, token } = Deno.env.toObject();
import { Command } from "../types.ts";
import { gatherCommandsPaths } from "../commands.ts";
import { Command } from "../src/types.ts";
import { gatherCommandsPaths } from "../src/commands.ts";
const commands: RESTPostAPIChatInputApplicationCommandsJSONBody[] = [];
async function register(commandPath: string) {