Hokkaydo / EPLBot

EPLBot sources repository
https://discord.gg/9wKTDtPbvm
GNU General Public License v3.0
7 stars 6 forks source link

adding spoiler + execution time + better\n formatting #95

Closed emecdelam closed 3 hours ago

emecdelam commented 3 weeks ago

fixing recent issues :

87 : adding a spoiler parameter (boolean) to add || to the response and submitted code

90 : similarly requested to #87, the processing since is replaced by "Processing since :"

92 : fix for error when matching parentheses with \n, now fixed for every language using a better echo command when initializing the dockers echo -e "${1//\\/\\\\}" > {file}

image