From 41d440c09ffe89d4bd92de9fbab04a7f51859716 Mon Sep 17 00:00:00 2001 From: katsumi <32640219+katsumi143@users.noreply.github.com> Date: Sun, 6 Oct 2024 21:47:45 +1000 Subject: [PATCH] farewell, mellow! --- README.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 154a0ff..95e0f57 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,13 @@ # mellow mellow is a Discord bot created by [HAKUMI](https://github.com/hakusoda) that allows Discord server owners to sync member profiles with external services, such as Roblox.
+> [!WARNING] +> As of October 2nd, the mellow Project has been **deprecated**, and updates have ceased effective **immediately**. +> +> Following an internal plan, mellow will stay online, and be taken **offline** when it is deemed safe to do so. +> +> Thank you for your support! 💌 + # Contributing To set-up a local development environment, you first need to set the required environment variables.
We recommend specifying these in [`.cargo/config.toml`](https://doc.rust-lang.org/cargo/reference/config.html). @@ -11,4 +18,4 @@ We recommend specifying these in [`.cargo/config.toml`](https://doc.rust-lang.or * DISCORD_PUBLIC_KEY — The public key of your Discord application, this is currently only used for verifying interaction requests from Discord. * ROBLOX_OPEN_CLOUD_KEY — The client secret of your [Roblox OAuth 2.0 Application](https://create.roblox.com/docs/cloud/open-cloud/oauth2-overview), this is currently unused. -Further instructions to come. \ No newline at end of file +Further instructions to come.