= Fixed 'send immediate'

This commit is contained in:
Matthew Cech
2019-05-05 16:34:32 -07:00
parent 40d4812e2a
commit 55411cfe14
3 changed files with 11 additions and 4 deletions
+1 -1
View File
@@ -61,7 +61,7 @@ public class Response
}
else
{
event.getChannel().sendMessage(toRespondWith);
event.getChannel().sendMessage(toRespondWith).complete();
}
}