not-ilinked / Anarchy

The superior Discord API wrapper
https://anarchyteam.dev
207 stars 46 forks source link

is this project ded? #3332

Closed cabiste-dev closed 2 years ago

cabiste-dev commented 2 years ago

the last commit was on the 30th of july almost a month and a half from now and the main developer doesn't seem active on github since then so is the project done for or is are you just taking a long break

verticalsync commented 2 years ago

the last commit was on the 30th of july almost a month and a half from now and the main developer doesn't seem active on github since then so is the project done for or is are you just taking a long break

afaik, he doesn't work on this anymore but he accepts any contribution pull requests, which usually happen if something breaks and in some cases also is a feature update

cabiste-dev commented 2 years ago

yeah I was asking because the SendMessage is broken, tried it multiple times with different ways and it didn't work, i even tried using the other nuget released by a contributor and that as well didn't work

andreas-henning commented 2 years ago

I'm using SendMessageAsync, which is wrapped by SendMessage. I'm not having any issues.

The other nuget release you used is probably mine. I'll update it, but probably wouldn't change whatever issue you're having.

cabiste-dev commented 2 years ago

yeah it's yours, can you also provide a template for the appsettings.json?

andreas-henning commented 2 years ago

yeah it's yours, can you also provide a template for the appsettings.json?

What settings file to you mean? The appsettings.json for the Anarchy.Tests project? The template for that already exists. I can't provide a fully functional appsettings file because it would then have to contain the login credentials for a discord account.

Multiple Anarchy users logging into discord using the same discord account would quickly get the account flagged. Discord would then ask to set a new password, thereby making the contents of the appsettings.json file useless.

Anarchy, being a library, doesn't have/need a settings file.

cabiste-dev commented 2 years ago

Anarchy, being a library, doesn't have/need a settings file.

oh ok, because i tried building it the other day and i got an error for missing values so i thought maybe i need a settings file

andreas-henning commented 2 years ago

Okay. No idea what that could be. Too vague to ring a bell IMHO.