IMPORTANT: Anyone not on release V.0.9 will face issues with CSCord! BTW: List for color codes for embeds
Questions, Quries or Suggestions? Join our discord server. Learn how to use in Wiki.
- Download Visual Studio.
- Go to our download page here.
- Add the DLL reference for CSCord. Don't know how?.
- Your almost setup to use 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();
Copy & Paste this exact line while including the one mentioned above.
cscord.testWebhook("webhook url here");
Get support from our our discord server..
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 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.
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.
- Embeds are exclusive to Release V0.2 and higher!
- Templates are exclusive to Release V0.3!
- 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.
- Windows 10 Or Higher
- Visual Studio 2019
- Discord (Latest Versions)
I originally made this webhook for one of my apps, but I realized it would be much more useful for other developers