Remove eslint rule disable statement

This commit is contained in:
Thongrapee Panyapatiphan 2021-10-01 21:13:37 +07:00
parent c9cc9a17b1
commit 56a899250e
No known key found for this signature in database
GPG key ID: 4B08AEC7F50F1967

View file

@ -1,4 +1,3 @@
/* eslint-disable complexity */
import {TextChannel, Message} from 'discord.js';
import {URL} from 'url';
import {Except} from 'type-fest';