/azure-ai-powered-discord-bot

combining AI and Discord Bot to pick out the negativity level per msg

Primary LanguageJavaScript

AI Powered Discord Bot

this bot is developed with node.js, discord.js

Getting Started

Installation

$ npm install

Running the bot

.Env

DISCORD_TOKEN= #Your Discord account Token (You need to Make a bot in your account)
AZURE_KEY= #your Azure Api Key Cognitive Services Language Analyse
AZURE_ENDPOINT= #Your Azure Endpoint

SOURCE_CHANNEL= #channel id you want to listen to, and monitor all the msgs
DESTINATION_CHANNEL= #channel id you want to log the results

bot start command

# development
$ node server.js