Skip to content
This repository was archived by the owner on Sep 20, 2020. It is now read-only.
This repository was archived by the owner on Sep 20, 2020. It is now read-only.

General issues and questions? #2

@bountythebeast

Description

@bountythebeast

Hello!
Sorry to revive a seemingly inactive github, just curious if you had any plans to update this moving forward? It would seem a lot of the commands get hung in some variety of ways, and this is the only c# discord API repository I could find.

Namely if its important that i've tested:
ServerUtil srvU = client.GetServerUsage(srv.Attributes.Identifer);
Console.WriteLine(srvU.Attributes.Memory.Current + "MB Usage");

if (client.SendSignal(srv.Attributes.Identifier, PowerSettings.start))
Console.WriteLine("Signal Sent!");
else
Console.WriteLine("Failed to send!");

if (client.PostCMDCommand(srv.Attributes.Identifier, "say Hello!"))
Console.WriteLine("Command Sent!");
else
Console.WriteLine("Command failed to send!");

On a side note, I just wanted to say thank you for the work you put into this. I don't have a strong enough grasp on Json or using Json code inside of C# to be able to have done this myself.

Best regards,
No1's Perfect

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions