seyfert

the black magic discord framework 🧙‍♂️

APACHE-2.0 License

Downloads
485
Stars
79
Committers
26

Bot releases are visible (Hide)

seyfert - 3.0.4 Latest Release

Published by yuzudev over 1 year ago

everything changed so the changelog is pointless

What's Changed

New Contributors

Full Changelog: https://github.com/oasisjs/biscuit/compare/2.2.0...3.0.4

seyfert - 2.2.0

Published by yuzudev almost 2 years ago

What's Changed

Full Changelog: https://github.com/oasisjs/biscuit/compare/2.1.0...2.2.0

seyfert - 2.1.0

Published by yuzudev about 2 years ago

What's Changed

New Contributors

Full Changelog: https://github.com/oasisjs/biscuit/compare/2.0.6...2.1.0

seyfert - 2.0.6

Published by yuzudev about 2 years ago

What's Changed

Full Changelog: https://github.com/oasisjs/biscuit/compare/2.0.5...2.0.6

seyfert - 2.0.5

Published by yuzudev about 2 years ago

It's been a while
Breaking changes from 1.3 to 2.0

- session.ws.agent.shards.values()
+ session.ws.shards.values()
- shard.id
+ shard.options.id

The rest of the library was not affected

What's Changed

Full Changelog: https://github.com/oasisjs/biscuit/compare/1.3.1...2.0.5

seyfert - 1.3.1

Published by yuzudev about 2 years ago

  • hotfix: silly bug on TS with Object.assign()

No changelog this time

seyfert - 1.3.0

Published by yuzudev about 2 years ago

Overview

  • Fix for Guild.edit and add Guild.setPermissions
  • Add BaseChannel.delete.
  • Add Emoji.fetchAuthor and Emoji.toString.
  • Add Member.setNickname.
  • Refactor for interaction options.
  • Add DMChannel.group property.
  • General fixes for documentation and github community.

What's Changed

New Contributors

Full Changelog: https://github.com/oasisjs/biscuit/compare/1.2.0...1.3.0

seyfert - 1.2.0

Published by yuzudev about 2 years ago

  • Features: method for User structure (openDM), voice events and collectors.
  • New submodule: helpers.
  • Documentation fixes and additions.
  • Fixes: Channels.fetch(), Message.edit/delete, rest.

What's Changed

New Contributors

Full Changelog: https://github.com/oasisjs/biscuit/compare/1.1.0...1.2.0

seyfert - 1.1.0

Published by yuzudev about 2 years ago

  • Fix. shard-util.ts: remove shard.ready old method and use shard.isOpen.
  • Fix. StatusUpdate interface now accepts StatusTypes keys for status param.
  • Update channels. Add BaseChannel.fetch method. Add session property to CategoryChannel.
  • Update guilds. Add Guild.fetchMember, Guild.fetchChannel, Guild.setIcon and Guild.fetchChannels methods.
  • Update members. Add Member.fetch method.
  • Routes. Add GUILD_CHANNELS and GUILD_MEMBERS routes.
  • Add EventsKey type to core.

New Contributors

Full Changelog: https://github.com/oasisjs/biscuit/compare/1.0.0...1.1.0

seyfert - 1.0.0

Published by yuzudev about 2 years ago

First stable version.

  • Use of turborepo for the organization of monorepo projects
  • New cache with several adapters possible.
  • Low level APIs refactoring.

Full Changelog: https://github.com/oasisjs/biscuit/compare/0.2.4...1.0.0

seyfert - 0.2.4

Published by yuzudev about 2 years ago

seyfert - 0.2.3

Published by yuzudev about 2 years ago

seyfert - 0.2.2

Published by yuzudev about 2 years ago

seyfert - 0.2.1

Published by yuzudev over 2 years ago

Bundle size: 245.93kb

seyfert - 0.2.0

Published by yuzudev over 2 years ago

  • Edit bot status
  • Edit bot profile
  • Documentation (WIP)
  • Better API coverage

bundle size: 245.35kb

seyfert - 0.1.1

Published by yuzudev over 2 years ago

  • feat: builder to create slash commands
  • feat: session.editStatus
  • minor bugs solved

Bundle size: 238.09kb

seyfert - 0.1.0

Published by yuzudev over 2 years ago

first stable release

Bundle size: 225.88kb

seyfert - 0.1.0-rc8

Published by yuzudev over 2 years ago

  • Beautiful broken bun port
  • Cache

Bundle size: 125.68kb

seyfert - 0.1.0-rc7

Published by yuzudev over 2 years ago

  • hotfix
  • bundled build
seyfert - 0.1.0-rc6

Published by yuzudev over 2 years ago

  • monorepo setup
  • fix: circular dependencies
  • feat: GuildChannel.edit
  • feat: ThreadChannel endpoints fixed and finished
  • most of the important parts of the api are covered