This bot is built using neuralintents - a simple interface for working with intents and chatbots. (It uses a sequential neural network model)
- Go to: Discord Developer Portal
- Click "New Application" and give your bot a name
- Click "Bot" under settings on the left side of the screen
- Click "Add Bot", then click "Yes, do it!" (If you want the token of yout bot, click "Copy" under "TOKEN")
- To add the bot to your server, click "OAuth2" under settings
- Select "bot" under "SCOPES" and click "Copy" on the bottom right
- Now paste the link you copied in your browser, select the server then click "Authorize"
Your bot is now ready.
pip install discord
pip install python-dotenv
pip install neuralintents
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.