diff --git a/README.md b/README.md
index c0861bf4..8d7fe5d5 100644
--- a/README.md
+++ b/README.md
@@ -1,7 +1,9 @@
> [!IMPORTANT]
-> **ChadMusic is being rewritten and rebranded!**
+> **Update 10/10/2024**
>
-> This project is currently undergoing a rewrite in a different repo under a new name. You can view the development of the rewrite [here](https://github.com/200percentmicky/radio-chan). From this point onward, ChadMusic is now under **maintenance mode** and will eventually be replaced with the new rewrite.
+> A while ago, I previously stated that ChadMusic was going to be rewritten and rebranded. For now, I've decided to vault the rewrite for the time being and resume active development on this repository. I may return to rewriting the bot in the future, but it will be done on this repository in a seperate branch. I probably won't rebrand the project or anything of that nature since it's not really necessary to do so.
+>
+> In regards to the `Sign in to confirm you're not a bot` and `Status code: 403` errors, I'm well aware that this is an ongoing issue. As of right now, providing your cookies in the `cookies.json` file will no longer work if this error occurs. I will be implementing a fix for it in the future, but right now it's currently not my top priority to implement a fix for it at this time. If you have a valid IPv6 range address, try utilizing IP rotation for now.
diff --git a/docs/changelog.md b/docs/changelog.md
index 7efbcd28..bdcc0cc0 100644
--- a/docs/changelog.md
+++ b/docs/changelog.md
@@ -3,9 +3,11 @@
## 2024.4.1
This is a maintenance release.
-!!! info "ChadMusic is being rewritten and rebranded!"
+!!! info "Update 10/10/2024"
- This project is currently undergoing a rewrite in a different repo under a new name. You can view the development of the rewrite [here](https://github.com/200percentmicky/radio-chan). From this point onward, ChadMusic is now under **maintenance mode** and will eventually be replaced with the new rewrite.
+ A while ago, I previously stated that ChadMusic was going to be rewritten and rebranded. For now, I've decided to vault the rewrite for the time being and resume active development on this repository. I may return to rewriting the bot in the future, but it will be done on this repository in a seperate branch. I probably won't rebrand the project or anything of that nature since it's not really necessary to do so.
+
+ In regards to the `Sign in to confirm you're not a bot` and `Status code: 403` errors, I'm well aware that this is an ongoing issue. As of right now, providing your cookies in the `cookies.json` file will no longer work if this error occurs. I will be implementing a fix for it in the future, but right now it's currently not my top priority to implement a fix for it at this time. If you have a valid IPv6 range address, try utilizing IP rotation for now.
* **Changed:** [Internal] hasExt function will now check if a file exists in Discord's CDN.
* **Changed:** [Internal] Merged all createAgent functions into one function.