Replaced some discord references with forums
This commit is contained in:
@@ -250,7 +250,7 @@ public class FishbowlPlugin extends OptionHandler {
|
||||
|
||||
Item fish = RandomFunction.rollWeightedChanceTable(fishChance);
|
||||
player.getInventory().add(fish);
|
||||
String msg = "[ REPORT BUG ON DISCORD ]";
|
||||
String msg = "[ REPORT BUG ON GITLAB ]";
|
||||
switch(fish.getId()) {
|
||||
case FISHBOWL_BLUE:
|
||||
msg = "Bluefish";
|
||||
|
||||
@@ -24,7 +24,7 @@ object RulesAndInfo {
|
||||
)
|
||||
val SEPARATOR = "<str> </str>"
|
||||
val INFO = arrayOf(
|
||||
"<col=6bcdfa>To join our Discord, type ::discord</col>"
|
||||
"<col=6bcdfa>Join the forums! forum.2009scape.org </col>"
|
||||
)
|
||||
|
||||
@JvmStatic
|
||||
|
||||
Reference in New Issue
Block a user