-kek
This commit is contained in:
@ -10,8 +10,7 @@ module.exports = bot => {
|
||||
active: true,
|
||||
clients: ["irc", "tg"],
|
||||
f: e => {
|
||||
e.reply(Array(100000).fill("f".charCodeAt(0)).join``.length);
|
||||
/*const args = e.message.substring(3);
|
||||
const args = e.message.substring(3);
|
||||
const context = {
|
||||
e: e,
|
||||
t: bot._trigger
|
||||
@ -27,7 +26,7 @@ module.exports = bot => {
|
||||
}
|
||||
catch (err) {
|
||||
e.reply(err.message);
|
||||
}*/
|
||||
}
|
||||
}
|
||||
});
|
||||
|
||||
|
Reference in New Issue
Block a user