Looking for Discord bot to forward user feedback to admin server

Hi everyone! I’m trying to set up a system where users can submit feedback through a Discord bot, and then that feedback gets automatically sent to our staff/admin server. I’ve been searching around but haven’t found exactly what I need yet.

Basically what I want is:

  • Users can use a command or react to send feedback
  • The bot takes that feedback and forwards it to a different server where our moderators hang out
  • Maybe some basic formatting so we know which user sent what

Does anyone know where I can find a bot that does this kind of thing? Or maybe some resources to help me build one myself? I’m not super experienced with coding but willing to learn if needed.

Thanks for any help!

dyno bot might work for this too - ive used it before for cross-server stuff and it handles the forwarding pretty well. just gotta make sure the bot has permissions in both servers and you can set up custom commands that send messages to specific channels. not as fancy as coding your own but gets the job done quick

Implementing a feedback system via a Discord bot can be a great way to streamline communication. I created something similar a few months ago using Discord.py, which is quite user-friendly even for beginners. The key was designing a command that not only captured user feedback but also included their username and ID for clarity. While cross-server messaging presented some challenges, ensuring the bot had appropriate permissions on both servers simplified the process. If you’re not keen on coding right away, consider using Ticket Tool Bot as it has built-in feedback functionalities that could serve your needs temporarily.

Carl-bot actually has a decent automod feature that can handle this scenario through its reaction roles and webhook system. I set up something similar last year where users could react with a specific emoji to trigger a feedback form, then Carl-bot would send the response to our admin channel via webhook. The setup took about 30 minutes and required no coding knowledge whatsoever. You just need to configure the reaction role to trigger a form submission and set up a webhook URL pointing to your admin server. The formatting includes timestamps and user information automatically, which made tracking feedback much easier for our team.