We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 46ab9f3 commit f7d8a9aCopy full SHA for f7d8a9a
src/interactions/selectMenus/test.js
@@ -0,0 +1,6 @@
1
+export default {
2
+ id: 'test',
3
+ async execute(client, interaction) {
4
+ interaction.reply('Hello World!');
5
+ }
6
+};
src/interactions/userSelectMenus/test.js
0 commit comments