- Joined
- May 27, 2016
- Messages
- 745
- Thread Author
- #1
hi i hope this is correct so i can then move on and add a manifest
Code:
package com.chris121.bots.testbot;
/**
* Created by Chris on 14/02/2017.
*/
public class testbot extends LoopingBot{
}
@override
public void onstart )string... args) {
System.out.printlin("This is a bot and it sucks");
}