final commit for tonight aaaaaaaaaaaaaaaaaaaaa

This commit is contained in:
lever1209 2021-12-02 00:38:10 -04:00
commit 92842e12bf
10 changed files with 334 additions and 45 deletions

View file

@ -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();
}
}