Saki with typing
This commit is contained in:
parent
94881f5561
commit
1bb17c0881
Binary file not shown.
@ -1,6 +1,7 @@
|
||||
package sig;
|
||||
|
||||
import java.util.TimerTask;
|
||||
import java.util.concurrent.TimeUnit;
|
||||
|
||||
import net.dv8tion.jda.api.JDA;
|
||||
|
||||
@ -17,8 +18,9 @@ public class Check extends TimerTask{
|
||||
public void run() {
|
||||
if (!dead&&System.currentTimeMillis()-lastChannelMessage>=10800000) {
|
||||
dead=true;
|
||||
bot.getTextChannelById(772923108997857291l).sendTyping().queue();
|
||||
bot.getTextChannelById(772923108997857291l).sendMessage("<:sakiDead1:799650259487293440><:sakiDead2:799650259746947083>")
|
||||
.queue();
|
||||
.queueAfter(1500,TimeUnit.MILLISECONDS);
|
||||
/*bot.getTextChannelById(744692511703826462l).sendMessage("<:sakiPls:820748397031718923><:sakiPls:820748397031718923>")
|
||||
.queue();*/
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user