mirror of
https://github.com/warengroup/eximiabots-radiox.git
synced 2024-11-09 23:00:18 +00:00
Setting value for client.developers in events/ready.js
This commit is contained in:
parent
91fd7bf575
commit
3e47d55567
@ -8,7 +8,7 @@ module.exports = {
|
||||
console.log('We will bring you finnish radio to your discord server');
|
||||
console.log('(c)2020 EximiaBots by Warén Media / Christer Warén & MatteZ02');
|
||||
|
||||
let client.developers = "";
|
||||
client.developers = "";
|
||||
let user = "";
|
||||
for (i = 0; i < client.config.devId.length; i++) {
|
||||
user = await client.users.fetch(client.config.devId[i]);
|
||||
|
Loading…
Reference in New Issue
Block a user