diff --git a/README.md b/README.md index 2dbfeb1..da904ac 100644 --- a/README.md +++ b/README.md @@ -3,6 +3,10 @@ <h1 align="center">Daggerbot V3 Description</h1> </p> +## THIS REPOSITORY IS NOW READ-ONLY! +This repository is no longer being maintained and as a result, the Docker container running this code will not be in operation after **12/01/2025**. + +## Revision 3 description This is a repository for V3 revision that has been transitioned and rewritten from V2 bot to be more robust and reliable with today's standards. This revision took **4 months** (Late September to Mid December) working on and off to do literally everything that needed a rewrite so badly that it cannot be done in V2. @@ -24,4 +28,4 @@ This is a revision history of how far we come in development cycle; |----------|----------|---------|----------| | V1 | JavaScript | Discord.JS v13 | Message commands | | V2-V3 | TypeScript | Discord.JS v14 | Slash/message commands | -| V4 (Private) | Rust/Lua | Serenity v0.12 | Slash/context/message commands | +| V4 (Private) | Rust/Lua | Serenity v0.12+ | Slash/context/message commands | diff --git a/src/config.json b/src/config.json index 6137b39..00a2a7f 100644 --- a/src/config.json +++ b/src/config.json @@ -26,8 +26,8 @@ "botPresence": { "activities": [ { - "name": "Merry Christmas!", - "url": "https://www.youtube.com/watch?v=yXQViqx6GMY", + "name": "January !!", + "url": "https://www.youtube.com/watch?v=uhnTSjqFBU4", "type": 1 } ], @@ -89,4 +89,4 @@ "server_log": "1040002995783471265" } } -} \ No newline at end of file +}