mirror of
https://github.com/warengroup/eximiabots-radiox.git
synced 2025-07-01 12:23:38 +00:00
stations
This commit is contained in:
@ -1,4 +1,5 @@
|
||||
module.exports = function (key, client) {
|
||||
if (client.stations === null) return false;
|
||||
let foundStations = [];
|
||||
if (!key) return false;
|
||||
const probabilityIncrement = 100 / key.split(' ').length / 2;
|
||||
|
Reference in New Issue
Block a user