fix: use 0.0.5 cache

This commit is contained in:
Skillz4Killz
2021-11-13 00:09:05 +00:00
committed by GitHub
parent f5f75077c6
commit c27dac3d2e
2 changed files with 2 additions and 1 deletions

View File

@@ -5,4 +5,4 @@ export {
assertNotEquals,
assertThrows,
} from "https://deno.land/std@0.113.0/testing/asserts.ts";
export * from "https://deno.land/x/discordeno_cache_plugin@0.0.4/mod.ts";
export * from "https://deno.land/x/discordeno_cache_plugin@0.0.5/mod.ts";

View File

@@ -93,6 +93,7 @@ Deno.test({
},
});
setupBot(bot);
// @ts-ignore
enableCachePlugin(bot);
await startBot(bot);