99 |
subcommand |
subcommand |
100 |
.setName('view') |
.setName('view') |
101 |
.setDescription('Get information/stats about a ballot') |
.setDescription('Get information/stats about a ballot') |
102 |
.addIntegerOption(option => option.setName('id').setDescription('The ballot ID'))), |
.addStringOption(option => option.setName('id').setDescription('The ballot ID'))), |
103 |
|
|
104 |
new SlashCommandBuilder().setName('embed').setDescription('Make an embed') |
new SlashCommandBuilder().setName('embed').setDescription('Make an embed') |
105 |
.addSubcommand(subcmd => |
.addSubcommand(subcmd => |