https://github.com/cuh4/discordchatbot
Discord bot that attempts to conversate with users.
https://github.com/cuh4/discordchatbot
ai bot chatbot discord
Last synced: 2 months ago
JSON representation
Discord bot that attempts to conversate with users.
- Host: GitHub
- URL: https://github.com/cuh4/discordchatbot
- Owner: Cuh4
- Created: 2023-10-24T03:54:23.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-10-28T06:33:58.000Z (over 2 years ago)
- Last Synced: 2025-06-28T18:09:58.580Z (about 1 year ago)
- Topics: ai, bot, chatbot, discord
- Language: Python
- Homepage: https://discord.gg/CymKaDE2pj
- Size: 20.8 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Discord Chatbot
### **Overview**
A Discord bot that, when pinged, responds with an AI-generated response.
This bot heavily relies on ChatterBot, a Python package designed to make creating chatbots easy.
The chatbot aspect is quite funky, but can easily be improved if given more training data.
### **How To Use**
1) `git clone` this repo.
```
git clone https://github.com/Cuh4/DiscordChatbot
```
2) Create a Discord bot at https://discord.com/developers/applications.
3) In the `src` folder, edit `example_config.py` then rename to `config.py` when completed. Be sure to plop your bot's token in the config file.
4) Start the bot using the following commands:
```
cd src
py main.py
```
5) Invite your bot to a server.
6) Talk to the bot by mentioning it and saying whatever.
### **Images**


