Skip to content

Commit

Permalink
chore: fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
guidojw committed Sep 3, 2023
1 parent 2036a8f commit 709c8e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/loaders/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ export async function init (): Promise<AroraClient> {
await client.login(process.env.DISCORD_TOKEN)
} catch (err) {
console.error(err)
client.destroy()
await client.destroy()
process.exit(1)
}

Expand Down

0 comments on commit 709c8e0

Please sign in to comment.