Skip to content

Commit 26ab887

Browse files
committed
removing message
1 parent 38e6143 commit 26ab887

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

lib/messages.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,6 @@ respondMessage('nextctf', 10000, function(from, to, message) {
1414
this.say(to, `Data: ${ctf.date}`);
1515
this.say(to, `Tipo: ${ctf.type}`);
1616
this.say(to, `Site: ${ctf.link}`);
17-
this.say(to, 'module hot reload working!');
18-
this.say(to, 'bot customizavel on-the-fly');
1917
})
2018
.catch(err => {
2119
console.error(err);

0 commit comments

Comments
 (0)