mirror of
https://github.com/warengroup/eximiabots-radiox.git
synced 2024-12-23 06:33:18 +00:00
Fix typo in Radio class
This commit is contained in:
parent
b34120e688
commit
dbedb83104
@ -51,7 +51,7 @@ module.exports = class Radio extends Map {
|
||||
message: null,
|
||||
station: station
|
||||
};
|
||||
this.list.set(guild.id, construct);
|
||||
this.set(guild.id, construct);
|
||||
|
||||
try {
|
||||
const connection =
|
||||
|
Loading…
Reference in New Issue
Block a user