Magistu / FilterBot

Discrod bot to filter messages, built with Python, Discord API, SqLite.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Discord-bot

Discrod bot to filter messages, built with Python, Discord API, SqLite.


Installation and Setup Instructions

Clone this repository. You will need python, virtualenv, and Discord API installed on your machine.

Set up a virtual environment:

python -m venv venv

venv\Scripts\activate

Installation:

pip install discord.py


Create bot run (.bat):

@echo off

call %~dp0Discord_bot\venv\Scripts\activate

cd %~dp0Discord_bot

set TOKEN= <Your Token>

python botrun.py

pause

About

Discrod bot to filter messages, built with Python, Discord API, SqLite.


Languages

Language:Python 100.0%