A shitty discord bot. It does things.
Go to file
dependabot[bot] ead1f07f0c
Bump node-fetch from 2.6.0 to 3.1.1
Bumps [node-fetch](https://github.com/node-fetch/node-fetch) from 2.6.0 to 3.1.1.
- [Release notes](https://github.com/node-fetch/node-fetch/releases)
- [Changelog](https://github.com/node-fetch/node-fetch/blob/main/docs/CHANGELOG.md)
- [Commits](https://github.com/node-fetch/node-fetch/compare/v2.6.0...v3.1.1)

---
updated-dependencies:
- dependency-name: node-fetch
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-01-22 13:12:58 +00:00
.github/workflows Delete npmpublish.yml 2020-07-15 09:20:39 -05:00
docs Converting to google JS specs 2020-07-14 13:57:24 -05:00
src I did something... 2020-08-28 13:01:17 -04:00
.gitignore UwU 2020-07-12 15:41:43 -05:00
LICENSE Initial commit 2020-02-16 15:58:32 -05:00
README.md Update README.md 2020-07-15 09:19:40 -05:00
npm-shrinkwrap.json Bump node-fetch from 2.6.0 to 3.1.1 2022-01-22 13:12:58 +00:00
osselbot.code-workspace pog 2020-06-18 03:16:08 -05:00
package.json Bump node-fetch from 2.6.0 to 3.1.1 2022-01-22 13:12:58 +00:00
quotes.json the magic of repl 2020-05-26 22:26:31 +00:00

README.md

Osselbot

A bot that is kinda stupid, but it works surprisingly well

Node.js CI

THIS BOT REQUIRES HEAVY MODIFICATION TO WORK ON OTHER SERVERS! NPM PACKAGE IS NO LONGER MAINTAINED

Example config.js to be placed in /src

{
"token" : "API KEY",
     "prefix": "?",
     "verbalabuse": [
       "Quotes",
       "to insult.",
       "your members."
     ]
  }

Contributing

If your a member of civilians all partying then talk to @Technicolor Creamsicle#0773

This code follows the Google JS specs for code formatting. If you use the WebStorm IDE this will automatically be applied.