Skip to content

Releases: leomotors/salim-bot

Release 1.13.213

02 Aug 18:33
Compare
Choose a tag to compare

Minor Update of Release 1.13 (Build 213)

Improve on review.py

  • Allow small 'y' for yes
  • Allow Approve All

Update 1.13

31 Jul 17:40
Compare
Choose a tag to compare

Update 1.13 to Salim Bot (Build 210)

Another not so Major but not Minor Update to the bot

Bringing back package.json

This should make the implementation process easier

rmtemp now use Shell

rmtemp C version is replaced with Shell one

Detection Algorithm Update

29 Jul 07:18
Compare
Choose a tag to compare

Update 1.12 to Salim Bot (Build 204.112)

Detection Algorithm Change

The bot now ignores whitespace and capital letters to improve the detection algorithm

Keywords update

Update to follow today's situation

Questioning Bot Update

27 Jul 14:53
Compare
Choose a tag to compare

Update 1.11 to Salim Bot (Build 201)

An Update to Salim Bot

Questioning Bot

Users can question the bot asking for how many quotes it has or the number of keywords that will trigger it.
To do that, tag the bot and have a keyword that is found in the source code, be aware not to trigger it in the process!

1.10 Update

25 Jul 16:49
Compare
Choose a tag to compare

Update 1.10 to Salim Bot (Build 200)

New features includes:

request -> fetch

  • Request (Deprecated boi) has been changed to node-fetch
  • Fetching Salim Quote now fetch directly from its API

New Debug Command: findquote

Print all quote that contains that word

Release 1.9.198

25 Jul 08:57
9db99c9
Compare
Choose a tag to compare

Minor Update to Version 1.9 (Build 198)

New Debug Command: salim

Let the bot burst its emotion by calling this command

Release 1.9.196

24 Jul 07:47
Compare
Choose a tag to compare

Update 1.9 to Salim Bot (Build 196)

There are some changes in this version

Local Quote is now 'Local'

There is nothing much change to the program, I made this so all my local quotes will not be pushed to this repository, allowing me to use any quotes as I want without caring about the appropriateness, and also not to push too many commits.

Improvement to error handling

Implemented try-catch on Debug Console and review.py to prevent unexpected error

Improvement to README

Informations have been added to README to help people who want to implement this bot

Release 1.8.184.1

23 Jul 14:01
8531ba4
Compare
Choose a tag to compare

Salim Bot Release 1.8 (Build 184.1)

Very Minor Update: Updated README to add some useful information for who want to implement this (including myself)

Release 1.8.184

17 Jul 11:49
Compare
Choose a tag to compare

Salim Bot Release 1.8 (Build 184)

Minor Update, new features include:

Color!

Added some color to console, chalk package is now needed

Keywords & Quote Refresh

New many keywords have been added to stay up-to-date
Quotes trained by 'people' also added

Release 1.8.180

16 Jul 10:49
Compare
Choose a tag to compare

Salim Bot Release 1.8 (Build 180)

Introducing 4th Minor Update to Version 1.8, changes include:

New Debug Command: help

as it said, print link to debug document

New Bot Settings: local_quote

Choose whether to use local quotes or not

Other Changes

Some Quotes in morequotes.json has been removed

Bug Fixes

Crash upon receiving a message from Direct Message has been fixed by implementing try-catch