Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/maatt/discordjs-slash-bot
- Owner: maatt
- Created: 2022-06-09T15:22:19.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-06-09T18:57:29.000Z (over 2 years ago)
- Last Synced: 2025-01-17T23:45:50.158Z (3 days ago)
- Topics: discord-bot, discord-js, discordjs, slash-commands
- Language: JavaScript
- Homepage:
- Size: 2.93 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```