diff options
Diffstat (limited to 'src/commands/voice/play.ts')
| -rw-r--r-- | src/commands/voice/play.ts | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/commands/voice/play.ts b/src/commands/voice/play.ts index 398b431..97858a3 100644 --- a/src/commands/voice/play.ts +++ b/src/commands/voice/play.ts @@ -1,3 +1,4 @@ +//@ts-nocheck import ytdl from 'ytdl-core'; import { Command, CommandoMessage } from 'discord.js-commando'; import { MessageEmbed } from 'discord.js'; |