File tree Expand file tree Collapse file tree 2 files changed +2
-5
lines changed
Expand file tree Collapse file tree 2 files changed +2
-5
lines changed Original file line number Diff line number Diff line change @@ -246,10 +246,7 @@ export class Util {
246246 profile : await this . getDataCollectionProfile ( ) ,
247247 collect
248248 }
249- } ) . catch ( err => {
250- console . log ( "error linked to data:" , collect ) ;
251- this . #client. emit ( "error" , err as Error ) ;
252- } ) ;
249+ } ) . catch ( err => this . #client. emit ( "error" , err as Error ) ) ;
253250 }
254251 updateChannel < T extends AnyChannel > ( data : RawChannel ) : T {
255252 if ( data . serverId ) {
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ import * as pkg from "./package.json";
22import { GatewayVersion , GatewayURL } from "guildedapi-types.ts/v1" ;
33export const config = {
44 name : "TouchGuild" ,
5- branch : "Development build" ,
5+ branch : "Stable build" ,
66 version : pkg . version ,
77 NodeJSVersion : process . version ,
88 GuildedAPI : {
You can’t perform that action at this time.
0 commit comments