βοΈTouchGuild.DevTools
TouchGuild's Developer Tools, made accessible to everyone.
call
Constructor
new TouchGuild.DevTools.call();Asynchronous methods
get(endpoint: string, token: string, queryParams?: string|object, crashOnRejection?: boolean)
post(endpoint: string, token: string, data: string|object, crashOnRejection?: boolean)
put(endpoint: string, token: string, data: string|object, crashOnRejection?: boolean)
patch(endpoint: string, token: string, data: string|object, crashOnRejection?: boolean)
delete(endpoint: string, token:string, crashOnRejection?: boolean)
Synchronous methods
syncGetChannel(channelID:string, client: Client)
syncGetMember(guildID: string, memberID: string, client:Client)
syncGetGuild(guildID: string, client: Client)
Deprecated methods.
FETCH(method: string, endpoint: string, TOKEN: any, BODY:string|any)
SYNCFETCH(method: string, endpoint: string, TOKEN: any, BODY:string|any)
Last updated