1
0
mirror of https://github.com/toast-ts/Daggerbot-TS.git synced 2024-11-17 08:20:58 -05:00

Add YouTube token

This commit is contained in:
AnxietyisReal 2023-10-13 08:45:44 +11:00
parent 4750e165a2
commit 0bcd398d0e

View File

@ -1,8 +1,9 @@
interface TokenService_API {
main: string,
octokit: string,
youtube: string,
mongodb_uri: string,
redis_uri: string,
octokit: string
redis_uri: string
}
export default class TSClient {