mirror of
https://github.com/warengroup/eximiabots-radiox.git
synced 2025-06-17 01:16:01 +00:00
Fix typo in Radio class
This commit is contained in:
@ -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 =
|
||||
|
Reference in New Issue
Block a user