Skip to content

Bug fix 2.2.1#140

Merged
Sayrix merged 4 commits into
mainfrom
fix
Apr 29, 2023
Merged

Bug fix 2.2.1#140
Sayrix merged 4 commits into
mainfrom
fix

Conversation

@Sayrix

@Sayrix Sayrix commented Apr 29, 2023

Copy link
Copy Markdown
Owner
  • Fixed the bug that the emojis of the transcript url were not displayed because of a bug in Discord
  • Fixed infinite connections to the ws
  • Added telemetry (os version, cpu, ram, ticket-bot version, client name & id, number of guilds and number of users)

Fixed the bug that the emojis of the transcript url were not displayed because of a bug in Discord
Comment thread events/ready.js
);
await client.channels.fetch(client.config.openTicketChannelId).catch(() => {
console.error("The channel to open tickets is not found!");
process.exit(0);

Check failure

Code scanning / ESLint

disallow the use of `process.exit()`

Don't use process.exit(); throw an error instead.
Comment thread index.js Fixed
Comment thread utils/close.js Fixed
@Sayrix Sayrix merged commit 6c52053 into main Apr 29, 2023
@Sayrix Sayrix deleted the fix branch April 29, 2023 15:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants