Skip to content

Commit

Permalink
Update help.js
Browse files Browse the repository at this point in the history
  • Loading branch information
BoredFishRE committed Nov 24, 2020
1 parent f17e4c5 commit 932ed31
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions commands/help.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@ module.exports = {
.addField("listfaq", "List all FAQ entries", true)
.addField("ping", "Shows Ping", true)
.addField("deletefaq", "Deletes a FAQ entry", true)
.addField("Serverinfo", "Lists info about server", true)
.addField("Userinfo", "Shows info about a user", true)
.setFooter(
"Requested by " + message.author.username,
message.author.displayAvatarURL({ format: "gif", dynamic: "true"})
Expand Down

0 comments on commit 932ed31

Please sign in to comment.