From 773134a75a73164771942d61193b35703beee50c Mon Sep 17 00:00:00 2001 From: lxRbckl Date: Sun, 9 Jun 2024 00:31:36 -0500 Subject: [PATCH] Update --- source/commands/decrypt.js | 2 +- source/commands/encrypt.js | 2 +- source/commands/remove.js | 2 +- source/commands/share.js | 2 +- source/commands/show.js | 2 +- source/commands/update.js | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/source/commands/decrypt.js b/source/commands/decrypt.js index 3c70171..916d1e6 100644 --- a/source/commands/decrypt.js +++ b/source/commands/decrypt.js @@ -21,7 +21,7 @@ class decrypt extends encrypt { type : 1, name : 'decrypt', - description : 'description', + description : 'fetch existing content', options : [ { diff --git a/source/commands/encrypt.js b/source/commands/encrypt.js index 90467c1..6083468 100644 --- a/source/commands/encrypt.js +++ b/source/commands/encrypt.js @@ -29,7 +29,7 @@ class encrypt { type : 1, name : 'encrypt', - description : 'description', + description : 'create new content to store', options : [ { diff --git a/source/commands/remove.js b/source/commands/remove.js index 52ed9d2..0c18eeb 100644 --- a/source/commands/remove.js +++ b/source/commands/remove.js @@ -22,7 +22,7 @@ class remove extends share { type : 1, name : 'remove', - description : 'description', + description : 'remove content permanently', options : [ { diff --git a/source/commands/share.js b/source/commands/share.js index 0b217e2..2b51dd6 100644 --- a/source/commands/share.js +++ b/source/commands/share.js @@ -22,7 +22,7 @@ class share { type : 1, name : 'share', - description : 'description', + description : 'share content with other server users', options : [ { diff --git a/source/commands/show.js b/source/commands/show.js index b20b4f7..7c0b1f7 100644 --- a/source/commands/show.js +++ b/source/commands/show.js @@ -9,7 +9,7 @@ class show { type : 1, name : 'show', - description : 'description' + description : 'show titles of all content, alphabetically' } diff --git a/source/commands/update.js b/source/commands/update.js index f9670fc..626f65c 100644 --- a/source/commands/update.js +++ b/source/commands/update.js @@ -24,7 +24,7 @@ class update extends share { type : 1, name : 'update', - description : 'description', + description : 'update existing content', options : [ {