summary refs log tree commit diff
path: root/src/connections
diff options
context:
space:
mode:
authorPuyodead1 <puyodead@proton.me>2023-03-18 19:50:38 -0400
committerPuyodead1 <puyodead@proton.me>2023-03-18 19:50:38 -0400
commit5a7765c7dc6e0ee5c873625ef76b0ee9c4e12300 (patch)
tree576300cd87a4a84acf5580f412e49095eda071fb /src/connections
parentfix a few linting errors (diff)
downloadserver-5a7765c7dc6e0ee5c873625ef76b0ee9c4e12300.tar.xz
prettier
Diffstat (limited to '')
-rw-r--r--src/connections/Discord/DiscordSettings.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/connections/Discord/DiscordSettings.ts b/src/connections/Discord/DiscordSettings.ts

index a8976f12..3751b041 100644 --- a/src/connections/Discord/DiscordSettings.ts +++ b/src/connections/Discord/DiscordSettings.ts
@@ -2,4 +2,4 @@ export class DiscordSettings { enabled: boolean = false; clientId: string | null = null; clientSecret: string | null = null; -} \ No newline at end of file +}