connorbutler44 / bingbot

1 stars 0 forks source link

Poke Feature #1

Open Hive-tyrant opened 2 months ago

Hive-tyrant commented 2 months ago

Feature Description: The "poke" feature would allow users to send a virtual "poke" to other members within the Discord server. It would be a lighthearted way to get someone's attention, say hello, or prompt a response.

Functionality: Users can type a command like "!poke @username" to send a poke. The bot will then send a notification to the poked user, perhaps with a custom message like, "You've been poked by [User who sent the poke]! Type !pokeback @username to poke back!" To prevent spam, we could implement a cooldown period between pokes sent to the same user. Additionally, it would be helpful to include a feature for users to opt-out of receiving pokes if they wish. Consider including poke statistics as a fun way for users to see who has been poked the most or keep track of their poke exchanges.

Potential Benefits: This feature could increase user engagement by encouraging playful interaction. It can also serve as an icebreaker for new members joining the server, fostering a community feel. Pokes could be integrated into server events or activities, adding a layer of interactivity.

Technical Considerations: We would need to ensure that the poke feature adheres to Discord's API rate limits. Privacy and user preference settings should be respected, allowing users to disable pokes if they find them intrusive. It's important to design the feature in a way that does not disrupt the overall user experience on the server.

connorbutler44 commented 2 months ago

Thank you for your request! Will discuss implementing this with the team during our next planning meeting.