Skip to content

Commit 932ed31

Browse files
committed
Update help.js
1 parent f17e4c5 commit 932ed31

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

commands/help.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,8 @@ module.exports = {
1515
.addField("listfaq", "List all FAQ entries", true)
1616
.addField("ping", "Shows Ping", true)
1717
.addField("deletefaq", "Deletes a FAQ entry", true)
18+
.addField("Serverinfo", "Lists info about server", true)
19+
.addField("Userinfo", "Shows info about a user", true)
1820
.setFooter(
1921
"Requested by " + message.author.username,
2022
message.author.displayAvatarURL({ format: "gif", dynamic: "true"})

0 commit comments

Comments
 (0)