feat: command to login into character.ai
This commit is contained in:
parent
3c04b034f9
commit
18c02e98f3
12 changed files with 199 additions and 71 deletions
|
|
@ -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) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue