A little discord bot for forwarding messages from one channel to another.
Add it! https://discord.com/oauth2/authorize?client_id=1279742984912375819
- Clone the repository
git clone https://github.com/honey-team/ForwardBot.git
- Install the dependencies
pip install -r requirements.txt
- 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)
- Run the bot
python main.py