DanBot-Hosting / DanBotHostingStats

DBH's Discord bot which integrates with the Pterodactyl API.
https://danbot.host
MIT License
76 stars 77 forks source link

Remove spying in DMs #379

Closed domin-mnd closed 1 year ago

domin-mnd commented 1 year ago

Why would a discord bot resend messages from DMs to a moderation channel? Is this considered spying or stalking?

Screenshot

https://github.com/DanBot-Hosting/DanBotHostingStats/blob/f57a15e4ce89d1aee7181b0b76c15d916c17a9ac/bot/discord/events/message.js#L30-L37

DEV-DIBSTER commented 1 year ago

@danielpmc

danielpmc commented 1 year ago

Why would a discord bot resend messages from DMs to a moderation channel? Is this considered spying or stalking?

Screenshot

https://github.com/DanBot-Hosting/DanBotHostingStats/blob/f57a15e4ce89d1aee7181b0b76c15d916c17a9ac/bot/discord/events/message.js#L30-L37

It's from DBH V1. People who were banned, etc, could DM the bot and get a response from me or one of the other admins. The channel is still in place today but is no longer used. Only people with admin+ can see it. Its just something that wasn't removed since the original DBH. feel free to make a PR to remove it

DEV-DIBSTER commented 1 year ago

This has been completed. Thank you @domin-mnd for pointing this out.