From 4b4be82e28452f3f08c6d17c22ce82db99eb2e9c Mon Sep 17 00:00:00 2001 From: hgw Date: Mon, 2 Oct 2023 02:14:35 +0000 Subject: [PATCH] update help --- index.js | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/index.js b/index.js index 632460e..7cdd8f4 100644 --- a/index.js +++ b/index.js @@ -50,10 +50,12 @@ const randomUnicode = (amt) => { } async function help(chan) { - bot.say(chan, 'Fascinus') + bot.say(chan, 'Fascinus - https://git.supernets.org/hogwart7/fascinus') bot.say(chan, "$flood [TEXT] [AMOUNT] - Floods the channel with a specific line x amount of times") bot.say(chan, "$ctcpflood [TARGET] [TEXT (one word)] [AMOUNT] - Sends x amount of CTCP requests to a target.") bot.say(chan, "$sneed - Pastes the Sneed's Feed and Seed copypasta.") + bot.say(chan, "$rspam [LINES] - Spams x lines of random characters") + bot.say(chan, "$uspam [LINES] - Spams x lines of random unicode characters of varying length") } async function flood(text, chan, times) {