Skip to content

Commit

Permalink
remove useless comment
Browse files Browse the repository at this point in the history
  • Loading branch information
xiaoxiao921 committed Sep 1, 2021
1 parent 8e9aa22 commit 278dec6
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion CHEF/Components/Commands/GiveRole.cs
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,6 @@ public override SlashCommandBuilder Builder
.AddChoice("nsfw", "nsfw")
.AddChoice("mod tester", "guinea pig / mod tester")
.WithType(ApplicationCommandOptionType.String));
//.AddOption("guinea pig / mod tester", ApplicationCommandOptionType.Role, "mod tester role", required: true);
}

return _builder;
Expand Down

0 comments on commit 278dec6

Please sign in to comment.