Skip to content

OuOSama/Discord-bot

Repository files navigation

Discord Bot

Quickly set up and start building your Discord bot with this simple, ready-to-use template.

Prerequisites

  • Git (for version control)
  • Node.js (v22.12.0 or the latest LTS version)

Environment Variables

Before starting, config the .env file in the root directory and set the following variables:

APPLICATION_ID  = REPLACE_WITH_YOUR_APPLICATION_ID
TOKEN           = REPLACE_WITH_YOUR_TOKEN
GUILD_ID        = REPLACE_WITH_YOUR_GUILD_ID

Get started

git clone https://github.com/OuOSama/Discord-bot.git my-bot
cd my-bot

Installation dependency

npm install

Awake our bot

npm run start

Deploy commands

Deploy the commands to the global server, making them available across all guilds your application is connected to

npm run deploy

About

A simple discord bot template for Beginner

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published