Skip to content

Releases: RirikoAI/RirikoBot

1.3.1

31 Jul 19:14
Compare
Choose a tag to compare

What's Changed

  • [FEAT] Add /karma and !karma command, allow configuring at profile/server-wide level
  • Bump form-data by @dependabot[bot] in #504
  • Bump multer and @nestjs/platform-express by @dependabot[bot] in #508

Full Changelog: 1.3.0...1.3.1

1.3.0

25 Jul 10:37
1154bed
Compare
Choose a tag to compare

What's Changed

Full Changelog: 1.2.1...1.3.0

1.2.1

11 Jun 16:03
Compare
Choose a tag to compare

Change:

Replace fork of ytdl-core and update youtubei.js version

Full Changelog: 1.2.0...1.2.1

1.2.0

08 Jun 17:26
Compare
Choose a tag to compare

Try to utilize the free services provided by Google Gemini and OpenRouter.

What's Changed

  • [FEAT] Add more AI services (Google Gemini, OpenRouter, OpenAI)

Full Changelog: 1.1.0...1.2.0

1.1.0

07 Jun 21:47
Compare
Choose a tag to compare

Another big update! Enjoy!

What's Changed

  • [FEAT] Adds Reminder service
  • [FEAT] AutoVoiceChannel - copy permissions from the "Join to Create" channel
  • [FEAT] Check for free games every hour, saves free games notification states
  • [FEAT] Add /free-games remove command to stop receiving free games alerts
  • [FEAT] Add slash command for setup-avc
  • [FEAT] Add "ModalCommands", allow Discord bot owners to set API using modal commands, + fixes
  • [FEAT] Add deployment instructions for Render.com by @earnestangel in #493
  • Bump @nestjs/schematics from 10.2.3 to 11.0.5 by @dependabot in #475
  • Bump @nestjs/cli from 10.4.9 to 11.0.7 by @dependabot in #479
  • Bump mongodb from 5.9.2 to 6.16.0 by @dependabot in #480
  • Bump tar-fs from 2.1.2 to 2.1.3 by @dependabot in #492

Full Changelog: 1.0.0...1.1.0

1.0.0

05 May 16:27
Compare
Choose a tag to compare

Our first major release is finally out!

Check it out guys... tell us what you think :D

What's Changed

New Contributors

Full Changelog: https://github.com/RirikoAI/RirikoBot/commits/1.0.0

0.14.5

20 Mar 22:18
af3989f
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.14.4...0.14.5

0.14.4

19 Mar 13:45
f7c809a
Compare
Choose a tag to compare

Version 0.14.4 is out now!

Important for previous users: If you're using OpenAI before, you will need to change the model in the config.js file into any of the model listed in the website: https://platform.openai.com/docs/models/overview

For example:

...
AI: {
    ...
    // Use any model in this page https://platform.openai.com/docs/models/overview
    GPTModel: "gpt-4",
    ...
}
...

Update your packages to use this version 1.14.4:

npm i --include=dev

For Linux user please rerun this after updating:

npm uninstall ffmpeg-static
npm uninstall ffmpeg
npm update

What's Changed

New Contributors

Full Changelog: 0.14.3...0.14.4

0.14.3

14 Mar 17:13
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 0.14.2...0.14.3

0.14.2

18 Feb 08:30
c3d7f45
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.14.1...0.14.2