File tree 2 files changed +2
-5
lines changed
2 files changed +2
-5
lines changed Original file line number Diff line number Diff line change @@ -246,10 +246,7 @@ export class Util {
246
246
profile : await this . getDataCollectionProfile ( ) ,
247
247
collect
248
248
}
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 ) ) ;
253
250
}
254
251
updateChannel < T extends AnyChannel > ( data : RawChannel ) : T {
255
252
if ( data . serverId ) {
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ import * as pkg from "./package.json";
2
2
import { GatewayVersion , GatewayURL } from "guildedapi-types.ts/v1" ;
3
3
export const config = {
4
4
name : "TouchGuild" ,
5
- branch : "Development build" ,
5
+ branch : "Stable build" ,
6
6
version : pkg . version ,
7
7
NodeJSVersion : process . version ,
8
8
GuildedAPI : {
You can’t perform that action at this time.
0 commit comments