-
Create a new bot application in the discord developer panel.
-
Add the necessary api_keys / tokens in the
.env
file. -
run
npm install
{ I have only tried node v20.15.1 } -
NODE_ENV=development node index.js
COMMAND | DESCRIPTION | USAGE | ALIASES |
---|---|---|---|
/weather |
Retrieve the weather of a given city. | /weather <city> |
-- |
COMMAND | DESCRIPTION | USAGE | ALIASES |
---|---|---|---|
/currency |
Convert any amount from one currency to another. | /currency <amount> <currency-symbol> <currency-symbol> |
-- |
Converting unit amount. | /currency <currency-symbol> <currency-symbol> |
||
Display the currency for symbol. | /currency <currency-symbol> |
COMMAND | DESCRIPTION | USAGE | ALIASES |
---|---|---|---|
/joke |
Display a random joke | /joke |
-- |
Random joke containing a <string> | /joke <string> |
||
/XD |
Use it and you'll never laugh alone. | /XD |
COMMAND | DESCRIPTION | USAGE | ALIASES |
---|---|---|---|
/ping |
Reply with Pong! |
/ping |
-- |
/user |
Provides information about the user. | /user |
-- |
COMMAND | DESCRIPTION | USAGE | ALIASES |
---|---|---|---|
/play |
Play a song by name. | /play <name> |
/p |
Play songs and playlists using link. | /play <link> |
||
/pause |
Pause the song which is currently playing. | /pause |
-- |
/resume |
Resume the paused song. | /resume |
/continue |
/playlist |
Display the current playlst | /playlist |
/upcoming |
/skip |
Skip the current song. | /skip |
-- |
/volume |
Change the volume of the current song. | /volume <number 0-100> |
/vol |
/stop |
Stop all songs and clear the playlist. | ||
/loop |
Toggle a loop on the current playlist. | /loop |
-- |
Add the bot to you own Discord Server: INSTALL