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.
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.