diff options
author | IRONM00N <64110067+IRONM00N@users.noreply.github.com> | 2021-08-05 18:48:38 -0400 |
---|---|---|
committer | IRONM00N <64110067+IRONM00N@users.noreply.github.com> | 2021-08-05 18:48:38 -0400 |
commit | 2d66c896b9ab7fac426061fccd6ffa413242bc6a (patch) | |
tree | 0315533b233d9f3f74615c8959a621e54b8747b6 /src/commands/dev | |
parent | f4ed3141722719f26ac2286d57a92b1031accaf3 (diff) | |
download | tanzanite-2d66c896b9ab7fac426061fccd6ffa413242bc6a.tar.gz tanzanite-2d66c896b9ab7fac426061fccd6ffa413242bc6a.tar.bz2 tanzanite-2d66c896b9ab7fac426061fccd6ffa413242bc6a.zip |
remove explicit any and add error for code block
Diffstat (limited to 'src/commands/dev')
-rw-r--r-- | src/commands/dev/test.ts | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/commands/dev/test.ts b/src/commands/dev/test.ts index 5552803..60e93c4 100644 --- a/src/commands/dev/test.ts +++ b/src/commands/dev/test.ts @@ -1,4 +1,3 @@ -/* eslint-disable @typescript-eslint/no-explicit-any */ import { BushCommand, BushMessage } from '@lib'; import { Constants as jsConstants, MessageActionRow, MessageButton, MessageEmbed } from 'discord.js'; |