diff --git a/CHANGELOG.md b/CHANGELOG.md index d7faabc..47bf5fc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,23 @@ Mostly based on [keepachangelog](https://keepachangelog.com/en/1.0.0/) except date format. a-c-f-r-o +## [5.1.3] - 08.07.2024 + +### Added + +- Added `'quran` command, which will show the provided ayah in english and arabic, including recitation by Alafasy + +### Changed + +- Replying to the bot's message in the channel where chatterbot is enabled will also trigger the ai response, as if you pinged the bot. This only works for chatterbot, but not for ellie ai command prompts + +### Fixed + +- Fixed `'stickeradd` it now properly supports 300x300 image uploads. +- Bot should now trim the invalid characters from chatterbot usernames to avoid openai errors +- Fixed prompt triggering chatterbot responses twice +- Honeypot commands now actually works + ## [5.1.2] - 29.06.2024 ### Fixed diff --git a/src/EllieBot/EllieBot.csproj b/src/EllieBot/EllieBot.csproj index 174d25d..86a9972 100644 --- a/src/EllieBot/EllieBot.csproj +++ b/src/EllieBot/EllieBot.csproj @@ -4,7 +4,7 @@ enable true en - 5.1.2 + 5.1.3 $(MSBuildProjectDirectory) diff --git a/src/EllieBot/creds_example.yml b/src/EllieBot/creds_example.yml index 8657b8b..c21a350 100644 --- a/src/EllieBot/creds_example.yml +++ b/src/EllieBot/creds_example.yml @@ -1,4 +1,4 @@ -# DO NOT CHANGE +# DO NOT CHANGE version: 7 # Bot token. Do not share with anyone ever -> https://discordapp.com/developers/applications/ token: "" @@ -18,6 +18,7 @@ totalShards: 1 # Go to the Keys page and click "Generate New Key" and copy it here # You and anyone else with the permission to run `.prompt` command will be able to use natural language to run bot's commands. # For example '@Bot how's the weather in Paris' will return the current weather in Paris as if you were to run `.weather Paris` command. +# ⚠ This does not currently work and is a work in progress. ellieAiToken: # Login to https://console.cloud.google.com, create a new project, go to APIs & Services -> Library -> YouTube Data API and enable it. # Then, go to APIs and Services -> Credentials and click Create credentials -> API key.