Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
lxRbckl committed Jun 9, 2024
1 parent 8b46392 commit 773134a
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion source/commands/decrypt.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ class decrypt extends encrypt {

type : 1,
name : 'decrypt',
description : 'description',
description : 'fetch existing content',
options : [

{
Expand Down
2 changes: 1 addition & 1 deletion source/commands/encrypt.js
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ class encrypt {

type : 1,
name : 'encrypt',
description : 'description',
description : 'create new content to store',
options : [

{
Expand Down
2 changes: 1 addition & 1 deletion source/commands/remove.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ class remove extends share {

type : 1,
name : 'remove',
description : 'description',
description : 'remove content permanently',
options : [

{
Expand Down
2 changes: 1 addition & 1 deletion source/commands/share.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ class share {

type : 1,
name : 'share',
description : 'description',
description : 'share content with other server users',
options : [

{
Expand Down
2 changes: 1 addition & 1 deletion source/commands/show.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ class show {

type : 1,
name : 'show',
description : 'description'
description : 'show titles of all content, alphabetically'

}

Expand Down
2 changes: 1 addition & 1 deletion source/commands/update.js
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ class update extends share {

type : 1,
name : 'update',
description : 'description',
description : 'update existing content',
options : [

{
Expand Down

0 comments on commit 773134a

Please sign in to comment.