Anon
Anon
This should do the job: ```csharp public static string getColorName(int[] myColor) { Dictionary colors = new Dictionary(); colors.Add("red", new int[]{255,0,0}); colors.Add("yellow", new int[]{255,255,0}); colors.Add("green", new int[]{0,255,0}); colors.Add("cyan", new int[]{0,255,255}); colors.Add("blue",...
@breadbyte Is it fixed?
Since we're on .NET Core 6, you could use https://github.com/discord-net/Discord.Net Seems like a nice library, tho everything would have to be in a `Task.Run`.
You need to compile: https://github.com/ReinforceZwei/websocket-server https://github.com/ReinforceZwei/simple-discord-api And then you will have DLL files.
Note that this is not a merged feature yet, just a proposal. And most likely it is going to be replaces with a library from NuGet. In order to compile...
Fixed in the latest docker update.
It's most likely their anti cheat detecting a bot movement, we can't do much about it.
Confirmed that Hypixel now bans MCC users. nothing that we can do about it.
> I currently am unable to build the image. > > ``` > docker build -t mccpr2112 . > Sending build context to Docker daemon 6.656kB > Step 1/4 :...
> That allows to build without buildkit but the container exits instantly anyway. > > But (after installing the dependencies) I can confirm, that the start-latest.sh works locally. Can you...