christian_crusader_discord

Discord bot that replaces bad words with wholesome ones

Click this link to add this bot to your server: Christian Crusader

Bot Prefix is +, because crosses

Setting up python environment

I use anaconda to set up my environments. You can do: conda env create -f environment.yml

You can also set up the environment via pip: pip install -r requirements.txt

Running the bot

  • Create a text file called BotToken.config: (i.e. vim BotToken.config)
  • Copy/Paste your bot private bot token into this file. You can follow this tutorial if you don't know how to find your bot token
  • If you've set up your python environment correctly, running the bot should be as simple as:
    python christian_crusader.py
  • You should see crusader now ready for crusading! display in the terminal if your bot is running successfully.
Description
No description provided
Readme 117 KiB
Languages
Python 100%