Skip to content

fffffffffffffffffff19/Senor-Hilter-Bot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

45 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Senor-Hilter-Bot

My first discord music (maybe) bot.

install and usage

  • choco install ffmpeg or winget install "FFmpeg (Essentials Build)" to install ffmpeg
  • yarn install (to install all bot dependencies)
  • Create a .env in the same place as the config.js
    TOKEN=<bot token>
    CLIENT_ID=<bot client id>
    
  • Configure the bot client on config.js (like username, icon, banner, etc..)
  • yarn registerSlash (to register all slash commands)
  • yarn start (if you want to run in background, use yarn pm2 and yarn stop to stop the pm2 process)
  • To create the bot invite link go on Discord Developer Portal
    • (Your bot application -> Installation)
      Image Spoiler (click me) image

Example on running

image