From 82e0ca636aa4d69b06afcb5aedcd63a4aa079c43 Mon Sep 17 00:00:00 2001 From: hgw Date: Mon, 2 Oct 2023 02:14:37 +0000 Subject: [PATCH] bot(help): update line --- bot.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bot.js b/bot.js index 57a5887..aca4016 100644 --- a/bot.js +++ b/bot.js @@ -47,7 +47,7 @@ async function help(chan) { bot.say(chan, "$sneed - Pastes the Sneed's Feed and Seed copypasta.") bot.say(chan, "$rspam [LINES (def=100, max=100000)] - Spams x lines of random characters") bot.say(chan, "$uspam [LINES (def=100, max=100000))] - Spams x lines of random unicode characters of varying length") - bot.say(chan, "$art [IMAGE URL (png/jpg)] - Creates IRC art using a source image.") + bot.say(chan, "$art [IMAGE URL (png/jpg/webp/jpeg)] - Creates IRC art using a source image.") bot.say(chan, "$godwords [AMOUNT (def=50, max=100000)] - Generate x amount of random words. Inspired by TempleOS.") }