diff options
| author | Thongrapee Panyapatiphan <[email protected]> | 2021-10-01 21:13:37 +0700 |
|---|---|---|
| committer | Thongrapee Panyapatiphan <[email protected]> | 2021-10-01 21:13:37 +0700 |
| commit | 56a899250e22960ec34444241d347e164e037bb2 (patch) | |
| tree | a9e2a25f4e561f05346ba953e67140c49d3fed61 /src/commands | |
| parent | c9cc9a17b13f45786222db948e746b5f8c3742e2 (diff) | |
| download | muse-56a899250e22960ec34444241d347e164e037bb2.tar.xz muse-56a899250e22960ec34444241d347e164e037bb2.zip | |
Remove eslint rule disable statement
Diffstat (limited to 'src/commands')
| -rw-r--r-- | src/commands/play.ts | 1 |
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'; |
