Skip to content

Commit

Permalink
feat: Add !add alias to !addfriend command
Browse files Browse the repository at this point in the history
  • Loading branch information
3urobeat committed May 1, 2024
1 parent 0710937 commit 7013443
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions src/commands/core/friend.js
Original file line number Diff line number Diff line change
Expand Up @@ -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 <https://github.com/3urobeat>
Expand All @@ -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: [
{
Expand Down
2 changes: 1 addition & 1 deletion src/data/fileStructure.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 7013443

Please sign in to comment.