This commit is contained in:
hgw 2023-10-02 02:14:37 +00:00
parent b489d85a7d
commit 22d8136fa0
3 changed files with 3 additions and 3 deletions

View File

@ -1,6 +1,6 @@
ISC License
Copyright (c) 2023 hogwart7
Copyright (c) 2023 zerokek
Permission to use, copy, modify, and/or distribute this software for any
purpose with or without fee is hereby granted, provided that the above

View File

@ -30,7 +30,7 @@ If you need assistance with installation or usage, join #5000 on `irc.supernets.
ISC License
Copyright (c) 2023 hogwart7
Copyright (c) 2023 zerokek
Permission to use, copy, modify, and/or distribute this software for any
purpose with or without fee is hereby granted, provided that the above

2
bot.js
View File

@ -41,7 +41,7 @@ const generateRandomString = (amt) => {
}
async function help(chan) {
bot.say(chan, 'Fascinus - https://git.supernets.org/hogwart7/fascinus')
bot.say(chan, 'Fascinus - https://git.supernets.org/zerokek/fascinus')
bot.say(chan, "$flood [AMOUNT] [TEXT] - 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.")