diff options
| author | 8cy <[email protected]> | 2020-07-24 06:33:39 -0700 |
|---|---|---|
| committer | 8cy <[email protected]> | 2020-07-24 06:33:39 -0700 |
| commit | 35622cb6d6a7ab969d973aacf8c786707fb322be (patch) | |
| tree | 5b04d53aaf1798fdb70a48dd4e307a509f10e0c1 /server/src/Config.ts | |
| parent | stage (diff) | |
| download | dep-core-35622cb6d6a7ab969d973aacf8c786707fb322be.tar.xz dep-core-35622cb6d6a7ab969d973aacf8c786707fb322be.zip | |
big stuffs here
Diffstat (limited to 'server/src/Config.ts')
| -rw-r--r-- | server/src/Config.ts | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/server/src/Config.ts b/server/src/Config.ts index 407cfc7..107f357 100644 --- a/server/src/Config.ts +++ b/server/src/Config.ts @@ -1,9 +1,9 @@ -export const token: string = "NzEyMDg4MzY5MjA2OTE5MjY5.XsMd-Q.zuhGdb-S-BSdE1Gqyynp-xDutsg"; -export const prefix: string = "uwu$"; +export const token: string = "Njk5NDczMjYzOTk4MjcxNDg5.XpU5PQ.zDEhRT5HnfO0m4dyG-N86Dd1BVU"; +export const prefix: string = "uwu!"; export const owners: string[] = ['217348698294714370']; export const authorization: string = "rex-1337"; -export const clientID: string = "712088369206919269"; -export const clientSecret: string = "qpj1nsOo7HWVyNh6lY8Z8I8IvtV0bPiM"; +export const clientID: string = "699473263998271489"; +export const clientSecret: string = "2e1kWuRhXJBYorWpG8FBKIcClrdO_oeh"; export const redirectUri: string = "http://localhost:3000"; export const callbackUrl: string = "http://localhost:8088/oauth/callback"; // 8080 export const colour: string = "ecb1d1"; |