Replaced some discord references with forums

This commit is contained in:
Dan Ginovker 2022-12-17 11:13:57 +00:00 committed by Ryan
parent 89bcf30746
commit 2fa08e38c6
3 changed files with 3 additions and 3 deletions

View file

@ -361,7 +361,7 @@
"Guthiiiiiiiiiiiiiiiiiiiiiiiiiiiiiixxx!!!!!!", "Guthiiiiiiiiiiiiiiiiiiiiiiiiiiiiiixxx!!!!!!",
"530 gang for life", "530 gang for life",
"@name, have you read the rules?", "@name, have you read the rules?",
"@name, have you checked out the Discord?", "@name, have you checked out the forums?",
"why are the leprechauns moving?", "why are the leprechauns moving?",
"I am beyond the point of no return!", "I am beyond the point of no return!",
"Nothin' personnel, kid.", "Nothin' personnel, kid.",

View file

@ -250,7 +250,7 @@ public class FishbowlPlugin extends OptionHandler {
Item fish = RandomFunction.rollWeightedChanceTable(fishChance); Item fish = RandomFunction.rollWeightedChanceTable(fishChance);
player.getInventory().add(fish); player.getInventory().add(fish);
String msg = "[ REPORT BUG ON DISCORD ]"; String msg = "[ REPORT BUG ON GITLAB ]";
switch(fish.getId()) { switch(fish.getId()) {
case FISHBOWL_BLUE: case FISHBOWL_BLUE:
msg = "Bluefish"; msg = "Bluefish";

View file

@ -24,7 +24,7 @@ object RulesAndInfo {
) )
val SEPARATOR = "<str> </str>" val SEPARATOR = "<str> </str>"
val INFO = arrayOf( val INFO = arrayOf(
"<col=6bcdfa>To join our Discord, type ::discord</col>" "<col=6bcdfa>Join the forums! forum.2009scape.org </col>"
) )
@JvmStatic @JvmStatic