Changed the return type of SimpleAutoResponder#setPrefix
This commit is contained in:
parent
a7f81e8dd2
commit
51e7a429cb
@ -123,8 +123,9 @@ public class SimpleAutoResponder {
|
|||||||
*
|
*
|
||||||
* @param prefix The new command prefix
|
* @param prefix The new command prefix
|
||||||
*/
|
*/
|
||||||
public void setPrefix(String prefix) {
|
public SimpleAutoResponder setPrefix(String prefix) {
|
||||||
this.prefix = prefix;
|
this.prefix = prefix;
|
||||||
|
return this;
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
Reference in New Issue
Block a user