shaunagm / WelcomeBot

Other
35 stars 43 forks source link

Re-implement greeting newcomer by name #53

Open shaunagm opened 9 years ago

shaunagm commented 9 years ago

Right now we import the welcome message from a settings file and attach it to an instantiated bot, but with this method we can't dynamically include the username with the message. My guess is that the best way to fix this is to have welcome_message be a method on the bot which takes a username.

Warrenera commented 9 years ago

I failed