diff --git a/events/ready.js b/events/ready.js index 7a92ead..503dfa7 100644 --- a/events/ready.js +++ b/events/ready.js @@ -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;