mirror of
https://github.com/toast-ts/Daggerbot-TS.git
synced 2024-11-17 12:21:00 -05:00
4 lines
125 B
TypeScript
4 lines
125 B
TypeScript
import TokenService from '@toast/tokenservice-client';
|
|
|
|
export default async()=>new TokenService('daggerbotbeta').connect();
|