Fix typo in Radio class

This commit is contained in:
Christer Warén 2021-09-16 05:13:07 +03:00
parent b34120e688
commit dbedb83104

View File

@ -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 =