This commit is contained in:
parent
30c7fd171f
commit
5620a725aa
4 changed files with 167 additions and 64 deletions
|
@ -44,8 +44,10 @@ const {
|
|||
client.settings = new Collection();
|
||||
client.commands = new Collection();
|
||||
client.serverPrefixes = new Collection();
|
||||
client.whitelist = new Collection();
|
||||
|
||||
client.whitelist = {
|
||||
guild: new Collection(),
|
||||
user: new Collection()
|
||||
}
|
||||
|
||||
createAndLoadWhitelistTable(client.whitelist);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue