Skip to content
/ stubot Public

β€πŸŽ“ Discord multi-purpose bot created for students, connecting with discord.js and other APIs. Future implementations: create a ratemyprof scraper or api, attach to more video/image processing programs.

Notifications You must be signed in to change notification settings

aReebok/stubot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

70 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

stubot

Click here to add stubot to your discord server.

Commands

!help – Displays all commands and descriptions.

!v2g <video-attachment> – Takes in a video attachment and outputs a gif attachment.

!watch <movie, tv-show name> – Takes in the name of a movie, tv-show from any country or any genre and returns its IMDB rating, links to where you can stream it with subscription or for free, and an image of the media poster.

!ping – To check the availability of the bot, you can use this command to checkout the server latency.

!roll – Allows you to roll a 6-sided die. Following the command directly it with an integer !roll n will roll an n sided die.

Free Guide and resources to making a discord bot:

Contains videos and online guides by others on some basics of discord bot building. Also includes potential ideas to add to this bot!

Deploying the Bot/Contributing

  1. First fork the repository.
  2. In your terminal, run git clone REPOLINK
  3. Create a .env file with BOT_TOKEN variable set to your bot token from your Discord Developer's Portal (see .env.example file for formating).
  4. In the cloned repository, use npm i to install all dependencies.
  5. In the terminal type npm run dev to open developer's mode. The bot should be live now (make sure to add your bot to a server to test your changes before making a pull request).
  6. Make your changes and make a pull request with a detailed and concise commit message.

About

β€πŸŽ“ Discord multi-purpose bot created for students, connecting with discord.js and other APIs. Future implementations: create a ratemyprof scraper or api, attach to more video/image processing programs.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published