From 4bb6d878c5112f6b6909720842856abe4740ecc2 Mon Sep 17 00:00:00 2001 From: Dragon Fire Date: Mon, 29 Apr 2024 01:28:43 -0400 Subject: [PATCH] Add FAQ --- README.md | 39 +++++++++++++++++++++++++++++++++++++++ 1 file changed, 39 insertions(+) diff --git a/README.md b/README.md index 86573102..63a91920 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,45 @@ Just read `LICENSE.md`. Give credit if you use any part of this monster, thanks. +## FAQ + +> Will Xiao ever be public again? + +No. + +> Will Xiao ever support Slash Commands? + +Most likely, no. Many of the commands in Xiao were written with the message content intent in mind, +and given her status as a private bot I see no reason to change that. Plus, kitchen-sink bots +really _don't_ work with Slash Commands, they just clog up the list. + +> Can I use part of Xiao's code (i.e. a command) in my bot? + +I don't really care, but please give credit in some form if you do so. You'll also be subject to +`LICENSE.md`, and I won't provide you with any support if it doesn't work. + +> Can I host Xiao myself? + +If you want, good luck. Setting her up is a pretty difficult task. + +> Do I need every API key, emoji ID, etc.? + +No, but some commands may not work without them. + +> Do I need to set up Redis? + +Yes, several commands and functions rely on it. + +> Do I really need to install Wine and Wine32 on Linux? + +Only if you want to use the DECTalk command. + +> Where can I find DECTalk? + +Good question! I don't even remember where I found it, and I really can't help you. While it's +probably considered abandonware and I doubt anyone would go after a private Discord bot of all +things, I'm not taking any chances. + ## Installing ### Filling Out `.env`