butler1233 / stackoverflow-chatbot

Botler
4 stars 5 forks source link

Crossplatform pings and inline code #27

Closed hrkrx closed 4 years ago

hrkrx commented 4 years ago

fixes inline code from chat.so -> discord

pinging a user on chat.so, entails that the bot now tries to resolve the name to a user on discord and pings them there too. this also works for roles.

since the regex depends on spaces as seperator it does not work correctly for weird names.

hrkrx commented 4 years ago

For the pings to work, the bot needs the Server Member Intent image

butler1233 commented 4 years ago

Enabled. Give it a go and see if it works

hrkrx commented 4 years ago

Accidentally closed it in the mobile app ^^"

hrkrx commented 4 years ago

Is there anything missing for you to merge this?

butler1233 commented 4 years ago

No I just hadn't looked yet. Although now you've got the TTS PR which appears to be forked from this one I'm closing it and we can follow on the TTS one.