Added local audio file playback
This commit is contained in:
@@ -1,9 +1,9 @@
|
||||
package com.fpghoti.biscuit.commands.base;
|
||||
|
||||
import com.fpghoti.biscuit.Main;
|
||||
import com.fpghoti.biscuit.biscuit.Biscuit;
|
||||
import com.fpghoti.biscuit.commands.BaseCommand;
|
||||
import com.fpghoti.biscuit.commands.CommandType;
|
||||
import com.fpghoti.biscuit.guild.BiscuitGuild;
|
||||
|
||||
import net.dv8tion.jda.api.events.message.MessageReceivedEvent;
|
||||
|
||||
@@ -15,9 +15,9 @@ public class CustomCommand extends BaseCommand {
|
||||
}
|
||||
|
||||
private String name;
|
||||
private Biscuit biscuit;
|
||||
private BiscuitGuild biscuit;
|
||||
|
||||
public CustomCommand(String name, Biscuit biscuit) {
|
||||
public CustomCommand(String name, BiscuitGuild biscuit) {
|
||||
this.name = name;
|
||||
this.biscuit = biscuit;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user