Skip to content

Commit

Permalink
Updated Yarn lock file (hopefully to fix the issue!)
Browse files Browse the repository at this point in the history
  • Loading branch information
Pickysaurus committed Aug 28, 2024
1 parent 9dfeb13 commit 137982b
Show file tree
Hide file tree
Showing 2 changed files with 939 additions and 949 deletions.
2 changes: 1 addition & 1 deletion src/events/ready.ts
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ const main: DiscordEventInterface = {
// Check the server still exists (i.e. we are a member)
const guild: Guild | undefined = await client.guilds.fetch(server.id).catch(() => undefined);
if (!guild) {
logMessage(`Deleting non-existant server: ${server.id}`);
logMessage(`Deleting non-existent server: ${server.id}`);
await deleteServer(server.id).catch((err) => logMessage('Could not delete server', err, true));
continue;
}
Expand Down
Loading

0 comments on commit 137982b

Please sign in to comment.