Skip to content

Commit

Permalink
refactor: remove unused env var
Browse files Browse the repository at this point in the history
  • Loading branch information
kyranet committed Nov 9, 2023
1 parent 96e6680 commit 9b3689b
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 7 deletions.
2 changes: 0 additions & 2 deletions src/.env
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,6 @@ SHARDS='"auto"'
CLIENT_PRESENCE_NAME='Skyra, help'
CLIENT_PRESENCE_TYPE='LISTENING'

SISTER_CLIENTS='338249781594030090 419828209966776330 444081201297227776'

API_ENABLED=true
API_ORIGIN='http://127.0.0.1:3000'
API_PREFIX='/'
Expand Down
2 changes: 0 additions & 2 deletions src/.env.development
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,6 @@ SHARDS='"auto"'
CLIENT_PRESENCE_NAME='sd!help'
CLIENT_PRESENCE_TYPE='LISTENING'

SISTER_CLIENTS='338249781594030090 419828209966776330 444081201297227776'

API_ENABLED=true
API_ORIGIN='http://127.0.0.1:3000'
API_PREFIX='/'
Expand Down
1 change: 0 additions & 1 deletion src/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@ import { join } from 'node:path';
setup(join(rootFolder, 'src', '.env'));

export const OWNERS = envParseArray('CLIENT_OWNERS');
export const SISTER_CLIENTS = envParseArray('SISTER_CLIENTS');

export function parseAnalytics(): ConnectionOptions {
const url = envParseString('INFLUX_URL');
Expand Down
2 changes: 0 additions & 2 deletions src/lib/types/Augments.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -126,8 +126,6 @@ declare module '@skyra/env-utilities' {
CLIENT_PRESENCE_NAME: string;
CLIENT_PRESENCE_TYPE: string;

SISTER_CLIENTS: ArrayString;

API_ENABLED: BooleanString;
API_ORIGIN: string;
API_PORT: IntegerString;
Expand Down

0 comments on commit 9b3689b

Please sign in to comment.