Skip to content

Commit

Permalink
Update eventHandler.js
Browse files Browse the repository at this point in the history
  • Loading branch information
Starman3787 committed Mar 15, 2024
1 parent 517608e commit b37ee56
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/gateway/eventHandler.js
Original file line number Diff line number Diff line change
Expand Up @@ -424,7 +424,7 @@ class EventHandler {
await this.client.guilds.cache.get(data.guild_id)?.channels.cache.get(data.channel_id)?.messages.storage.delete(`${data.guild_id}_${data.channel_id}_${data.ids[i]}`);
});*/
}
// }
}

// if (fetchingFromStorage == true)
Expand Down

0 comments on commit b37ee56

Please sign in to comment.