This commit is contained in:
deepCurse 2021-12-02 10:54:11 -04:00
parent 4e055e5542
commit 10a19138d0
No known key found for this signature in database
GPG key ID: EEBCBB60C9DFC782

View file

@ -18,7 +18,7 @@ public class Ping extends GuildCommand {
TextChannel channel = event.getChannel();
// channel.sendMessage("You are: " + blob.getUserID()).queue();
channel.sendMessage("You are: " + blob.getUserID()).queue();
if (blob.getArgs().size() == 0) {
// new Main();