From 32a001a23ff7d2b376454375796de97864d3fabf Mon Sep 17 00:00:00 2001 From: Compey Date: Mon, 21 Nov 2022 14:29:57 +0530 Subject: [PATCH] chore(framework_js): customized README --- packages/bot/javascript/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/bot/javascript/README.md b/packages/bot/javascript/README.md index 238cf3c..c0add53 100644 --- a/packages/bot/javascript/README.md +++ b/packages/bot/javascript/README.md @@ -11,9 +11,9 @@ yarn dev Your bot should be online. You can start editing the commands by adding/modifying files in the `commands` directory. An example help command is provided in -`commands/help.ts`. +`commands/help.js`. -Events can also be customized by adding files to the `events` directory corresponding to the name of the event. See `events/ready.ts` for an example event. +Events can also be customized by adding files to the `events` directory corresponding to the name of the event. See `events/ready.js` for an example event. ## Learn More Since create-guilded-bot uses guilded.js, you can learn more from their [official docs](https://guilded.js.org/).