Skip to content

Discord Chatbot using a simple neural network architecture

Notifications You must be signed in to change notification settings

daparasyte/discord-chatbot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 

Repository files navigation

Discord Chatbot

This bot is built using neuralintents - a simple interface for working with intents and chatbots. (It uses a sequential neural network model)

Creating Discord Bot:

  1. Go to: Discord Developer Portal
  2. Click "New Application" and give your bot a name
  3. Click "Bot" under settings on the left side of the screen
  4. Click "Add Bot", then click "Yes, do it!" (If you want the token of yout bot, click "Copy" under "TOKEN")
  5. To add the bot to your server, click "OAuth2" under settings
  6. Select "bot" under "SCOPES" and click "Copy" on the bottom right
  7. Now paste the link you copied in your browser, select the server then click "Authorize"

Your bot is now ready.

Installing Dependencies:

pip install discord
pip install python-dotenv
pip install neuralintents

Usage:

Paste your Discord Bot Token and Discord channel ID in the .env file and execute the script.

Once you get - "bot_name" is running..., tag the bot in order to get responses to your messages.

About

Discord Chatbot using a simple neural network architecture

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages