mirror of
https://github.com/warengroup/eximiabots-radiox.git
synced 2026-01-11 06:45:42 +00:00
Typescript Continue
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user