remove
This commit is contained in:
parent
d8ac08d660
commit
52fb317722
@ -1,6 +1,7 @@
|
|||||||
|
|
||||||
public class ManualBot extends Bot{
|
public class ManualBot extends Bot{
|
||||||
public static void main(String[] args) {
|
public static void main(String[] args) {
|
||||||
|
|
||||||
Bot manualBot = new ManualBot(args);
|
Bot manualBot = new ManualBot(args);
|
||||||
manualBot.run();
|
manualBot.run();
|
||||||
}
|
}
|
||||||
@ -9,6 +10,7 @@ public class ManualBot extends Bot{
|
|||||||
}
|
}
|
||||||
|
|
||||||
public void run(){
|
public void run(){
|
||||||
|
helloWorld
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user