Skip to content

Yukiisama/Lol_Discord_Bot

Repository files navigation

Lol_Discord_Bot

  • description will be complete later when more features available

Explications about dependencies on heroku

In every bot you will do on heroku , you need to specify the dependencies ( i.e the modules your require and you need usual npm install in local) inside the package.json file . Example if I want discord.js and webshot installed on my heroku app :

 "dependencies": {
    "discord.js": "^11.5.0"
    ,"webshot":"0.18.0"
  }

Initialisation local way

npm init -y
npm install discord.js
npm install webshot
node index.js

Commands

  • !a say this is a random sentence : bot delete your message then write what you ask
  • !a hero <top/middle/jungle/adc/support>: bot send informations from u.gg about the champion you asked for
  • !a ping : a simple test of ping
  • !a randomrole : give you a random League of Legends role
  • !a <corobizar/mv/yukii/gummy> : bot send twitch channel of corobizar / mister mv / yukii or gummy
  • !a level < pseudo > : bot send level of pseudo on League of Legends
  • !a rank < pseudo >: Send rank informations into the channel you asked for
  • !a match < pseudo >: Send match live informations into the channel you asked for

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published