ยฉ 2026 Hedgehog Software, LLC
public run(client: ???) { const { username, id } = client.user!; this.container.logger.info(`Successfully logged in as ${username} (${id}).`); }
client
Client<true>