Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Nome do bot não é apresentado corretamente no primeiro uso #59

Closed
AlexandreSNeto opened this issue Nov 13, 2017 · 1 comment
Closed
Assignees
Labels
Milestone

Comments

@AlexandreSNeto
Copy link

Configurei meu bot com um nome personalizado e ao executar o bot pela primeira vez, no texto de apresentação a primeira mensagem está mostrando o bot com o nome 'hubot' e não com o nome personalizado que eu configurei.

Segue texto apresentado no slack:
Hello, @Alexandre Silveira Neto ! My name is hubot and from now on I will help you with some tasks using the Slack.

Aparentemente o nome "hubot" está fixo no arquivo first-run.js na function message1:

function message1(hubot, core, message) {
  return hubot.speech().hello(core.getUserById(message.user)).append('firstUse.message1', { botName: 'hubot' }).end();
}
@robsonbittencourt robsonbittencourt self-assigned this Dec 3, 2017
@robsonbittencourt robsonbittencourt added this to the 1.3.0 milestone Dec 3, 2017
@robsonbittencourt
Copy link
Member

Fixed. Thanks.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants