Update README.md

This commit is contained in:
ayntee
2020-11-06 09:16:33 -08:00
committed by GitHub
parent 728a94334b
commit 4254a37467
+1 -1
View File
@@ -27,7 +27,7 @@ The instructions below are meant for advanced developers!
Starting with Discordeno is very simple, you can start from scratch without any boilerplates/frameworks: Add this snippet of code into a new TypeScript file:
```typescript
import StartBot, { sendMessage, Intents } from "https://x.nest.land/Discordeno@9.0.1/mod.ts";
import StartBot, { sendMessage, Intents } from "https://x.nest.land/Discordeno@9.0.15/mod.ts";
import config from "./config.ts";
StartBot({