Skip to content

Forked from another repository, this individual project builds further to the group assignment and adds two new features to it.

Notifications You must be signed in to change notification settings

NeilanshTriesToCode/Assignment2

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Psychiatrist Chatbot

Overview

  • The code employs the Discord.js library in order to connect to a bot channel created by the members for this purpose.
  • As soon as the my_bot.js file is run, the bot channel on Discord can be opened and used to interact with the bot.
  • The code uses trigger keywords with associated replies from the fictional Dr.Hannibal Lecter.
  • The user-defined functions do the job of converting user's messages into forms that trigger a reply from the bot.
  • The functions are stored in the functions folder.

Working

  • Start the conversation by a greeting to the text channel on Discord.
  • A reply is usually accompanied by a gif from the bot, which is related to the bot's (Dr. Hannibal Lecter/Silence of the Lambs) theme.
  • If a user is going through a condition, the bot replies with an option to provide with online resources that could be referred to.
  • The bot also gives some words of advice to the user.
  • The bot also prompts the user to book an appointment if needed, and sets one if there is a time slot available.

About

Forked from another repository, this individual project builds further to the group assignment and adds two new features to it.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 99.5%
  • Shell 0.5%