Add caching warning, and include missing files

This commit is contained in:
Casper Warden
2017-12-15 21:30:38 +00:00
parent 52c0691b71
commit f4c0f82760
10 changed files with 52 additions and 0 deletions

View File

@@ -159,6 +159,8 @@ function connect()
{
if (role.Name === 'Officers')
{
// IMPORTANT: IN PRODUCTION, IT IS HIGHLY RECOMMENDED TO CACHE THIS LIST.
//
bot.clientCommands.group.getMemberList(groupID).then((members) =>
{
let found = true;