Skip to content

Commit b214e0c

Browse files
authored
add !levechiqueires
1 parent b09c59d commit b214e0c

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

src/commands/gerais.js

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,12 @@ exports.default = (client, target, context, message) => {
7676
`/me O URI Online Judge é um repositório de problemas de programação. Os problemas são separados por tópicos (iniciante, ad-hoc, strings, etc) e por dificuldade, variando de 1 a 10. Meu perfil no uri 🔗 https://www.urionlinejudge.com.br/judge/pt/profile/565766`,
7777
);
7878
break;
79+
case '!levechiqueires':
80+
client.say(
81+
target,
82+
`/me chat não tão secreto das pessoas levechiqueiras 📰 https://t.me/joinchat/M-I9ZtQUcGdlMjY5`,
83+
);
84+
break;
7985
default:
8086
break;
8187
}

0 commit comments

Comments
 (0)