ERROR: LoadError: UndefVarError: `HTTP` not defined in `Accord.Diagnoser`
Suggestion: check for spelling errors or missing imports.
Hint: HTTP is loaded but not imported in the active module Main.
Stacktrace:
 [1] diagnose(e::HTTP.Exceptions.StatusError, stack::Vector{Union{Ptr{Nothing}, Base.InterpreterIP}})
   @ Accord.Diagnoser ~/git/Accord.jl/src/diagnostics/Diagnoser.jl:146
 [2] report(e::HTTP.Exceptions.StatusError, catch_stack::Vector{Union{Ptr{Nothing}, Base.InterpreterIP}})
   @ Accord.Diagnoser ~/git/Accord.jl/src/diagnostics/Diagnoser.jl:94
 [3] run_chaos(test_case::String)
   @ Main ~/git/Accord.jl/examples/chaos_bot.jl:55
 [4] top-level scope
   @ ~/git/Accord.jl/examples/chaos_bot.jl:64
 [5] include(mod::Module, _path::String)
   @ Base ./Base.jl:306
 [6] exec_options(opts::Base.JLOptions)
   @ Base ./client.jl:317
 [7] _start()
   @ Base ./client.jl:550
in expression starting at /home/micelio/git/Accord.jl/examples/chaos_bot.jl:59

caused by: HTTP.Exceptions.StatusError(404, "GET", "/channels/123", HTTP.Messages.Response:
"""
HTTP/1.1 404 Not Found

{"code": 10003, "message": "Unknown Channel"}""")
Stacktrace:
 [1] run_chaos(test_case::String)
   @ Main ~/git/Accord.jl/examples/chaos_bot.jl:47
 [2] top-level scope
   @ ~/git/Accord.jl/examples/chaos_bot.jl:64
 [3] include(mod::Module, _path::String)
   @ Base ./Base.jl:306
 [4] exec_options(opts::Base.JLOptions)
   @ Base ./client.jl:317
 [5] _start()
   @ Base ./client.jl:550
🔥 RUNNING CHAOS TEST: unknown_channel 🔥

