Split into multiple files #18
1 changed files with 3 additions and 1 deletions
|
@ -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));
|
||||
|
|
Loading…
Reference in a new issue