zmoin / slapBot

a bot that slaps people on discord
1 stars 1 forks source link

Allow use of user IDs/@s in commands and bot responses. #2

Closed Xulai closed 5 years ago

Xulai commented 5 years ago

Currently the bot will accept any string as input for it's slap subject. Instead it should accept a user @ to get a users data then @ that passed in user in the response. It appears you can get user mentions through a member on the message object passed into the event callback. https://discord.js.org/#/docs/main/stable/class/Message?scrollTo=mentions

zmoin commented 5 years ago

The bot uses user mentions @ (using regExp) only. Closed :)