Typescript Continue

This commit is contained in:
Christer Warén
2023-06-04 06:20:37 +03:00
parent 3fc7337d0f
commit fb36a8f890
6 changed files with 13 additions and 14 deletions

View File

@@ -47,7 +47,7 @@ export default class Radio extends Map {
if(!station) return;
const construct = {
const construct: any = {
textChannel: client.channels.cache.get(state.channels.text),
voiceChannel: client.channels.cache.get(state.channels.voice),
connection: null,