From bc450d0d87346c8c34455da7cde3a912f29d9162 Mon Sep 17 00:00:00 2001 From: Byte Dice <165556900+ByteDice@users.noreply.github.com> Date: Sun, 8 Jun 2025 22:39:56 +0200 Subject: [PATCH] Update README.md --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index a5cf63e..205edce 100644 --- a/README.md +++ b/README.md @@ -5,6 +5,10 @@ An automation tool for Byte Dice. It's both a Discord and Reddit bot in one prog > This tool is not intended for public use outside of the official *Byte Dice Assistant* bots. Expect issues if you host this yourself.\ > This tool is only designed to run on Windows (10 and 11) and XUbuntu and may not work on any other OS. +> [!NOTE] +> This is an older version of the software. The newest version can be found in the [embed_buttons branch](https://github.com/ByteDice/ByteDiceAssistant/tree/embed_buttons).\ +> Keep in mind that said branch is unstable and constantly updated with untested stuff. Download code from there at your own risk or wait till this notice is removed or replaced. + # Open-source - Copyright **ByteDiceAssistant © 2025 by Byte Dice is licensed under CC BY-NC-SA 4.0.**\ @@ -65,4 +69,4 @@ You can install Python modules by running `$ pip install {module}` or `$ python * Restart the terminal if you added/changed the environment variables. * Run `$ cd path/to/extracted/folder`. * Run `$ cargo run`. You can view a list of options by running `$ cargo run -- --help` or `$ cargo run -- -h`. - * If you only want to run the Python code, you can either run `$ cargo run -- --py`, or `$ python ./src/python/main.py`. The second option is recommended for better error output. \ No newline at end of file + * If you only want to run the Python code, you can either run `$ cargo run -- --py`, or `$ python ./src/python/main.py`. The second option is recommended for better error output.