Skip to content
This repository was archived by the owner on Dec 22, 2024. It is now read-only.

Commit c95288b

Browse files
committed
Changed command description
1 parent 90ca41d commit c95288b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

commands/submissionsreview/role.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ const logsChannelId = process.env.logsChannelId;
88
module.exports = {
99
data: new SlashCommandBuilder()
1010
.setName('role')
11-
.setDescription('Manage the Model Maker role')
11+
.setDescription('Manage special roles')
1212
.addStringOption(option =>
1313
option.setName('action')
1414
.setDescription('Give or remove the role')

0 commit comments

Comments
 (0)