I’m developing a Discord bot and aim to include it in group direct messages (DMs) to manage my server levels effectively. The challenge I face is that individuals who aren’t friends cannot be added to group DMs. Is there any approach to enable a Discord bot to accept incoming friend requests?
As far as I know, Discord’s API explicitly prohibits bots from sending or accepting friend requests due to privacy and spam concerns. The best workaround I can suggest is to encourage users to directly invite the bot to channels where they need interaction. Alternatively, you could implement commands or a web interface allowing users to manage interactions directly without needing to add the bot as a friend. This way, engagement occurs within server channels or through other safe communication setups.
Yeah, discord really limits bots for security reasons. If you can’t add them in DMs, maybe consider creating a text channel for bot interactions! That way, everyone can join without friend stuff. Hope it helps
While Discord’s API doesn’t allow bots to engage with friend requests, one viable approach could be setting up a dedicated channel where users can interact with your bot. This channel can serve as a community hub for bot interactions, allowing users to bypass the “friend” requirement by freely engaging with your bot’s functionalities. Additionally, this approach fosters a centralized place for user engagement, enhancing accessibility and community involvement, which can be more effective for large servers or active communities.