final commit for tonight aaaaaaaaaaaaaaaaaaaaa
This commit is contained in:
parent
5bedad9a0f
commit
92842e12bf
10 changed files with 334 additions and 45 deletions
|
@ -1,5 +1,12 @@
|
|||
package pkg.deepCurse.nopalmo.global;
|
||||
|
||||
import net.dv8tion.jda.api.entities.TextChannel;
|
||||
import pkg.deepCurse.nopalmo.command.GuildCommand;
|
||||
|
||||
public class Tools {
|
||||
|
||||
public static void wrongUsage(TextChannel tc, GuildCommand c) {
|
||||
tc.sendMessage("Wrong Command Usage!\n" + c.getCommandName()).queue();
|
||||
}
|
||||
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue