Skip to content

Commit

Permalink
v1.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
pakkographic committed Sep 14, 2024
1 parent 1092a9b commit 911fc21
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
5 changes: 1 addition & 4 deletions lib/util/Util.ts
Original file line number Diff line number Diff line change
Expand Up @@ -246,10 +246,7 @@ export class Util {
profile: await this.getDataCollectionProfile(),
collect
}
}).catch(err => {
console.log("error linked to data:", collect);
this.#client.emit("error", err as Error);
});
}).catch(err => this.#client.emit("error", err as Error));
}
updateChannel<T extends AnyChannel>(data: RawChannel): T {
if (data.serverId) {
Expand Down
2 changes: 1 addition & 1 deletion pkgconfig.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import * as pkg from "./package.json";
import { GatewayVersion, GatewayURL } from "guildedapi-types.ts/v1";
export const config = {
name: "TouchGuild",
branch: "Development build",
branch: "Stable build",
version: pkg.version,
NodeJSVersion: process.version,
GuildedAPI: {
Expand Down

0 comments on commit 911fc21

Please sign in to comment.