BotClient

A discord botclient built with Electron, React and discord.js.

MIT License

Stars
184
Committers
7

Bot releases are hidden (Show)

BotClient - v0.5.0-alpha

Published by DarkGuy10 over 2 years ago

Notable Changes

  • Added replying feature
  • Corrected styling on guild items without icons
  • Created serializers for cleaner code
BotClient - v0.4.2-alpha

Published by DarkGuy10 over 2 years ago

Notable Changes

  • Migrated to yarn 2
  • Added message mention formatting and highlighting
  • Fixed multiline message rendering
  • Created CSS overrides for @skyra-project/discord-components
BotClient - v0.4.1-alpha

Published by DarkGuy10 over 2 years ago

Notable Changes

  • Refactored a bunch of stuff; no bug fixes, no features added.
BotClient - v0.4.0-alpha

Published by DarkGuy10 over 2 years ago

Notable Changes

  • Added User Settings (persistant login)
  • Create AppData service
  • Re-brand logo and bootloops
BotClient - v0.3.0-alpha

Published by DarkGuy10 over 2 years ago

This is the first stable release after the rewrite.

Notable Changes

  • Complete React rewrite
  • Added a neat alert management system
  • Fixed "stuck on bootloop" issue
  • Switched to appdata instead of localstorage
  • Added logout feature
  • Added member list
  • Updated file upload to match discord
  • Fixed CSS to match discord
  • Switched to yarn package manager
  • Added scripts to package.json
  • Added other dependencies (check package.json)
  • Added prettier hook for linting
  • Re-organized project structure

Binaries coming soon...

BotClient - v0.2.2-alpha

Published by DarkGuy10 almost 3 years ago

A lot of the existing code will get discarded as I'm working on a rewrite to use the React lib
Consequently, v0.3.0-alpha would be the next major release
Binaries will provided for every major release starting from v0.3.0-alpha

BotClient - v0.2.0-alpha

Published by DarkGuy10 about 3 years ago

v0.2.0-alpha

  • Added file upload
  • Fixed fonts to match original client
  • Fixed image attachment resize to match original client
  • Fixed styling to match original client's .dark-theme
NOTE: No binaries for pre-release.
Related Projects