mirror of
https://github.com/discordeno/discordeno.git
synced 2026-09-17 08:47:22 +00:00
Remove nest.land workflow, update Discord link (#228)
* Remove Files for nest.land * Change Discord Invite Link
This commit is contained in:
@@ -2,10 +2,9 @@
|
||||
|
||||
> Discord API library for Deno
|
||||
|
||||
[](https://discord.gg/J4NqJ72)
|
||||
[](https://discord.com/invite/5vBgXk3UcZ)
|
||||

|
||||

|
||||

|
||||
|
||||
- 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",
|
||||
|
||||
Reference in New Issue
Block a user