CSCord 9.0.0

dotnet add package CSCord --version 9.0.0
                    
NuGet\Install-Package CSCord -Version 9.0.0
                    
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="CSCord" Version="9.0.0" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="CSCord" Version="9.0.0" />
                    
Directory.Packages.props
<PackageReference Include="CSCord" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add CSCord --version 9.0.0
                    
#r "nuget: CSCord, 9.0.0"
                    
#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.
#:package CSCord@9.0.0
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=CSCord&version=9.0.0
                    
Install as a Cake Addin
#tool nuget:?package=CSCord&version=9.0.0
                    
Install as a Cake Tool

CSCord

IMPORTANT: List for color codes for embeds | Visit our website

๐ŸŽง 24/7 Support

Questions, Quries or Suggestions? Join our discord server. Learn how to use in Wiki.

๐Ÿ“ฅ Installation

  1. Download Visual Studio.
  2. Go to our download page here.
  3. Add the DLL reference for CSCord. Don't know how?.
  4. Your almost setup to use CSCord!

๐Ÿ“‘ Starting CSCord

To start CSCord:

CSCord.webhooks cscord = new CSCord.webhooks(); is necessary to use CSCord. If you are trying to use templates, they are started very differently: CSCord.templates cscordTemplates = new CSCord.templates();

To test CSCord:

Copy & Paste this exact line while including the one mentioned above. cscord.testWebhook("webhook url here");

Code not working?

Get support from our our discord server..

โ›” Issues

Serious Issues

We dont currently know about any major issues - report some here, please only report those issues you are sure that are not from your side.

Minor Issues

Minor issues are issues that might be from your side, report them on our discussion here. For now, heres some quick troubleshooting you can try:

  • Try adding a semicolon to the line that does not work, this "issue" is a problem for new C# programmers.
  • You might've not added CSCord.webhooks cscord = new CSCord.webhooks();, it is necessary to use CSCord.
  • You are using "CSCord" instead of "cscord" after using the line mentioned above. You need to remember to use the one without caps.

Code Issue

To get code help, please join our discord server. Heres some quick troubleshooting you can try:

  • You did not fill the required fields, for example: cscord.message("empty webhook url", "empty message"). To use it correctly, kindly fill the required fields. Dont know the required fields? They are mentioned with examples on our wiki.

๐Ÿ“— Using versions

Features that are exclusive to specific versions:

  • Embeds are exclusive to Release V0.2 and higher!
  • Templates are exclusive to Release V0.3!

Using the correct versions:

  • The Latest version that is highlighted in green are versions that are verified to work as intended.
  • The Pre-release are that are not verified to work as intended.

๐Ÿงพ Reccomendations For CSCord Usage

  • Windows 10 Or Higher
  • Visual Studio 2019
  • Discord (Latest Versions)

๐Ÿ“– About

I originally made this webhook for one of my apps, but I realized it would be much more useful for other developers

CSCord I have no idea what this has to do with CSCord.

There are no supported framework assets in this package.

Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

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
9.0.0 248 6/26/2023