initialize self role command
This commit is contained in:
parent
3f1495cd07
commit
617edfd0a2
9
commands/admin/self_roles.js
Normal file
9
commands/admin/self_roles.js
Normal file
@ -0,0 +1,9 @@
|
|||||||
|
import { SlashCommandBuilder } from 'discord.js';
|
||||||
|
|
||||||
|
export const data = new SlashCommandBuilder()
|
||||||
|
.setName('self_roles')
|
||||||
|
.setDescription('Manages reactions for self roles.');
|
||||||
|
export async function execute(interaction) {
|
||||||
|
await interaction
|
||||||
|
.reply('Unimplemented!');
|
||||||
|
}
|
Loading…
Reference in New Issue
Block a user