mirror of
https://github.com/ION606/selmerBot.git
synced 2026-05-14 21:26:54 +00:00
Chenged the command get format (removed the switch statement) and added the react command
This commit is contained in:
@@ -12,8 +12,8 @@ const player = createAudioPlayer();
|
||||
|
||||
|
||||
module.exports = {
|
||||
name: "playaudio",
|
||||
async execute(message, args, bot) {
|
||||
name: "audio",
|
||||
async execute(message, args, Discord, Client, bot) {
|
||||
// message.channel.send("This command has not been set up yet\nSorry!");
|
||||
// return;
|
||||
if (args[0] == "play") {
|
||||
|
||||
Reference in New Issue
Block a user