AtoraSuunva / BooruBot

Search Boorus on Discord!
MIT License
22 stars 10 forks source link

BooruBot v3: Electric Boogaloo #14

Closed AtoraSuunva closed 5 years ago

AtoraSuunva commented 7 years ago

Let's face it, BooruBot v2 still sucks.

So I'm rewriting the entire thing.

tl;dr of changes

Or scroll down for detailed changelog.

AtoraSuunva commented 7 years ago

Current Changelog

External Changes

Stuff that'll affect you as a user. Things in between [] are parameters for commands, don't actually include the [] [this/that] means that you use either this OR that

General

Search

Blacklist

Delete

Settings

Link

I probably forgot some changes whoops

AtoraSuunva commented 7 years ago

Internal Changes

Things that don't really directly affect users

MUST be run using node v7.3.0 and above, using node --harmony modules.js. This is because I'm using async and await to make randSearch much more tolerable to look at.

Module System

You can take the module system from this bot, I don't mind. Just keep in mind the only docs available are the comments in the code, modules/test.js, and this.

Searching

node modules

AtoraSuunva commented 7 years ago

tl;dr