80 char break

This commit is contained in:
Mylloon 2022-07-03 18:37:38 +02:00
parent 615543b81e
commit 888e7509d4
Signed by: Anri
GPG key ID: A82D63DFF8D1317F

View file

@ -24,7 +24,9 @@ const run = async () => {
await client.login(client.config.token_discord);
console.log(`Botanique "${client.user.username}" ${client.config.version} started!`);
console.log(
`Botanique "${client.user.username}" ${client.config.version} started!`
);
};
run().catch(error => console.error(error));