Skip to content

honey-team/ForwardBot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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