From 56a899250e22960ec34444241d347e164e037bb2 Mon Sep 17 00:00:00 2001 From: Thongrapee Panyapatiphan Date: Fri, 1 Oct 2021 21:13:37 +0700 Subject: [PATCH] Remove eslint rule disable statement --- src/commands/play.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/src/commands/play.ts b/src/commands/play.ts index fce051f..8971cca 100644 --- a/src/commands/play.ts +++ b/src/commands/play.ts @@ -1,4 +1,3 @@ -/* eslint-disable complexity */ import {TextChannel, Message} from 'discord.js'; import {URL} from 'url'; import {Except} from 'type-fest';