mirror of
https://github.com/discordeno/discordeno.git
synced 2026-09-17 08:47:22 +00:00
latest docs npm
This commit is contained in:
@@ -54,9 +54,9 @@ 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 from "https://x.nest.land/Discordeno@9.0.0/src/module/client.ts";
|
||||
import { sendMessage } from "https://x.nest.land/Discordeno@9.0.0/src/handlers/channel.ts";
|
||||
import { Intents } from "https://x.nest.land/Discordeno@9.0.0/src/types/options.ts";
|
||||
import StartBot from "https://x.nest.land/Discordeno@9.0.1/src/module/client.ts";
|
||||
import { sendMessage } from "https://x.nest.land/Discordeno@9.0.1/src/handlers/channel.ts";
|
||||
import { Intents } from "https://x.nest.land/Discordeno@9.0.1/src/types/options.ts";
|
||||
import config from "./config.ts";
|
||||
|
||||
StartBot({
|
||||
|
||||
Reference in New Issue
Block a user