1
1
mirror of https://gitlab.com/ceda_ei/Quadnite-Bot synced 2026-05-06 05:40:04 +02:00

Add /absurdify

This commit is contained in:
2019-02-12 04:45:02 +05:30
parent 3b945e17f3
commit 54f1e9a73b
3 changed files with 31 additions and 1 deletions

View File

@@ -47,7 +47,8 @@ module.exports = () => (ctx) => {
if (ctx.message.reply_to_message)
return weebify(ctx.message.reply_to_message.text);
else
return "Need text to weebify. Send /weebify text or reply to a message with /weebify";
return "Need text to weebify. Send /weebify text or reply to a "
+ "message with /weebify";
}