mirror of
https://github.com/Burn-E99/TheArtificer.git
synced 2026-06-04 09:03:50 -04:00
Continued reorg, broke solver down into parts for better readability
This commit is contained in:
@@ -6,7 +6,7 @@ import {
|
||||
// Log4Deno deps
|
||||
LT, log
|
||||
} from "../../deps.ts";
|
||||
import apiCommands from "./apiCmd/_apiIndex.ts";
|
||||
import apiCommands from "./apiCmd/_index.ts";
|
||||
import { constantCmds } from "../constantCmds.ts";
|
||||
|
||||
export const api = async (message: DiscordenoMessage, args: string[]) => {
|
||||
|
||||
@@ -8,9 +8,9 @@ import {
|
||||
// Log4Deno deps
|
||||
LT, log
|
||||
} from "../../deps.ts";
|
||||
import solver from "../solver.ts";
|
||||
import solver from "../solver/_index.ts";
|
||||
import { constantCmds, generateDMFailed } from "../constantCmds.ts";
|
||||
import rollFuncs from "./roll/_rollIndex.ts";
|
||||
import rollFuncs from "./roll/_index.ts";
|
||||
|
||||
export const roll = async (message: DiscordenoMessage, args: string[], command: string) => {
|
||||
// Light telemetry to see how many times a command is being run
|
||||
|
||||
Reference in New Issue
Block a user