We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 38e6143 commit 26ab887Copy full SHA for 26ab887
lib/messages.js
@@ -14,8 +14,6 @@ respondMessage('nextctf', 10000, function(from, to, message) {
14
this.say(to, `Data: ${ctf.date}`);
15
this.say(to, `Tipo: ${ctf.type}`);
16
this.say(to, `Site: ${ctf.link}`);
17
- this.say(to, 'module hot reload working!');
18
- this.say(to, 'bot customizavel on-the-fly');
19
})
20
.catch(err => {
21
console.error(err);
0 commit comments