From 945a71a20c171ba63fa26ddda3d1f501d7772b17 Mon Sep 17 00:00:00 2001 From: Choco <94597336+ChocoMeow@users.noreply.github.com> Date: Fri, 24 Feb 2023 13:50:38 +0800 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 15dd045..8baa726 100644 --- a/README.md +++ b/README.md @@ -114,9 +114,9 @@ MONGODB_NAME = Vocard * For `emoji_source_raw` you can change the source emoji of the track with discord emoji like `<:EMOJI_NAME:EMOJI_ID>` * For `cooldowns` you can set a custom cooldown in the command. Example: `"command_name": [The total number of tokens available, The length of the cooldown period in seconds]` * For `aliases` you can set custom aliases in the command. Example: `"command_name": [alias1, alias2, ...]` -* For `controller` you can set custom buttons in controller, you have to pass `2D Array` into controller. [Example Here](https://github.com/ChocoMeow/Vocard/BUTTONS.md#examples) +* For `controller` you can set custom buttons in controller, you have to pass `2D Array` into controller. [Example Here](https://github.com/ChocoMeow/Vocard/blob/main/BUTTONS.md#examples) ## How to update? 1. Run `python update.py --check` to check if your bot is up to date 2. Run `python update.py --start` to start update your bot
-***Note: Make sure there are no personal files in the directory! Otherwise it will be deleted.*** \ No newline at end of file +***Note: Make sure there are no personal files in the directory! Otherwise it will be deleted.***