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

Add YouTube token

This commit is contained in:
AnxietyisReal 2023-10-13 08:45:44 +11:00
parent 3c85f62004
commit 492c7102f1

View File

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