bot(help): update line

This commit is contained in:
hgw 2023-10-02 02:14:37 +00:00
parent 9acb89cfec
commit 82e0ca636a
1 changed files with 1 additions and 1 deletions

2
bot.js
View File

@ -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.")
}