Discord.Net-Anarchy 1.4.8

There is a newer version of this package available.
See the version list below for details.
dotnet add package Discord.Net-Anarchy --version 1.4.8
NuGet\Install-Package Discord.Net-Anarchy -Version 1.4.8
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Discord.Net-Anarchy" Version="1.4.8" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Discord.Net-Anarchy --version 1.4.8
#r "nuget: Discord.Net-Anarchy, 1.4.8"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install Discord.Net-Anarchy as a Cake Addin
#addin nuget:?package=Discord.Net-Anarchy&version=1.4.8

// Install Discord.Net-Anarchy as a Cake Tool
#tool nuget:?package=Discord.Net-Anarchy&version=1.4.8

This is basically Discord .Net but I added some more features (back) like user login, some stuff in Group and DM-Channels, etc. All the changes that i made are listed below

WHAT I CHANGED:

DiscordSocketClient.cs:244 → added validation to check if its a user or bot token DiscordSocketClient.cs:908 → data.Application is null for users

DiscordRestApiClient.cs:45 → add setter and Call SetBaseUrl() in there DiscordRestApiClient.cs:96 → Add User and webhook to option and just return token without anything else

IGuild.cs:796 → created CreateNewsChannelAsync method

TokenType.cs:23 → Added user token type

TokenUtils.cs:166 → removed error message of user token

SocketGuild.cs:642 → Made User nullable in GetBansAsync SocketGuild.cs:1503 → removed check if there are stickers in GetStickersAsync() SocketGuild.cs:843,1941 → Created CreateNewsChannelAsync() method (+ implementation of IGuild)

GuildHelper.cs:354 → Changed max of 5 to 20 in forum tags GuildHelper.cs:403 → created CreateNewsChannelAsync method

ChannelHelper.cs:400 → fixed user problem with upload (aka added isbot check)

ITextChannel.cs:11 → Added interface IWebhookChannel ITextChannel.cs:182 → Added GetArchivedThreadsAsync method

SocketTextChannel.cs:139 → Added GetArchivedThreadsAsync method SocketTextChannel.cs:146 → Added GetAllThreadChannels method which gets both active an archived thread channels SocketTextChannel.cs:406 → Implemented GetArchivedThreadsAsync method

RestTextChannel.cs:297 → Added GetArchivedThreadsAsync method RestTextChannel.cs:337 → Implemented GetArchivedThreadsAsync method

ThreadHelper.cs:99 → added GetArchivedThreads method

ForumHelper.cs:39 → added id so you can actually update tags without deleting them first ForumHelper.cs:106 → Changed max of 5 to 20 in forum tags

ForumTagProperties.cs:21 → Added id to the constructor

ForumTag.cs:53 → Added .Build() method for easier access

SocketCustomSticker.cs:50 → added override so i can actually have the fucking author of the shitty sticker

IGroupChannel.cs:19 → added IUser Owner and string GetIconUrl()

ISocketPrivateChannel.cs:12 → Added Users and CurrentUser

RestGroupChannel.cs:20 → renamed iconId to ownerId RestGroupChannel.cs:23 → Created public IconsId prop RestGroupChannel.cs:30 → Added Owner Property RestGroupChannel.cs:33 → fixed Users get RestGroupChannel.cs:44 → fixed Recipients get RestGroupChannel.cs:62 → fixed IconId RestGroupChannel.cs:64 → assigned ownerId field RestGroupChannel.cs:94 → Added GetIconUrl

SocketGroupChannel.cs:27 → renamed iconId to ownerId SocketGroupChannel.cs:30 → Created public IconsId prop SocketGroupChannel.cs:44 → Added Owner Property, redid Users Get and fixed Recipients Get SocketGroupChannel.cs:49 → fixed Users get SocketGroupChannel.cs:63 → fixed Recipients get SocketGroupChannel.cs:85 → fixed IconId SocketGroupChannel.cs:87 → assigned ownerId field SocketGroupChannel.cs:112 → Added GetIconUrl SocketGroupChannel.cs:346 → Added implementations of Users and CurrentUser

SocketDMChannel.cs:254 → Added implementations of Users and CurrentUser

RestGuild.cs:347 → Made User nullable in GetBansAsync RestGuild.cs:726,1404 → Created CreateNewsChannelAsync() method (+ implementation of IGuild)

RestGuildEvent.cs:109 → fixed GetCoverImageUrl() method

SocketGuildEvent.cs:120 → fixed GetCoverImageUrl() method

CDN.cs:220 → Fixed event url (removed guildid) + fixed nullreference exception

FileAttachment.cs:66 → added new constrcutor that instead of taking a stream takes a byte[] of data

SocketInteractionContext.cs:16,49,92 → Replaced DiscordSocketClient with BaseSocketClient

DiscordShardedClient.cs:296 → fixed null exception if sticker is from an unknown guild

IForumChannel.cs:10 → Added Interface IWebhookChannel IForumChannel.cs:244 → added GetArchivedThreadsAsync method

SocketForumChannel.cs:17 → added DebuggerDisplay attribute SocketForumChannel.cs:100 → made CategoryId nullable SocketForumChannel.cs:148 → Added GetArchivedThreadsAsync method SocketForumChannel.cs:167 → Added GetThreadChannels method which tries to get both active and archived threads from Discord SocketForumChannel.cs:195 → Implemented GetArchivedThreadsAsync method SocketForumChannel.cs:176 → added DebuggerDisplay and Clone SocketForumChannel.cs:234 → Added methods for webhooks from IWebhookChannel

RestForumChannel.cs:92 → made CategoryId nullable

SocketForumChannel.cs:208 → Added methods for webhooks from IWebhookChannel

RequestQueue.cs:74 → added a preemtive check if the canceltoken has been cancelled

DiscordRestApiClient.cs:30 → adjusted the sentRequestEvent params DiscordRestApiClient.cs:33 → added BeforeRequestSent event DiscordRestApiClient.cs:308 → fire the BeforeRequestSent event DiscordRestApiClient.cs:314 → adjusted the sentRequestEvent params

BaseDiscordClient.cs:28 → added before and after request sent events + a func to potentially await the request thats being sent BaseDiscordClient:68 → implemented BeforeSentRequest event BaseDiscordClient:74 → implemented AfterSentRequest event and fixed params

DiscordWebhookClient.cs:23 → added before and after request sent events + a func to potentially await the request thats being sent DiscordWebhookClient.cs:88 → implemented BeforeSentRequest event DiscordWebhookClient.cs:94 → implemented AfterSentRequest event and fixed params

DiscordShardedClient.cs:512 → added before and after request sent events (if the BeforeRequestSent func is set it will override the ones configured at the base idk if thats correct tho, if not pls text me and tell me how to solve that)

DiscordShardedClient.cs:580 → added global before and after request sent events for the sharded client to receive all of them from the shards

IWebhookChannel.cs → Added class + methods for webhook creation and to get webhooks and the whole fucking tail that comes with it (will be replaced with the D .net solution after the next major update)

InteractionModuleBase.cs:125 → Added RespondWithModalAsync method from PR 2564

Added the following pull requests: https://github.com/discord-net/Discord.Net/pull/2603 https://github.com/discord-net/Discord.Net/pull/2564

If you are the same as meand cant wait for discord .Net to finally make a new release, add them yourself and make a PR!

Thanks to Kyle: Subscribe method to get all events for a guild that may not fire events such as messages Usage: DiscordSocketClient client = new DiscordSocketClient(); await client.SubscribeToGuildEvents(guild-id);

Product Compatible and additional computed target framework versions.
.NET net5.0 is compatible.  net5.0-windows was computed.  net6.0 is compatible.  net6.0-android was computed.  net6.0-ios was computed.  net6.0-maccatalyst was computed.  net6.0-macos was computed.  net6.0-tvos was computed.  net6.0-windows was computed.  net7.0 was computed.  net7.0-android was computed.  net7.0-ios was computed.  net7.0-maccatalyst was computed.  net7.0-macos was computed.  net7.0-tvos was computed.  net7.0-windows was computed.  net8.0 was computed.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed. 
.NET Core netcoreapp2.0 was computed.  netcoreapp2.1 was computed.  netcoreapp2.2 was computed.  netcoreapp3.0 was computed.  netcoreapp3.1 was computed. 
.NET Standard netstandard2.0 is compatible.  netstandard2.1 is compatible. 
.NET Framework net461 is compatible.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 is compatible.  net481 was computed. 
MonoAndroid monoandroid was computed. 
MonoMac monomac was computed. 
MonoTouch monotouch was computed. 
Tizen tizen40 was computed.  tizen60 was computed. 
Xamarin.iOS xamarinios was computed. 
Xamarin.Mac xamarinmac was computed. 
Xamarin.TVOS xamarintvos was computed. 
Xamarin.WatchOS xamarinwatchos was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
1.7.2 167 2/23/2024
1.7.1 187 1/26/2024
1.7.0 424 11/20/2023
1.6.1 590 7/6/2023
1.6.0 479 7/6/2023
1.5.5 501 5/19/2023
1.5.4 509 4/28/2023
1.5.3 532 4/27/2023
1.5.2 492 4/26/2023
1.5.1 547 4/17/2023
1.5.0 576 4/3/2023
1.4.8 594 3/15/2023
1.4.7 612 3/9/2023
1.4.6 609 3/5/2023
1.4.5 588 3/5/2023
1.4.4 602 2/13/2023
1.4.3 667 1/12/2023
1.4.2 675 1/11/2023
1.4.1 638 1/11/2023
1.4.0 673 1/6/2023
1.3.3 829 10/27/2022
1.3.2 776 10/26/2022
1.3.1 788 10/25/2022
1.2.12 821 10/24/2022
1.2.11 823 10/19/2022
1.2.10 816 10/19/2022
1.2.9 875 8/9/2022
1.2.8 867 8/3/2022
1.2.7 884 7/29/2022
1.2.6 863 7/26/2022
1.2.5 867 7/25/2022
1.2.4 866 7/25/2022
1.2.3 862 7/20/2022
1.2.2 894 7/7/2022
1.2.1 920 6/23/2022
1.2.0 829 6/23/2022
1.1.6 905 4/25/2022
1.1.4 839 4/25/2022
1.1.3 883 4/25/2022
1.1.2 882 4/24/2022
1.1.1 915 4/11/2022
1.1.0 933 4/8/2022
1.0.6 924 4/6/2022
1.0.5 914 4/6/2022
1.0.4 967 4/5/2022