Skip to content

Commit 29d0a35

Browse files
authored
Updated help.js
1 parent 36a1b6d commit 29d0a35

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

src/commands/misc/help.js

+10
Original file line numberDiff line numberDiff line change
@@ -22,32 +22,42 @@ module.exports = {
2222
const categories = {
2323
general: [
2424
{ name: "avatar", description: "Get the avatar of a user" },
25+
{ name: "faq", description: "Get frequently asked questions and answers on Submarine Services" },
26+
{ name: "getkey", description: "Get special information on Submarine Services" },
2527
{ name: "github", description: "Get the GitHub profile and repository of the bot" },
2628
{ name: "help", description: "Shows this help message" },
2729
{ name: "membercount", description: "Get the member count of a server" },
2830
{ name: "ping", description: "Check the bot's and API latency" },
2931
{ name: "roles", description: "Displays a list of all roles in the server" },
3032
{ name: "serverinfo", description: "Displays information about the current server" },
33+
{ name: "staff-leave", description: "Submit a staff leave request" },
3134
{ name: "uptime", description: "Get the bot's current uptime" },
35+
{ name: "vouch", description: "Submit a vouch for someone you've helped" },
3236
{ name: "weao", description: "Get the list of Roblox Windows Exploits" },
3337
{ name: "whois", description: "Get information about a user" },
3438
{ name: "windows", description: "Get the list of Roblox Windows Versions" },
3539
],
3640
moderation: [
3741
{ name: "ban", description: "Ban a member from the server" },
3842
{ name: "kick", description: "Kick a member from the server" },
43+
{ name: "lock", description: "Locks a channel by denying send message permissions for a specific role" },
3944
{ name: "moderate-nickname", description: "Moderates a person's username using their User ID" },
45+
{ name: "modlogs", description: "View moderation history of a user" },
46+
{ name: "nuke", description: "Nukes a channel (deletes & recreates it with the same settings)" },
4047
{ name: "purge", description: "Delete messages in the channel" },
4148
{ name: "set-logs", description: "Set the channel where moderation logs will be sent" },
4249
{ name: "slowmode", description: "Set a slowmode for a channel" },
4350
{ name: "timeout", description: "Timeout a user" },
4451
{ name: "toggle-role", description: "Toggle a server role for a user by their User ID" },
4552
{ name: "unban", description: "Unban a member from the server" },
53+
{ name: "unlock", description: "Unlocks a channel by restoring send message permissions for a specific role" },
4654
{ name: "untimeout", description: "UnTimeout a user" },
55+
{ name: "warn", description: "Warn a user for inappropriate behavior" },
4756
],
4857
fun: [
4958
{ name: "rps", description: "Play Rock Paper Scissors" },
5059
{ name: "roblox-username", description: "Get detailed information about a Roblox user by their username" },
60+
{ name: "generatekey", description: "Generates a key" },
5161
],
5262
};
5363

0 commit comments

Comments
 (0)