1.0.0 • Published 3 years ago

discordjs-slash-bot v1.0.0

Weekly downloads
-
License
ISC
Repository
github
Last release
3 years ago

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

npm install discordjs-slash-bot