errbotio / err-backend-discord

Backend for Discord for Errbot
GNU General Public License v3.0
23 stars 21 forks source link

On Join Hello #9

Closed btotharye closed 5 years ago

btotharye commented 7 years ago

Is this a concept I should build into errbot or the backend? I would like for the bot on user join events to msg them hello and maybe a canned response, was going to look at adding it into discord first since its what I use most.

let me know your thoughts

gbin commented 6 years ago

There is an Errbot API for that and it works on most of the other backends. It is called Presence. See how it is implemented on the Slack backend here: https://github.com/errbotio/errbot/blob/master/errbot/backends/slack.py#L424

gbin commented 6 years ago

Utlimately it calls back the plugins through https://github.com/errbotio/errbot/blob/master/errbot/botplugin.py#L435

btotharye commented 6 years ago

Ok cool I'll work on this some today thanks again really loving errbot

nzlosh commented 5 years ago

Closing this issue. Re-open it if you feel there is anything still outstanding.