Made youtube use searx for results, fall back to dummy db when none is specified, added cluster to stats, more QOL changes

This commit is contained in:
TheEssem 2021-06-26 15:56:02 -05:00
parent b7a847b612
commit 4cdd59dfcd
No known key found for this signature in database
GPG key ID: A3F9F02129092FCA
8 changed files with 19 additions and 20 deletions

View file

@ -17,7 +17,6 @@ class CatCommand extends Command {
static description = "Gets a random cat picture";
static aliases = ["kitters", "kitties", "kitty", "cattos", "catto", "cats", "cta"];
static requires = ["cat"];
}
module.exports = CatCommand;