mirror of
https://github.com/warengroup/eximiabots-radiox.git
synced 2024-12-23 05:53: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,
|
message: null,
|
||||||
station: station
|
station: station
|
||||||
};
|
};
|
||||||
this.list.set(guild.id, construct);
|
this.set(guild.id, construct);
|
||||||
|
|
||||||
try {
|
try {
|
||||||
const connection =
|
const connection =
|
||||||
|
Loading…
Reference in New Issue
Block a user