mirror of
https://github.com/discordeno/discordeno.git
synced 2026-06-01 16:30:08 +00:00
fix: use 0.0.5 cache
This commit is contained in:
@@ -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";
|
||||
|
||||
@@ -93,6 +93,7 @@ Deno.test({
|
||||
},
|
||||
});
|
||||
setupBot(bot);
|
||||
// @ts-ignore
|
||||
enableCachePlugin(bot);
|
||||
await startBot(bot);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user