Switch to deno.land/x from x.nest.land (#227)

* Change import Links

* Update import Links

* Update createcommand.md

* Update createevent.md
This commit is contained in:
ITOH
2020-12-07 16:48:11 +01:00
committed by GitHub
parent 6949381de7
commit 0d8ae91779
4 changed files with 19 additions and 19 deletions
+1 -1
View File
@@ -12,7 +12,7 @@ Go ahead and open up the `src/events/ready.ts` file. When you open this file, yo
```ts
import { botCache } from "../../mod.ts";
import { cache } from "https://x.nest.land/Discordeno@9.0.1/src/utils/cache.ts";
import { cache } from "https://deno.land/x/discordeno@9.4.0/src/utils/cache.ts";
botCache.eventHandlers.ready = function () {
console.log(`Loaded ${botCache.arguments.size} Argument(s)`);