Skip to content
This repository was archived by the owner on Apr 17, 2023. It is now read-only.

Commit 20b5df8

Browse files
authored
fix(GatewayService): parse for env once again (#90)
1 parent 4cb7be7 commit 20b5df8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

services/gateway/src/args.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ export interface GatewayServiceConfig {
2424
}
2525

2626
const { argv } = yargs
27+
.env()
2728
.option('auth', {
2829
global: true,
2930
description: 'The token used to identify to Discord',

0 commit comments

Comments
 (0)