Changes to branding, custom and fallback emojis. Fixed help command.

This commit is contained in:
Christer Warén
2020-03-15 03:30:15 +02:00
parent d0d6841353
commit c15076f834
10 changed files with 58 additions and 20 deletions

View File

@ -31,5 +31,7 @@ module.exports = {
client.stations = await fetch('https://gitea.cwinfo.org/cwchristerw/radio/raw/branch/master/playlist.json')
.then(res => res.json());
}, 3600000);
require(`../struct/emojis.js`).execute(client, Discord);
}
}