https://github.com/llamaware/reneebot
Simple Discord quotes bot
https://github.com/llamaware/reneebot
Last synced: over 1 year ago
JSON representation
Simple Discord quotes bot
- Host: GitHub
- URL: https://github.com/llamaware/reneebot
- Owner: Llamaware
- License: other
- Created: 2024-11-07T19:23:36.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-11-07T19:41:58.000Z (over 1 year ago)
- Last Synced: 2025-02-02T11:29:20.257Z (over 1 year ago)
- Language: C#
- Homepage:
- Size: 10.7 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# ReneeBot
A Discord bot for posting random quotes and replying to user messages with quotes.
## Commands
`/ping` - Pings the bot.
`/shutdown` - Shut down the bot. (Owner only)
`/quote` - Get a random quote from the database.
## Config
The bot needs a `config.json` and `dialogue.csv` file in the same directory in order to function.
In `config.json`:
```
{
"Token": "PutYourBotTokenHere",
"GuildId": "1234567890",
"AutoReply" : "true",
"WordsToMatch" : "7"
}
```
In `dialogue.csv` (obtained using the Translation Tool):
```
JhcpXsLh,Narrator,"Oh my god, it's white noise! How thrilling!! ",
jhBRjxkP,Narrator,Who wouldn't want to be stuck at home ,
jhBRjxkP,Narrator,when you've got entertainment like this?,
```
`Token` - Your bot token.
`GuildId` - Your server ID. (Get it by using Developer Mode)
`AutoReply` - Whether to auto-reply to messages that match quotes in the database.
`WordsToMatch` - How many consecutive words to consider a message to be matching.