Skip to content

IndraMahayana/discord-bot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Basic discord bot, Interaction command (/)

1. Install this package

  • npm i [email protected]
  • npm i @discordjs/rest
  • npm i axios
  • npm i moment
  • npm i weather-js

2. Create config.json file

Create config.json file and paste this

{
    "token": "your token",
    "clientId": "your bot id",
}