Skip to content

Latest commit

 

History

History
36 lines (24 loc) · 807 Bytes

README.md

File metadata and controls

36 lines (24 loc) · 807 Bytes

A little discord bot for forwarding messages from one channel to another.

Add it! https://discord.com/oauth2/authorize?client_id=1279742984912375819

Installation / Selfhosting

  1. Clone the repository
git clone https://github.com/honey-team/ForwardBot.git
  1. Install the dependencies
pip install -r requirements.txt
  1. Create a .env file in the root directory and add the following variables:
TOKEN=your-token-here
EMOJI=your-emoji-here

Create a new application on the Discord Developer Portal and copy the token, then add forward.png as emoji to the application. (bot is intended to support user install)

  1. Run the bot
python main.py