남우성

Improve convenience

......@@ -10,7 +10,11 @@ module.exports ={
.addStringOption((option) =>
option.setName('레이드')
.setDescription('군단장 레이드 이름')
.setRequired(true)),
.setRequired(true)
.addChoices({ name: "발탄", value: "발탄"})
.addChoices({ name: "비아키스", value: "비아키스"})
.addChoices({ name: "쿠크세이튼", value: "쿠크세이튼"})
.addChoices({ name: "아브렐슈드", value: "아브렐슈드"})),
async execute(interaction){
const rade_name = interaction.options.getString('레이드');
......