From 56b43d8e16c5e8e5408e9be88a1656704612ef36 Mon Sep 17 00:00:00 2001 From: Baipyrus Date: Fri, 26 Jan 2024 14:18:28 +0100 Subject: [PATCH] added README instructions for template --- README.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/README.md b/README.md index adb62e9..7095f74 100644 --- a/README.md +++ b/README.md @@ -1 +1,13 @@ # A DiscordJS Template + +## Getting started + +- Clone this repository: + ``` + https://git.baipyr.us/Baipyrus/DiscordJS.git + ``` +- Remove example commands: + - Either permanently delete directory `commands/examples/` + - Or move `commands/examples/` elsewhere, commit deletion, add to [`.gitignore`](.gitignore) and move back in +- Either read a [guide](https://discordjs.guide/)! +- Or read the [docs](https://discord.js.org/docs)!