Skip to content

Latest commit

 

History

History
16 lines (14 loc) · 396 Bytes

README.md

File metadata and controls

16 lines (14 loc) · 396 Bytes
  1. npm i discord.js
  2. npm i ascii-table
  3. npm i ms
  4. node .

Your Bot Token must be in folder "JSON" > config.json:

{
    "TOKEN": "Your Bot Token",
    "PREFIX": "$",
    "COOLDOWN": 5000
}

Also you can change the Prefix in the same "config.json" file. and The Cooldown you can change it too to whatever you want, ex: 5000 = 5 seconds.