CateBot rewritten as a Red-DiscordBot cog for Catechism lookups.
- A folder-based Red cog at
catebot/ - Data files stored in
catebot/data/ - Commands to query Baltimore Catechism questions and answers from local text files
- Commands to query Vatican II documents from local text files
catebot/__init__.pycatebot/catebot.pycatebot/info.jsoncatebot/data/bccd_1.txtcatebot/data/bccd_2.txtcatebot/data/bccd_3.txtcatebot/data/bccd_4.txtcatebot/data/vatican2/DV.txtthroughcatebot/data/vatican2/IM.txt
[p]bccd books[p]bccd count [book][p]bccd question <number> [book][p]bccd random [book][p]bccd search <term> [book][p]bccd reload(owner only)[p]vii docs[p]vii quote <abbr> <paragraph>[p]vii search <term> [abbr][p]vii count [abbr][p]vii reload(owner only)
[book] is optional and defaults to 2.
[abbr] is one of DV, LG, SC, GS, GE, NA, DH, AG, PO, AA, OT, PC, CD, UR, OE, or IM.
- The cog reads the existing catechism data files and does not modify their contents.
- The cog also reads Vatican II documents from
catebot/data/vatican2/.
MIT License. See LICENSE.