1
1
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:
Ean Milligan (Bastion)
2022-05-06 23:20:04 -04:00
parent 15e8f847c5
commit 337b266456
13 changed files with 1088 additions and 1052 deletions

View File

@@ -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[]) => {

View File

@@ -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