Skip to content

habbababbai/discordBot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

baiBot

Simple Discord bot made with Typescript.

Slash Guild Commands - executed with slash '/'

  • /ping
  • /say (text)
  • /play (url || song name)
  • /insert (url || song name)
  • /shuffle
  • /pause
  • /resume
  • /skip
  • /stop
  • /queue
  • /volume (percentage?)
  • /clear (number of messages)

Installation

  1. Install dependencies
npm install
  1. Create .env file in root directory and paste you credentials here:
botToken=YOUR_BOT_TOKEN
guildId=YOUR_SRVER_ID
  1. Build project
tsc || npm run build
  1. Run
npm run start