Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/maatt/discordjs-slash-bot

DiscordJS Basic Slash Commands Bot
https://github.com/maatt/discordjs-slash-bot

discord-bot discord-js discordjs slash-commands

Last synced: 3 days ago
JSON representation

DiscordJS Basic Slash Commands Bot

Awesome Lists containing this project

README

        

# 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
```bash
git clone [email protected]:maatt/DiscordJS-Slash-Bot.git
cd DiscordJS-Slash-Bot
npm install
```