viks1 / duck-repostBot

discord bot that pins messages and images

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

duck-repostBot (v2.1 FINAL)

a discord.py bot that can repost messages, images and videos when users react to content

Screenshot 2023-03-15 000348

  • reposts messages to a custom channel
  • keeps track of how many reacters the message has got
  • provides a link to jump to the original message
  • has duplicate protection

Running your own instance

  • in the main.py file at the last line add your BOT token from https://discord.com/developers/applications, paste it in bot.run('yourTokenHere')
  • at reaction.emoji != '📌' add your own emoji or use the default one
  • change the required amount of reactions directly in the code or using the !pins x command (where x is the desired amount, you have to be an Administrator)
  • at name='pins' you can change the repost channel

Support

for any questions or issues, contact me on discord: viks#5555

have fun :)

About

discord bot that pins messages and images

License:MIT License


Languages

Language:Python 100.0%