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

Update API endpoint

This commit is contained in:
AnxietyisReal 2023-12-26 11:27:02 +11:00
parent 80b989b956
commit 8906b4f660

View File

@ -1,3 +1,3 @@
import TokenService from '@toast/tokenservice-client'; import TokenService from '@toast/tokenservice-client';
export default async()=>new TokenService('daggerbotbeta').connect(); export default async()=>new TokenService('daggerbot').connect();