trying to handle music
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
module.exports = {
|
||||
name: 'test_button_1',
|
||||
description: 'a test button',
|
||||
execute(interaction){
|
||||
interaction.reply({
|
||||
content: 'Success'
|
||||
})
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user