https://github.com/cuh4/quotebot
Discord bot that saves messages and re-sends them as quotes through slash commands.
https://github.com/cuh4/quotebot
bot discord discord-bot discord-py open-source quotes sql
Last synced: 2 months ago
JSON representation
Discord bot that saves messages and re-sends them as quotes through slash commands.
- Host: GitHub
- URL: https://github.com/cuh4/quotebot
- Owner: Cuh4
- Created: 2023-11-15T18:57:39.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-12-04T02:29:09.000Z (over 2 years ago)
- Last Synced: 2025-06-04T05:52:21.438Z (about 1 year ago)
- Topics: bot, discord, discord-bot, discord-py, open-source, quotes, sql
- Language: Python
- Homepage: https://discord.gg/CymKaDE2pj
- Size: 134 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Quote Bot
### **Overview**
A bot that allows users to save a message sent by a user as a quote, which can then be sent again whenever through slash commands.
This can theoretically work as a "message sniping" bot.
---
### **Features**
- Organized code
- Easy to setup
- Slash commands utilization
---
### **lnstallation**
1) `git clone` this repo.
```
git clone https://github.com/Cuh4/QuoteBot
cd QuoteBot
```
2) Run the following commands:
```
py -m pip install -r requirements.txt
```
3) Create a Discord bot at https://discord.com/developers/applications. **Be sure to enable message content intents for your bot, otherwise it will not properly function.**
4) 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.
5) Start the bot using the following commands:
```
cd src
py main.py
```
6) Invite your bot to a server.
7) Use the slash commands provided by the bot.
---
### **Images**

