Skip to content

Discord bot for Jukucrush's official discord server

License

Notifications You must be signed in to change notification settings

opecgame/JKC-Discord-Bot

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

jkc-logo
Jukucrush's Discord Server

JKC-Discord-Bot

Discord bot for Jukucrush's official discord server

Project requirement

discord.js v12

INSTALLATION AND SET UP

  1. clone the project
    git clone https://github.com/Pasitha/JKC-Discord-Bot.git
  2. installs modules defined in the dependencies section of the package.json file
    npm install
  3. put your bot token at index.js file at the last line of code
    ...
    
    // Login Bot with token : 
    client.login('');
  4. and then run the script
    npm start

Feature (command)

  1. Youtube notification check feed of youtube channel that defined in jkc.json whether the channel(s) have updated video, live stream, etc. or not
  2. Birth day notification for checking who's birthday today is. Birth day defined in jkc.json
  3. random number random one number
    • $random randomize a number from 1 to 100
    • $random some_number randomize a number from 1 to some_number
    • $random some_number another_number randomize a number from some_number to another_number
  4. poll create a poll question and vote with reaction button
    • $vote question description choice1 choice2 choice3 ... choice10 jkc-bot will create embedded poll and clickable react message for choosing options
  5. user information user information appears once the user types this command
    • $info @user user information will be embedded by jkc-bot
  6. query commands for asking frequently asked questions(in jukucrush team)
    • $query jkc-bot will create embedded questions and clickable react message for choosing options for more explanation
  7. help need help from this jkc-bot?, type this command
    • $help jkc-bot will create embedded help infomation

About

Discord bot for Jukucrush's official discord server

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 100.0%