Skip to content

RiosDeterioratingMentalHealth/DiscordDemonBot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Discord Bible Bot

🙏Bot Of The Divine🙏

OverviewInstallationReactionsPrayersSetupLicense

Overview

The Discord Bible Bot was created by our Lord to server the sole purpose of judging the infidel and bringing Gods wrath over them. It does this by replying "None Of These Words Are In The Bible!" when none of the words in a sentence are in the Bible. The Bible Bot was written in the divine language of C# using .Net Core and DSharpPlus. It uses the "Catholic Public Domain Bible" hosted on Open Bible.

Installation

To invite God into your heart and add the Bible Bot to a discord server, just click this LINK. Once the Bible Bot has joined your server, you can add it to channels by typing the following prayer 🙏join.

Reactions

The Bible Bot will react when you react to messages with certain emojis.

  • 🙏
    • User Message: The Bible Bot will make a words check.
    • Bible Bot Message: You become a christian.

Prayers

  • 🙏help Pray for Gods help! Lists all Prayers.

  • 🙏follow Become a devout follower of God! The Bible Bot will check all your messages from now on.

  • 🙏unfollow Turn your back on your Lord and Saviour! Bible Bot will only check your messages when you are in a blessed channel.

  • 🙏join [#channel] Embrace God's love in a channel! Blesses a channel. The Bible bot will check all messages in it from now on.

  • 🙏leave [#channel] Ban God from a channel! Desecrates a channel.

  • 🙏cum Pray, pray, pray! "Come" appears quite often in the Bible.

Setup

I have no idea how you can setup the project for yourself. Just download the source code and open it with some IDE. You will definitely need to setup an app.config file that contains your Godly Bot's token, the url of a Bible in text form and the path to the SQLite database.

It should about look like this:

<?xml version="1.0" encoding="utf-8" ?>
<configuration>
    <appSettings>
        <add key="BotToken" value="your bot's token" />
        <add key="BiblePath" value="https://openbible.com/textfiles/cpdv.txt" />
        <add key="DatabasePath" value="database\BotDatabase.sqlite" />
    </appSettings>
</configuration>

License

I have no idea how this shit works. If you just copy the whole project, you got to credit me and can't make money with it. If you substantially build on it, you can do whatever you want. It would be nice if you credited me tho.

Releases

No releases published

Packages

No packages published