Skip to content

Commit

Permalink
Prepare new profile command
Browse files Browse the repository at this point in the history
  • Loading branch information
gideontong committed Dec 15, 2020
1 parent 13dd891 commit 2aa202c
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 2 deletions.
2 changes: 2 additions & 0 deletions commands/profile.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
module.exports = async (client, msg, args) => {
}
6 changes: 6 additions & 0 deletions config/commands.json
Original file line number Diff line number Diff line change
Expand Up @@ -240,6 +240,12 @@
"emote"
]
},
{
"name": "About Me",
"command": "profile",
"description": "See your information and rank on Amy!",
"alias": []
},
{
"name": "QR Code",
"command": "qr",
Expand Down
3 changes: 2 additions & 1 deletion config/permissions.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,8 @@
"achievement",
"achievements",
"sudo",
"poll"
"poll",
"profile"
]
},
"users": {
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "amy",
"version": "3.1.21",
"version": "3.1.22",
"description": "Your personal assisstant, reimagined",
"author": "Gideon Tong <gideon@gideontong.com>",
"main": "index.js",
Expand Down

0 comments on commit 2aa202c

Please sign in to comment.