trying to handle music
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
module.exports = {
|
||||
name: 'ping',
|
||||
description: 'returns pong!',
|
||||
aliases: [''],
|
||||
async execute(message, args) {
|
||||
message.reply('pong!')
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user