-
EllieBot 4.2.0 Stable
released this
2025-09-01 10:20:48 +00:00 | 302 commits to v4 since this releaseAdded
- Added
data/searches.ymlfile which configures some of the new search functionality
The file comments explaining what each property does.
Explained briefly here:# what will be used for .google command. Either google (official api) or searx webSearchEngine: Google # what will be used for .img command. Either google (official api) or searx imgSearchEngine: Google # how will yt results be retrieved: ytdataapi or ytdl or ytdlp ytProvider: YtDataApiv3 # in case web or img search is set to searx, the following instances will be used: searxInstances: [] # in case ytProvider is set to invidious, the following instances will be used invidiousInstances: [] - Added new properties to
creds.yml. google -> searchId and google -> searchImageId. - These properties are used as
cx(google api query parameter) in case you've setup yourdata/searches.ymlto use the official google api.
searchIdis used for web search
searchimageIdis used for image searchgoogle: searchId: "" searchImageId: "" - Check
creds_example.ymlfor comments explaining how to obtain them.
Patronage system added
- Added
data/patron.ymlfor configuration - Implemented only for patreon so far
- Patreon subscription code completely rewritten
- Users who pledge on patreon get benefits based on the amount they pledged
- Public ellie only. But selfhosters can adapt it to their own patreon pages by configuring their patreon credentials in
creds.ymland enabling the system indata/patron.ymlfile.- Most of the patronage system strings are hardcoded atm, so if you wish to use this system on selfhosts, you will have to modify the source
- Pledge amounts are split into tiers. This is not configurable atm.
- Tier I - 1$ - 4.99$ a month
- Tier V - 5$ - 9.99$ a month
- Tier X - 10$ - 19.99$ a month
- Tier XX - 20$ - 49.99$ a month
- Tier L - 50$ - 99.99$ a month
- Tier C - 100$+ a month
- Rewards and command quotas for each of the tiers are configurable
- Limitations to certain features are also configurable. ex:
quotas: features: "rero:max_count": x: 50- ^ this setting would set the maximum number of reaction roles to be 50 for a user who is in Patron Tier X
- Read the comments in the .yml file for (much) more info
- Quota system allows the owner to set up hourly, daily and monthly quota usage for each tier
- Quota system applies to entire server owner by a patron
- Patron spends own quota by using the commands on any server
- Any user on any server owned by a patron spends that patron's quota
- When users subscribe to patreon they will receive a welcome message
- If you're enabling patron system for a selfhost, you will want to edit it
Added
.patronand.patronmessagecommands-
.patronchecks your patronage status, and quotas. Requires patron system to be enabled. -
.patronmessage(owner only) sends message to all patrons with the specified tier or higher. Supports embeds -
Added a fake
.cmdcdcommandcleverbot:responsewhich can be used to limit how often users can talk to the cleverbot.
Changed
-
CurrencyReward now support adding additional flowers to patrons.
-
.donatecommand completely reworked.- Works only on public bot (OnlyPublicBotAttribute)
- Guides user on how to donate to support the project
- Added interaction explaining selfhosting
-
.googlereimplemented. It now has 2 modes configurable indata/searches.ymlunder thewebSearchengineproperty- If set to
google, official custom search api will be used. You will need to set googleapikey and google.searchId increds.yml - if set to
searxone of the instances specified in thesearxInstances:property will be randomly chosen for each request- instances must have
format=jsonallowed (public ones usually don't allow it) - instances are specified as a fully qualified url, example:
https://my.cool.searx.instance.io
- instances must have
- If set to
-
.imagereimplemented. Same as.google- it uses eithergoogleofficial api (in which case it usesgoogle.searchImageIdfromcreds.yml) orsearx -
.youtubereimplemented. It will use aytProvider:property fromdata/searches.ymlto determine how to retrieve resultsytdataapiwill use the official google api (requiresGoogleApiKeyspecified increds.yml) and YoutubeDataApi enabled in the dev consoleytdlwill useyoutube-dlprogram from the host machine. It must be downloaded and it's location must be added to path env variable.ytdlpwill useyt-dlpprogram from the host machine. Same asyoutube-dl- must be in path env variable.invidiouswill use one of invidious instances specified in theinvidiousInstancesproperty. Very good.
-
.google,.youtubeand.imagemoved to the new Search group
Note: Results of each
.youtubequery will be cached for 1 hour to improve perfomance-
Removed 30 second
.pingratelimit on public ellie -
xp image generation changes
- In case you have default settings, your xp image will look slightly different
- If you've modified xp_template.json, your xp image might look broken. Your old template will be saved in xp_template.json.old
- Xp number outline is now slightly thicker
- Xp number will now have Center vertical and horizontal alignment
- LastLevelUp no longer supported
-
Some commands will now use timestamp tags for better user experience
-
.prunewas slightly slowed down to avoid ratelimits -
.wofmoved from it's own group to the default Gambling group -
.feedurls which error for more than 100 times will be automatically removed. -
.veis now enabled by default -
[dev] ellie interaction slightly improved to make it less nonsense (they still don't make sense)
-
[dev] RewardedUsers table slightly changed to make it more general
-
[dev] renamed
// todos which aren't planned soon to// FUTURE -
[dev] currency rewards have been reimplemented and moved to a separate service
Downloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
- Added