Go to file
LauraOrchid 849f5e7673 Update 'commands/Info/uptime.js' 2022-08-21 03:05:58 +00:00
commands/Info Update 'commands/Info/uptime.js' 2022-08-21 03:05:58 +00:00
events first commit 2022-07-22 17:09:13 -05:00
handler first commit 2022-07-22 17:09:13 -05:00
README.md Update 'README.md' 2022-08-21 03:01:47 +00:00
index.js first commit 2022-07-22 17:09:13 -05:00

README.md

CatalystMoon Base Code

New era, new branding.

Structure:

commands/Info - This folder contains commands

event - This folder contains files related to discord.js events. (Like "ready", "interactionCreate")

handler - This folder contains files that read the commands folders contents.

index.js - This is the main file to run the bot.

Usage

  1. Clone this repo: git clone https://git.codingvm.codes/LauraOrchid/CatalystMoon.git

  2. cd CatalystMoon

  3. Use npm init

  4. Install dependencies: npm install discord.js dotenv glob format-duration

  5. nano .env and put this:

TOKEN="your bot token here"
  1. nano ./handler/index.js and change "GUIDIDHERE" to your Discord Server's Guild ID

  2. Go into https://discord.com/developers/applications and enable all 3 intents (presence, members, and message content) in your application.

  3. Run the bot: node index.js

Have fun! -Laura 💖