Alright so in the path
com.webmets.remindbot
The Listener.class file at line 154
needs to be s = s.replaceAll("\n", "$~"); so that new lines in the txt file must be replaced with the arbitrary $~ symbol. The way it is now, I can't have a http:// youtube link with the slashes representing a \n.
I've asked the original dev who's discord is Webmets#6507 and even offering a ridiculous $10 fix to this bot I commissioned him to do a while ago, but to this day after weeks of asking he hasn't done anything. I find him to be incompetent and annoying for promising to fix it for free and all but he hasn't done anything.
I simply need a fix to this, and if anyone is arguing about src code and such, for fucks sake, Im not trying to make money off of this bot its for my server to remind users of it and I'd rather pay someone generous enough to decompile and change this one line for me $5-10 then get an entirely new bot for fucking $25-30.
Here's my discord:
zDrakon
#4392
Link to download the jar file I need changed: http://www.mediafire.com/file/py6yd7lw4plqh8f/RemindBot.jar
com.webmets.remindbot
The Listener.class file at line 154
Code:
s = s.replaceAll("\n", "/");
needs to be s = s.replaceAll("\n", "$~"); so that new lines in the txt file must be replaced with the arbitrary $~ symbol. The way it is now, I can't have a http:// youtube link with the slashes representing a \n.
I've asked the original dev who's discord is Webmets#6507 and even offering a ridiculous $10 fix to this bot I commissioned him to do a while ago, but to this day after weeks of asking he hasn't done anything. I find him to be incompetent and annoying for promising to fix it for free and all but he hasn't done anything.
I simply need a fix to this, and if anyone is arguing about src code and such, for fucks sake, Im not trying to make money off of this bot its for my server to remind users of it and I'd rather pay someone generous enough to decompile and change this one line for me $5-10 then get an entirely new bot for fucking $25-30.
Here's my discord:
Link to download the jar file I need changed: http://www.mediafire.com/file/py6yd7lw4plqh8f/RemindBot.jar
Last edited:
