Skip to content

A discord bot that posts NIV bible passages when referenced in chat

Notifications You must be signed in to change notification settings

WhatDoor/BibleBoy

Repository files navigation

BibleBoy

A discord bot that posts ESV bible passages when referenced in chat

(You can produce NIV bible passages if you rename NIVbible.json to bible.json)

Usage

  1. Follow this guide until step 4 - https://www.digitaltrends.com/gaming/how-to-make-a-discord-bot/
  2. Create a file in the root folder named auth.json and paste the following: { "token": "YOUR_BOTS_AUTH_TOKEN" }
  3. replace YOUR_BOTS_AUTH_TOKEN with the auth token you got in step 3 of the guide above
  4. run: npm install
  5. run: node bot.js

Use cases

When you type a message of one of the following categories into a text server, BibleBoy will respond as appropriate

  1. Specific Reference (e.g. Gen 1:1)

  2. Whole Chapter (e.g. Gen 1)

  3. Range of chapters (e.g. Gen 1-2)

  4. Range of verses wihtin a chapter (e.g. Gen 1:1-3)

  5. Range of verses crossing chapters (e.g. Gen 1:1-2:3)

You may also provide multiple references by delimiting them with a semicolon. (e.g. Gen 1-2; John 3:16)

About

A discord bot that posts NIV bible passages when referenced in chat

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published