aboutsummaryrefslogtreecommitdiff
path: root/src/tasks/updateCache.ts
diff options
context:
space:
mode:
authorgithub-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>2021-12-14 00:20:55 +0000
committergithub-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>2021-12-14 00:20:55 +0000
commit2d6bb50ce8c979e543f0d2831b3db9d8644be477 (patch)
treeaafb389ad709b4d2da46ea2871fbddf4d714dcf6 /src/tasks/updateCache.ts
parent8a27a3428dc3946a538f6471e480a34e41ceb7e6 (diff)
downloadtanzanite-2d6bb50ce8c979e543f0d2831b3db9d8644be477.tar.gz
tanzanite-2d6bb50ce8c979e543f0d2831b3db9d8644be477.tar.bz2
tanzanite-2d6bb50ce8c979e543f0d2831b3db9d8644be477.zip
Automatically format code
Diffstat (limited to 'src/tasks/updateCache.ts')
-rw-r--r--src/tasks/updateCache.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tasks/updateCache.ts b/src/tasks/updateCache.ts
index 8bf92d5..8f9cc5d 100644
--- a/src/tasks/updateCache.ts
+++ b/src/tasks/updateCache.ts
@@ -9,7 +9,7 @@ export default class UpdateCacheTask extends BushTask {
runOnStart: false // done in preinit task
});
}
-
+
public override async exec() {
await UpdateCacheTask.updateGlobalCache(client);
await UpdateCacheTask.#updateGuildCache(client);