Skip to content

Releases: Bikoil/Magicord

Magicord v0.7 ALPHA

27 Aug 09:46
8be5c1a
Compare
Choose a tag to compare

A Bunch of new stuff!

  • New commands
  • Better documentation
  • Better organisation
  • Fixed commands crashing the bot

What's Changed

  • Fixed a massive bug that kept causing the bot to crash + some quality of life changes by @Bikoil in #9
  • New command, better looking README, Changed license by @Bikoil in #10
  • README changes, new command, rearranged commands by @Bikoil in #11
  • Removed useless outdated js files by @Bikoil in #12
  • New command, fixed ralsay command by @Bikoil in #13

Full Changelog: v0.6...v0.7

IMPORTANT NOTE

if your bot is based on magicord before and want to upgrade your bot to this version, remove the build/commands directory completely before doing git pull on your bot's project folder, then do npm run build again to be able to start the bot and re-build the build/commands directory

Why?

The commands/ folder has been completely re-organised, now commands are in different folders within the commands folder, which means when you compile the commands/ folder from typescript to javascript in build/ now the old commands within build/commands will duplicate due to the change of location of files.

Magicord v0.6 ALPHA

07 Aug 10:03
8ee07e4
Compare
Choose a tag to compare

Magicord v0.6 ALPHA has been released!

  • Some command improvements
  • Documentation Fixes
  • New commands (mute+unmute)

Note

Magicord is currently experiencing some issues, and is not being properly hosted due to some issues with the VPS magicord is hosted on (daki.cc), expect the bot to go offline a lot

What's Changed

  • Some quality of life changes by @Bikoil in #3
  • Small README addition by @Bikoil in #4
  • Removed unused .github folder by @Bikoil in #5
  • Made mute command by @Bikoil in #6
  • Small addition by @Bikoil in #7
  • Made mute command and unmute command and some small changes by @Bikoil in #8

Full Changelog: v0.5...v0.6

Magicord v0.5 ALPHA

31 Jul 20:02
39407cd
Compare
Choose a tag to compare

Magicord v0.5 ALPHA

Magicord has successfully passed alpha and has reached beta! not only that but also has been COMPLETELY moved from Javascript to Typescript