mirror of
https://github.com/Sean-S-Wang/christian_crusader_discord.git
synced 2026-01-06 21:24:03 -05:00
master
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
Languages
Python
100%