This commit is contained in:
Luke Robles 2023-10-13 10:26:57 -07:00
parent b990be298f
commit 8e9348fb24

View File

@ -235,7 +235,8 @@ class StarCitizen(commands.Cog):
latest_incident.find_next("div", class_="issue no-underline")
.get("onclick")
.split("=")[-1]
.replace("\\", "").replace("'", "")
.replace("\\", "")
.replace("'", "")
)
details = latest_incident.findNext("span", {"class": "issue__content"}).text