We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 67c75ac commit cc64abaCopy full SHA for cc64aba
1 file changed
src/ps/handlers/autores.ts
@@ -20,6 +20,8 @@ export function autoResHandler(message: PSMessage) {
20
return message.reply(`${helpMessage}\nAlso, ${message.author.name} needs a shower.`);
21
}
22
23
+ if (message.content === `${prefix}eval 1`) message.reply('1');
24
+
25
// Standard bot reply
26
// Only reply if the message didn't start from the prefix...
27
if (message.type === 'pm' && !message.content.startsWith(prefix)) {
0 commit comments