change knigth to the goons in the boss list
All checks were successful
Build and push / changes (push) Successful in 4s
Build and push / Lint-Python (push) Successful in 3s
Build and push / Build-and-Push-Docker (push) Successful in 3m24s
Build and push / sync-argocd-app (push) Successful in 3s
Build and push / post-status-to-discord (push) Successful in 2s

This commit is contained in:
Luke Robles 2025-03-31 14:32:43 -07:00
parent 9971ad2c6c
commit a55aefd94e

View File

@ -70,6 +70,9 @@ class Tarkov(commands.Cog):
""" """
bosses = tarkov.request_wiki("Bosses", "Bosses") bosses = tarkov.request_wiki("Bosses", "Bosses")
for boss in bosses:
if boss == "Knight":
bosses[bosses.index(boss)] = "The Goons"
return bosses return bosses
@tarkov.command( @tarkov.command(