aboutsummaryrefslogtreecommitdiff
path: root/src/commands/dev
diff options
context:
space:
mode:
authorIRONM00N <64110067+IRONM00N@users.noreply.github.com>2021-06-29 11:46:23 -0400
committerIRONM00N <64110067+IRONM00N@users.noreply.github.com>2021-06-29 11:46:23 -0400
commit539f52f3cbc25c475c2047be67f4dd01e7394e63 (patch)
treeb050c66b40c30d8b0bf2e4d326ef115b36185151 /src/commands/dev
parent02869547686b4658e9554712a648e94a43a11575 (diff)
downloadtanzanite-539f52f3cbc25c475c2047be67f4dd01e7394e63.tar.gz
tanzanite-539f52f3cbc25c475c2047be67f4dd01e7394e63.tar.bz2
tanzanite-539f52f3cbc25c475c2047be67f4dd01e7394e63.zip
fix ModLog because github jank part 1
Diffstat (limited to 'src/commands/dev')
-rw-r--r--src/commands/dev/eval.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/commands/dev/eval.ts b/src/commands/dev/eval.ts
index a1c2d87..7903474 100644
--- a/src/commands/dev/eval.ts
+++ b/src/commands/dev/eval.ts
@@ -185,7 +185,7 @@ export default class EvalCommand extends BushCommand {
{ Global } = await import('../../lib/models/Global'),
{ Guild } = await import('../../lib/models/Guild'),
{ Level } = await import('../../lib/models/Level'),
- { ModLog } = await import('../../lib/models/ModLog'),
+ { ModLog } = await import('../../lib/models/ModLog_'),
{ StickyRole } = await import('../../lib/models/StickyRole');
if (code[code.lang].replace(/ /g, '').includes('9+10' || '10+9')) {
output = 21;