Skip to content
This repository has been archived by the owner on Aug 21, 2024. It is now read-only.

Commit

Permalink
Disable startup guilds caching
Browse files Browse the repository at this point in the history
  • Loading branch information
Hatry1337 committed Jul 4, 2022
1 parent 0091861 commit c5a5f31
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "synergy3",
"version": "3.8.2",
"version": "3.8.3",
"description": "Synergy 3 - Powerful Discord BOT Framework.",
"license": "MIT",
"author": {
Expand Down
4 changes: 0 additions & 4 deletions src/EventManager.ts
Original file line number Diff line number Diff line change
Expand Up @@ -60,10 +60,6 @@ class EventManager extends EventEmitter{
logger.info(`Created system user. ID: ${sys.id}`);
}
logger.info(`Database Synchronized.`);

logger.info("Running guilds caching...");
let cachec = await this.bot.CacheGuilds(true);
logger.info(`Cached ${cachec} guilds.`);

logger.info(`Running Modules Initialization...`);
await this.bot.modules.data.loadFromStorage();
Expand Down

0 comments on commit c5a5f31

Please sign in to comment.