mirror of https://github.com/sgoudham/Enso-Bot.git
Rename Enso to EnsoBot
parent
e78f080e18
commit
64610061c0
@ -1,5 +1,5 @@
|
|||||||
package me.goudham.bot;
|
package me.goudham.bot;
|
||||||
|
|
||||||
public interface Bot {
|
public interface Bot {
|
||||||
void startup();
|
void startup() throws InterruptedException;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue