Thanks for the detailed instructions Willie!!
I’m sure it will help out some people who are unfamiliar with C#. The dockerfile has also now been included so hopefully, it can be a quicker setup, but I personally think it is more fun to see what the code is up to ![]()
Just one thing I want to point out. Though it is technically fine for you to add a random token(Guid) to the bot. We would prefer that you generate the GUID elsewhere maybe using a tool like : Free Online GUID Generator and then inject the token via an environment variable.
The reasoning for this is that; for the tournaments to run, we run your bots and inject the tokens using the environment variables. So the bot would be unable to run in a tournament if you generated your token internally.
Sorry, it’s been an issue that you’ve experienced for so long. I hope this clears things up! We will add something to the readme to help other players get started as well ![]()