From 7013443f1416fc6669e67960faf3bd5db9cf0b4c Mon Sep 17 00:00:00 2001 From: 3urobeat <35304405+3urobeat@users.noreply.github.com> Date: Wed, 1 May 2024 13:58:45 +0200 Subject: [PATCH] feat: Add !add alias to !addfriend command --- src/commands/core/friend.js | 4 ++-- src/data/fileStructure.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/commands/core/friend.js b/src/commands/core/friend.js index e389d450..1c9962a8 100644 --- a/src/commands/core/friend.js +++ b/src/commands/core/friend.js @@ -4,7 +4,7 @@ * Created Date: 2021-07-09 16:26:00 * Author: 3urobeat * - * Last Modified: 2024-03-08 18:24:40 + * Last Modified: 2024-05-01 13:54:40 * Modified By: 3urobeat * * Copyright (c) 2021 - 2024 3urobeat @@ -21,7 +21,7 @@ const CommandHandler = require("../commandHandler.js"); // eslint-disable-line module.exports.addFriend = { - names: ["addfriend"], + names: ["addfriend", "add"], description: "Adds the ID with all bot accounts. Requires unlimited accounts!", args: [ { diff --git a/src/data/fileStructure.json b/src/data/fileStructure.json index 2dfbaaed..62c35022 100644 --- a/src/data/fileStructure.json +++ b/src/data/fileStructure.json @@ -408,7 +408,7 @@ { "path": "src/commands/core/friend.js", "url": "https://raw.githubusercontent.com/3urobeat/steam-comment-service-bot/beta-testing/src/commands/core/friend.js", - "checksum": "26800bddf4e1c79331dca96c43e38fea" + "checksum": "449892dc37e25ac64e3ef97e4925d63f" }, { "path": "src/commands/core/general.js",