Skip to content

acm-ucr/discord-javascript-hackpack

Repository files navigation

Discord Javascript Hackpack

JavaScript ESLint Prettier GitHub Actions

Node.js

Discord Javascript Hackpack runs on Node.js Version 20.10.0 and higher. Please ensure you have Node.js installed via the official website.

Discord.js

Discord.js is a Node.js module allowing easy interactions with the Discord API.

Environment Variables

The following environment variables are required and must be stored in an .env file:

DISCORD_TOKEN=

Commands

Dependencies

# Install dependencies
npm i

# Add dependency
npm i <dependency>

# Remove dependency
npm un <dependency>

Running the Bot Locally

npm run bot

Formatting Code via Prettier

# Rewrite code recursively with proper formatting
npm run format

# Show formatting differences recursively
npm run check

Linting Code via Eslint

npm run eslint

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published