mirror of
https://github.com/Hessenuk/DiscordTickets.git
synced 2025-09-07 02:21:27 +03:00
Settings, encryption, logging
This commit is contained in:
@@ -72,9 +72,7 @@ process.on('unhandledRejection', error => {
|
||||
log.error(error);
|
||||
});
|
||||
|
||||
const client = new Client();
|
||||
client.config = config;
|
||||
client.log = log;
|
||||
const client = new Client(config, log);
|
||||
client.login().then(() => {
|
||||
http(client);
|
||||
});
|
Reference in New Issue
Block a user