80 char break
This commit is contained in:
parent
615543b81e
commit
888e7509d4
1 changed files with 3 additions and 1 deletions
|
@ -24,7 +24,9 @@ const run = async () => {
|
||||||
|
|
||||||
await client.login(client.config.token_discord);
|
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));
|
run().catch(error => console.error(error));
|
||||||
|
|
Loading…
Reference in a new issue