We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
serverUrl
DatabaseConfig
1 parent 5da4f62 commit aa7baddCopy full SHA for aa7badd
src/types/ResponseTypes.ts
@@ -5,7 +5,6 @@ export interface DatabaseConfig {
5
password: string;
6
port: number;
7
url: string;
8
- serverUrl: string;
9
}
10
11
export interface BotConfig {
0 commit comments