1
0
mirror of https://github.com/warengroup/eximiabots-radiox.git synced 2025-05-01 14:54:56 +00:00

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

@ -51,7 +51,7 @@ module.exports = class Radio extends Map {
message: null, message: null,
station: station station: station
}; };
this.list.set(guild.id, construct); this.set(guild.id, construct);
try { try {
const connection = const connection =