diff --git a/README.md b/README.md index 9285a82..f4dd48f 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,13 @@ yarn add sern-handler # Basic Usage +[Typescript](https://www.typescriptlang.org/) ```ts +import { Client } from 'discord.js' +import { Intents } from 'discord.js' +import {prefix, token} from "../src/secrets.json" +import {Sern} from "sern-handler" + const client = new Client({ intents: [ Intents.FLAGS.GUILDS,