Remove nest.land workflow, update Discord link (#228)

* Remove Files for nest.land

* Change Discord Invite Link
This commit is contained in:
ITOH
2020-12-07 19:47:13 +04:00
committed by GitHub
parent bfb39000d5
commit 6949381de7
3 changed files with 2 additions and 45 deletions
+2 -3
View File
@@ -2,10 +2,9 @@
> Discord API library for Deno
[![Discord](https://img.shields.io/discord/223909216866402304?color=7289da&logo=discord&logoColor=dark)](https://discord.gg/J4NqJ72)
[![Discord](https://img.shields.io/discord/785384884197392384?color=7289da&logo=discord&logoColor=dark)](https://discord.com/invite/5vBgXk3UcZ)
![Lint](https://github.com/discordeno/discordeno/workflows/Lint/badge.svg)
![Test](https://github.com/discordeno/discordeno/workflows/Test/badge.svg)
![nest badge](https://nest.land/badge.svg)
- First-class TypeScript & JavaScript support
- Security & stable
@@ -32,7 +31,7 @@ If you do not wish to use a boilerplate, you may continue reading.
Here's a minimal example to get started with:
```typescript
import StartBot, { sendMessage, Intents } from "https://x.nest.land/Discordeno@9.4.0/mod.ts";
import StartBot, { sendMessage, Intents } from "https://deno.land/x/discordeno@9.4.0/mod.ts";
StartBot({
token: "BOT TOKEN",