aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThongrapee Panyapatiphan <[email protected]>2021-10-01 21:13:37 +0700
committerThongrapee Panyapatiphan <[email protected]>2021-10-01 21:13:37 +0700
commit56a899250e22960ec34444241d347e164e037bb2 (patch)
treea9e2a25f4e561f05346ba953e67140c49d3fed61
parentc9cc9a17b13f45786222db948e746b5f8c3742e2 (diff)
downloadmuse-56a899250e22960ec34444241d347e164e037bb2.tar.xz
muse-56a899250e22960ec34444241d347e164e037bb2.zip
Remove eslint rule disable statement
-rw-r--r--src/commands/play.ts1
1 files changed, 0 insertions, 1 deletions
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';