@@ -22,32 +22,42 @@ module.exports = {
22
22
const categories = {
23
23
general : [
24
24
{ 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" } ,
25
27
{ name : "github" , description : "Get the GitHub profile and repository of the bot" } ,
26
28
{ name : "help" , description : "Shows this help message" } ,
27
29
{ name : "membercount" , description : "Get the member count of a server" } ,
28
30
{ name : "ping" , description : "Check the bot's and API latency" } ,
29
31
{ name : "roles" , description : "Displays a list of all roles in the server" } ,
30
32
{ name : "serverinfo" , description : "Displays information about the current server" } ,
33
+ { name : "staff-leave" , description : "Submit a staff leave request" } ,
31
34
{ name : "uptime" , description : "Get the bot's current uptime" } ,
35
+ { name : "vouch" , description : "Submit a vouch for someone you've helped" } ,
32
36
{ name : "weao" , description : "Get the list of Roblox Windows Exploits" } ,
33
37
{ name : "whois" , description : "Get information about a user" } ,
34
38
{ name : "windows" , description : "Get the list of Roblox Windows Versions" } ,
35
39
] ,
36
40
moderation : [
37
41
{ name : "ban" , description : "Ban a member from the server" } ,
38
42
{ 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" } ,
39
44
{ 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)" } ,
40
47
{ name : "purge" , description : "Delete messages in the channel" } ,
41
48
{ name : "set-logs" , description : "Set the channel where moderation logs will be sent" } ,
42
49
{ name : "slowmode" , description : "Set a slowmode for a channel" } ,
43
50
{ name : "timeout" , description : "Timeout a user" } ,
44
51
{ name : "toggle-role" , description : "Toggle a server role for a user by their User ID" } ,
45
52
{ 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" } ,
46
54
{ name : "untimeout" , description : "UnTimeout a user" } ,
55
+ { name : "warn" , description : "Warn a user for inappropriate behavior" } ,
47
56
] ,
48
57
fun : [
49
58
{ name : "rps" , description : "Play Rock Paper Scissors" } ,
50
59
{ name : "roblox-username" , description : "Get detailed information about a Roblox user by their username" } ,
60
+ { name : "generatekey" , description : "Generates a key" } ,
51
61
] ,
52
62
} ;
53
63
0 commit comments