Format code with standardjs and prettier
This commit fixes the style issues introduced in 0e17d18
according to the output
from standardjs and prettier.
Details: https://deepsource.io/gh/ZynerOrg/xyter/transform/4fb6bb32-c06b-48bd-834b-0bcb329b4e85/
This commit is contained in:
parent
0e17d18141
commit
adfcfc351e
1 changed files with 8 additions and 8 deletions
16
src/index.ts
16
src/index.ts
|
@ -9,14 +9,14 @@ import schedules from "@schedules";
|
|||
import events from "@handlers/events";
|
||||
import commands from "@handlers/commands";
|
||||
|
||||
const client = new Client({
|
||||
intents,
|
||||
});
|
||||
const client = new Client({
|
||||
intents,
|
||||
});
|
||||
|
||||
database();
|
||||
schedules(client);
|
||||
database();
|
||||
schedules(client);
|
||||
|
||||
commands(client);
|
||||
events(client);
|
||||
commands(client);
|
||||
events(client);
|
||||
|
||||
client.login(token);
|
||||
client.login(token);
|
||||
|
|
Loading…
Add table
Reference in a new issue