Adds ICS
This commit is contained in:
parent
441715675c
commit
a79898b2e9
48 changed files with 2062 additions and 1503 deletions
|
|
@ -14,9 +14,9 @@ DefaultEvents.setupHandlers();
|
|||
|
||||
const client = container.get<DiscordClient>(DiscordClient.name);
|
||||
client.connectRESTClient(env.discord.token);
|
||||
|
||||
|
||||
await container.get<IconCache>(IconCache.name).populate()
|
||||
|
||||
|
||||
client.applyEvents()
|
||||
client.connect(env.discord.token)
|
||||
})()
|
||||
Loading…
Add table
Add a link
Reference in a new issue