Skip to content

fsuares/discord-bot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Discord Bot

This is a discord bot, named BOTao, made with nodejs to study about, the idea is understand about API, HTTP requests and challange me to do something new.

Installation

1. To start clone this repo

  • Using HTTPS:

    git clone https://github.com/fsuares/botao.git
    
  • Using SSH:

    git clone [email protected]:fsuares/botao.git
    

2. Jump in bot folder

cd botao

3. Install packages

  • npm:

    npm install
    
  • pnpm:

    pnpm install
    

Usage

1. You must to create a new bot in discord developers.

2. After that, take the bot token, client id for bot, and guest id for server

3. Put on .env file

TOKEN='YOUR BOT TOKEN'
CLIENT_ID='YOUR BOT ID'
GUILD_ID='YOUR SERVER ID'

4. Now just run

  • npm
    npm start
    
  • pnpm
    pnpm start
    

About

discord bot made with discord.js

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published