Skip to content

maatt/DiscordJS-Slash-Bot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DiscordJS-Slash-Bot

A Basic DiscordJS Slash Command Bot with 2 initial commands.

Commands

  • /ping: Returns Pong!
  • /info:
    • /info user: Returns own user info
    • /info user @user: Returns user info
    • /info server: Returns server info

Usage

Rename .env.example to .env and fill out the values.

create new commands in the commands folder.

Install

git clone git@github.com:maatt/DiscordJS-Slash-Bot.git
cd DiscordJS-Slash-Bot
npm install

Releases

No releases published

Packages

No packages published