more shit
i should mention im doing live tests before upload, and this is pre-maintenance, anything worth noting will be written in comments Signed-off-by: deepCurse <leverplays@gmail.com>
This commit is contained in:
parent
573443e4b4
commit
1380bc2a22
24 changed files with 663 additions and 288 deletions
|
@ -1,6 +1,8 @@
|
|||
package pkg.deepCurse.nopalmo.global;
|
||||
|
||||
import net.dv8tion.jda.api.entities.MessageChannel;
|
||||
import net.dv8tion.jda.api.entities.TextChannel;
|
||||
import pkg.deepCurse.nopalmo.command.DirectCommand;
|
||||
import pkg.deepCurse.nopalmo.command.GuildCommand;
|
||||
|
||||
public class Tools {
|
||||
|
@ -9,4 +11,8 @@ public class Tools {
|
|||
tc.sendMessage("Wrong Command Usage!\n" + c.getUsage()).queue();
|
||||
}
|
||||
|
||||
public static void wrongUsage(MessageChannel tc, DirectCommand c) {
|
||||
tc.sendMessage("Wrong Command Usage!\n" + c.getUsage()).queue();
|
||||
}
|
||||
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue