From 0805b22756fab62e4c67af4e5fb465512f9822d5 Mon Sep 17 00:00:00 2001 From: Compey Date: Sun, 20 Nov 2022 12:14:19 +0530 Subject: [PATCH] chore(README): updated TypeScript template README --- packages/bot/typescript/README.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/packages/bot/typescript/README.md b/packages/bot/typescript/README.md index d10bbe3..238cf3c 100644 --- a/packages/bot/typescript/README.md +++ b/packages/bot/typescript/README.md @@ -1,8 +1,8 @@ -This is a guilded bot created using [create-guilded-bot](https://github.com/CompeyDev/create-guilded-bot). +🚀 This is a guilded bot created using [create-guilded-bot](https://github.com/CompeyDev/create-guilded-bot). ## Getting Started In order to run the development environment, configure your .env file with the required variables and then execute the following commands: -```md +```bash npm run dev # or with yarn yarn dev @@ -18,4 +18,5 @@ Events can also be customized by adding files to the `events` directory correspo ## Learn More Since create-guilded-bot uses guilded.js, you can learn more from their [official docs](https://guilded.js.org/). -🚀 Let's create some bots, shall we? \ No newline at end of file + +##### ✨ This template is highly inspired by reconlx's [djs-typescript-handler](https://github.com/reconlx/djs-typescript-handler), so give them a star :)