Basic Bot

A NodeJS discord bot that comes with simple commands while allowing for your very own custom JS script commands. This allows for endless possibilities (ex. creating a script to allow users to start a Minecraft server, check the weather, etc.). The discord bot responds to any user in a server. The default commands involve adding, removing, help, and a few others.

Technical Sheet

Code technologies used for the project

  • NodeJS
  • Javascript ES6
  • discord.js - a JS wrapper for making requests to the discord API
  • nltk - A natural language processing library to autocorrect user commands

Resources