Skip to content

Commit

Permalink
Update ready.js
Browse files Browse the repository at this point in the history
  • Loading branch information
HirziDevs authored Jul 10, 2021
1 parent ab191fa commit bcb227c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion events/ready.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ module.exports = client => {
let ch = client.channels.cache.find(cn => cn.id === config.channel);
let statusonline = config.monline;
let statusoffline = config.moffline;
let footer = config.mfooter
let footer = config.footer
let checking = config.mcheck
let adminapikey = config.adminapikey;
let hostname = config.hostname;
Expand Down

0 comments on commit bcb227c

Please sign in to comment.