-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
refactor: Module for messages & better imports
Facilita caso a gente queira mudar o conteúdo no futuro.
- Loading branch information
Showing
2 changed files
with
28 additions
and
20 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
PLEASE_SCHEDULE = " Por favor marque um horário com o comando /setmeeting." | ||
|
||
START = "Olá, sou o BPB!\n O bot de Boas práticas do Código Bonito." | ||
|
||
WELCOME = ( | ||
"Olá, {user_text}! Esse é o grupo do Código Bonito, " | ||
"um grupo de discussões sobre programação, " | ||
"bioinformática e ciência aberta. " | ||
"Se apresente e conte como encontrou o grupo!" | ||
) | ||
|
||
SEM_REUNIAO = "Nenhuma reunião agendada." |