This commit is contained in:
Dultus 2023-04-06 15:38:52 +02:00
commit 5fe91507f7
24 changed files with 5293 additions and 3175 deletions

View file

@ -0,0 +1,329 @@
<!DOCTYPE html>
<!--[if IE]><![endif]-->
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<title>Class EventControllerAttribute&lt;T&gt;
</title>
<meta name="viewport" content="width=device-width">
<meta name="title" content="Class EventControllerAttribute&lt;T&gt;
">
<link rel="shortcut icon" href="../favicon.ico">
<link rel="stylesheet" href="../styles/docfx.vendor.min.css">
<link rel="stylesheet" href="../styles/docfx.css">
<link rel="stylesheet" href="../styles/main.css">
<meta property="docfx:navrel" content="../toc.html">
<meta property="docfx:tocrel" content="toc.html">
</head>
<body data-spy="scroll" data-target="#affix" data-offset="120">
<div id="wrapper">
<header>
<nav id="autocollapse" class="navbar navbar-inverse ng-scope" role="navigation">
<div class="container">
<div class="navbar-header">
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target="#navbar">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="navbar-brand" href="../index.html">
<img id="logo" class="svg" src="../logo.svg" alt="">
</a>
</div>
<div class="collapse navbar-collapse" id="navbar">
<form class="navbar-form navbar-right" role="search" id="search">
<div class="form-group">
<input type="text" class="form-control" id="search-query" placeholder="Search" autocomplete="off">
</div>
</form>
</div>
</div>
</nav>
<div class="subnav navbar navbar-default">
<div class="container hide-when-search" id="breadcrumb">
<ul class="breadcrumb">
<li></li>
</ul>
</div>
</div>
</header>
<div role="main" class="container body-content hide-when-search">
<div class="sidenav hide-when-search">
<a class="btn toc-toggle collapse" data-toggle="collapse" href="#sidetoggle" aria-expanded="false" aria-controls="sidetoggle">Show / Hide Table of Contents</a>
<div class="sidetoggle collapse" id="sidetoggle">
<div id="sidetoc"></div>
</div>
</div>
<div class="article row grid-right">
<div class="col-md-10">
<article class="content wrap" id="_content" data-uid="Discord.Attribute.EventControllerAttribute`1">
<h1 id="Discord_Attribute_EventControllerAttribute_1" data-uid="Discord.Attribute.EventControllerAttribute`1" class="text-break">Class EventControllerAttribute&lt;T&gt;
</h1>
<div class="markdown level0 summary"><p>To be placed over dynamic methods that will be executed by the <a class="xref" href="Discord.Controller.EventController.html">EventController</a></p>
</div>
<div class="markdown level0 conceptual"></div>
<div class="inheritance">
<h5>Inheritance</h5>
<div class="level0"><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object">object</a></div>
<div class="level1"><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.attribute">Attribute</a></div>
<div class="level2"><span class="xref">EventControllerAttribute&lt;T&gt;</span></div>
</div>
<div class="inheritedMembers">
<h5>Inherited Members</h5>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.attribute.equals">Attribute.Equals(object)</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.attribute.getcustomattribute#system-attribute-getcustomattribute(system-reflection-assembly-system-type)">Attribute.GetCustomAttribute(Assembly, Type)</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.attribute.getcustomattribute#system-attribute-getcustomattribute(system-reflection-assembly-system-type-system-boolean)">Attribute.GetCustomAttribute(Assembly, Type, bool)</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.attribute.getcustomattribute#system-attribute-getcustomattribute(system-reflection-memberinfo-system-type)">Attribute.GetCustomAttribute(MemberInfo, Type)</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.attribute.getcustomattribute#system-attribute-getcustomattribute(system-reflection-memberinfo-system-type-system-boolean)">Attribute.GetCustomAttribute(MemberInfo, Type, bool)</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.attribute.getcustomattribute#system-attribute-getcustomattribute(system-reflection-module-system-type)">Attribute.GetCustomAttribute(Module, Type)</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.attribute.getcustomattribute#system-attribute-getcustomattribute(system-reflection-module-system-type-system-boolean)">Attribute.GetCustomAttribute(Module, Type, bool)</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.attribute.getcustomattribute#system-attribute-getcustomattribute(system-reflection-parameterinfo-system-type)">Attribute.GetCustomAttribute(ParameterInfo, Type)</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.attribute.getcustomattribute#system-attribute-getcustomattribute(system-reflection-parameterinfo-system-type-system-boolean)">Attribute.GetCustomAttribute(ParameterInfo, Type, bool)</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.attribute.getcustomattributes#system-attribute-getcustomattributes(system-reflection-assembly)">Attribute.GetCustomAttributes(Assembly)</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.attribute.getcustomattributes#system-attribute-getcustomattributes(system-reflection-assembly-system-boolean)">Attribute.GetCustomAttributes(Assembly, bool)</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.attribute.getcustomattributes#system-attribute-getcustomattributes(system-reflection-assembly-system-type)">Attribute.GetCustomAttributes(Assembly, Type)</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.attribute.getcustomattributes#system-attribute-getcustomattributes(system-reflection-assembly-system-type-system-boolean)">Attribute.GetCustomAttributes(Assembly, Type, bool)</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.attribute.getcustomattributes#system-attribute-getcustomattributes(system-reflection-memberinfo)">Attribute.GetCustomAttributes(MemberInfo)</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.attribute.getcustomattributes#system-attribute-getcustomattributes(system-reflection-memberinfo-system-boolean)">Attribute.GetCustomAttributes(MemberInfo, bool)</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.attribute.getcustomattributes#system-attribute-getcustomattributes(system-reflection-memberinfo-system-type)">Attribute.GetCustomAttributes(MemberInfo, Type)</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.attribute.getcustomattributes#system-attribute-getcustomattributes(system-reflection-memberinfo-system-type-system-boolean)">Attribute.GetCustomAttributes(MemberInfo, Type, bool)</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.attribute.getcustomattributes#system-attribute-getcustomattributes(system-reflection-module)">Attribute.GetCustomAttributes(Module)</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.attribute.getcustomattributes#system-attribute-getcustomattributes(system-reflection-module-system-boolean)">Attribute.GetCustomAttributes(Module, bool)</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.attribute.getcustomattributes#system-attribute-getcustomattributes(system-reflection-module-system-type)">Attribute.GetCustomAttributes(Module, Type)</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.attribute.getcustomattributes#system-attribute-getcustomattributes(system-reflection-module-system-type-system-boolean)">Attribute.GetCustomAttributes(Module, Type, bool)</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.attribute.getcustomattributes#system-attribute-getcustomattributes(system-reflection-parameterinfo)">Attribute.GetCustomAttributes(ParameterInfo)</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.attribute.getcustomattributes#system-attribute-getcustomattributes(system-reflection-parameterinfo-system-boolean)">Attribute.GetCustomAttributes(ParameterInfo, bool)</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.attribute.getcustomattributes#system-attribute-getcustomattributes(system-reflection-parameterinfo-system-type)">Attribute.GetCustomAttributes(ParameterInfo, Type)</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.attribute.getcustomattributes#system-attribute-getcustomattributes(system-reflection-parameterinfo-system-type-system-boolean)">Attribute.GetCustomAttributes(ParameterInfo, Type, bool)</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.attribute.gethashcode">Attribute.GetHashCode()</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.attribute.isdefaultattribute">Attribute.IsDefaultAttribute()</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.attribute.isdefined#system-attribute-isdefined(system-reflection-assembly-system-type)">Attribute.IsDefined(Assembly, Type)</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.attribute.isdefined#system-attribute-isdefined(system-reflection-assembly-system-type-system-boolean)">Attribute.IsDefined(Assembly, Type, bool)</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.attribute.isdefined#system-attribute-isdefined(system-reflection-memberinfo-system-type)">Attribute.IsDefined(MemberInfo, Type)</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.attribute.isdefined#system-attribute-isdefined(system-reflection-memberinfo-system-type-system-boolean)">Attribute.IsDefined(MemberInfo, Type, bool)</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.attribute.isdefined#system-attribute-isdefined(system-reflection-module-system-type)">Attribute.IsDefined(Module, Type)</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.attribute.isdefined#system-attribute-isdefined(system-reflection-module-system-type-system-boolean)">Attribute.IsDefined(Module, Type, bool)</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.attribute.isdefined#system-attribute-isdefined(system-reflection-parameterinfo-system-type)">Attribute.IsDefined(ParameterInfo, Type)</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.attribute.isdefined#system-attribute-isdefined(system-reflection-parameterinfo-system-type-system-boolean)">Attribute.IsDefined(ParameterInfo, Type, bool)</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.attribute.match">Attribute.Match(object)</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.attribute.typeid">Attribute.TypeId</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals(system-object-system-object)">object.Equals(object, object)</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object.gettype">object.GetType()</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object.memberwiseclone">object.MemberwiseClone()</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object.referenceequals">object.ReferenceEquals(object, object)</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object.tostring">object.ToString()</a>
</div>
</div>
<h6><strong>Namespace</strong>: <span class="xref">Discord</span>.<a class="xref" href="Discord.Attribute.html">Attribute</a></h6>
<h6><strong>Assembly</strong>: Discord.dll</h6>
<h5 id="Discord_Attribute_EventControllerAttribute_1_syntax">Syntax</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">[AttributeUsage(AttributeTargets.Method, AllowMultiple = true)]
public class EventControllerAttribute&lt;T&gt; : Attribute</code></pre>
</div>
<h5 class="typeParameters">Type Parameters</h5>
<table class="table table-bordered table-condensed">
<thead>
<tr>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="parametername">T</span></td>
<td></td>
</tr>
</tbody>
</table>
<h3 id="constructors">Constructors
</h3>
<a id="Discord_Attribute_EventControllerAttribute_1__ctor_" data-uid="Discord.Attribute.EventControllerAttribute`1.#ctor*"></a>
<h4 id="Discord_Attribute_EventControllerAttribute_1__ctor__0_" data-uid="Discord.Attribute.EventControllerAttribute`1.#ctor(`0)">EventControllerAttribute(T)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public EventControllerAttribute(T Event)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">T</span></td>
<td><span class="parametername">Event</span></td>
<td></td>
</tr>
</tbody>
</table>
<h3 id="properties">Properties
</h3>
<a id="Discord_Attribute_EventControllerAttribute_1_Event_" data-uid="Discord.Attribute.EventControllerAttribute`1.Event*"></a>
<h4 id="Discord_Attribute_EventControllerAttribute_1_Event" data-uid="Discord.Attribute.EventControllerAttribute`1.Event">Event</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public T Event { get; set; }</code></pre>
</div>
<h5 class="propertyValue">Property Value</h5>
<table class="table table-bordered table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">T</span></td>
<td></td>
</tr>
</tbody>
</table>
</article>
</div>
<div class="hidden-sm col-md-2" role="complementary">
<div class="sideaffix">
<div class="contribution">
<ul class="nav">
</ul>
</div>
<nav class="bs-docs-sidebar hidden-print hidden-xs hidden-sm affix" id="affix">
<h5>In This Article</h5>
<div></div>
</nav>
</div>
</div>
</div>
</div>
<footer>
<div class="grad-bottom"></div>
<div class="footer">
<div class="container">
<span class="pull-right">
<a href="#top">Back to top</a>
</span>
<span>Generated by <strong>DocFX</strong></span>
</div>
</div>
</footer>
</div>
<script type="text/javascript" src="../styles/docfx.vendor.min.js"></script>
<script type="text/javascript" src="../styles/docfx.js"></script>
<script type="text/javascript" src="../styles/main.js"></script>
</body>
</html>

View file

@ -0,0 +1,120 @@
<!DOCTYPE html>
<!--[if IE]><![endif]-->
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<title>Namespace Discord.Attribute
</title>
<meta name="viewport" content="width=device-width">
<meta name="title" content="Namespace Discord.Attribute
">
<link rel="shortcut icon" href="../favicon.ico">
<link rel="stylesheet" href="../styles/docfx.vendor.min.css">
<link rel="stylesheet" href="../styles/docfx.css">
<link rel="stylesheet" href="../styles/main.css">
<meta property="docfx:navrel" content="../toc.html">
<meta property="docfx:tocrel" content="toc.html">
</head>
<body data-spy="scroll" data-target="#affix" data-offset="120">
<div id="wrapper">
<header>
<nav id="autocollapse" class="navbar navbar-inverse ng-scope" role="navigation">
<div class="container">
<div class="navbar-header">
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target="#navbar">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="navbar-brand" href="../index.html">
<img id="logo" class="svg" src="../logo.svg" alt="">
</a>
</div>
<div class="collapse navbar-collapse" id="navbar">
<form class="navbar-form navbar-right" role="search" id="search">
<div class="form-group">
<input type="text" class="form-control" id="search-query" placeholder="Search" autocomplete="off">
</div>
</form>
</div>
</div>
</nav>
<div class="subnav navbar navbar-default">
<div class="container hide-when-search" id="breadcrumb">
<ul class="breadcrumb">
<li></li>
</ul>
</div>
</div>
</header>
<div role="main" class="container body-content hide-when-search">
<div class="sidenav hide-when-search">
<a class="btn toc-toggle collapse" data-toggle="collapse" href="#sidetoggle" aria-expanded="false" aria-controls="sidetoggle">Show / Hide Table of Contents</a>
<div class="sidetoggle collapse" id="sidetoggle">
<div id="sidetoc"></div>
</div>
</div>
<div class="article row grid-right">
<div class="col-md-10">
<article class="content wrap" id="_content" data-uid="Discord.Attribute">
<h1 id="Discord_Attribute" data-uid="Discord.Attribute" class="text-break">Namespace Discord.Attribute
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>
<div class="markdown level0 remarks"></div>
<h3 id="classes">Classes
</h3>
<h4><a class="xref" href="Discord.Attribute.EventControllerAttribute-1.html">EventControllerAttribute&lt;T&gt;</a></h4>
<section><p>To be placed over dynamic methods that will be executed by the <a class="xref" href="Discord.Controller.EventController.html">EventController</a></p>
</section>
</article>
</div>
<div class="hidden-sm col-md-2" role="complementary">
<div class="sideaffix">
<div class="contribution">
<ul class="nav">
</ul>
</div>
<nav class="bs-docs-sidebar hidden-print hidden-xs hidden-sm affix" id="affix">
<h5>In This Article</h5>
<div></div>
</nav>
</div>
</div>
</div>
</div>
<footer>
<div class="grad-bottom"></div>
<div class="footer">
<div class="container">
<span class="pull-right">
<a href="#top">Back to top</a>
</span>
<span>Generated by <strong>DocFX</strong></span>
</div>
</div>
</footer>
</div>
<script type="text/javascript" src="../styles/docfx.vendor.min.js"></script>
<script type="text/javascript" src="../styles/docfx.js"></script>
<script type="text/javascript" src="../styles/main.js"></script>
</body>
</html>

View file

@ -1,150 +1,150 @@
<!DOCTYPE html> <!DOCTYPE html>
<!--[if IE]><![endif]--> <!--[if IE]><![endif]-->
<html> <html>
<head> <head>
<meta charset="utf-8"> <meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"> <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<title>Class Class1 <title>Class Class1
</title> </title>
<meta name="viewport" content="width=device-width"> <meta name="viewport" content="width=device-width">
<meta name="title" content="Class Class1 <meta name="title" content="Class Class1
"> ">
<link rel="shortcut icon" href="../favicon.ico"> <link rel="shortcut icon" href="../favicon.ico">
<link rel="stylesheet" href="../styles/docfx.vendor.min.css"> <link rel="stylesheet" href="../styles/docfx.vendor.min.css">
<link rel="stylesheet" href="../styles/docfx.css"> <link rel="stylesheet" href="../styles/docfx.css">
<link rel="stylesheet" href="../styles/main.css"> <link rel="stylesheet" href="../styles/main.css">
<meta property="docfx:navrel" content="../toc.html"> <meta property="docfx:navrel" content="../toc.html">
<meta property="docfx:tocrel" content="toc.html"> <meta property="docfx:tocrel" content="toc.html">
</head> </head>
<body data-spy="scroll" data-target="#affix" data-offset="120"> <body data-spy="scroll" data-target="#affix" data-offset="120">
<div id="wrapper"> <div id="wrapper">
<header> <header>
<nav id="autocollapse" class="navbar navbar-inverse ng-scope" role="navigation"> <nav id="autocollapse" class="navbar navbar-inverse ng-scope" role="navigation">
<div class="container"> <div class="container">
<div class="navbar-header"> <div class="navbar-header">
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target="#navbar"> <button type="button" class="navbar-toggle" data-toggle="collapse" data-target="#navbar">
<span class="sr-only">Toggle navigation</span> <span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span> <span class="icon-bar"></span>
<span class="icon-bar"></span> <span class="icon-bar"></span>
<span class="icon-bar"></span> <span class="icon-bar"></span>
</button> </button>
<a class="navbar-brand" href="../index.html"> <a class="navbar-brand" href="../index.html">
<img id="logo" class="svg" src="../logo.svg" alt=""> <img id="logo" class="svg" src="../logo.svg" alt="">
</a> </a>
</div> </div>
<div class="collapse navbar-collapse" id="navbar"> <div class="collapse navbar-collapse" id="navbar">
<form class="navbar-form navbar-right" role="search" id="search"> <form class="navbar-form navbar-right" role="search" id="search">
<div class="form-group"> <div class="form-group">
<input type="text" class="form-control" id="search-query" placeholder="Search" autocomplete="off"> <input type="text" class="form-control" id="search-query" placeholder="Search" autocomplete="off">
</div> </div>
</form> </form>
</div> </div>
</div> </div>
</nav> </nav>
<div class="subnav navbar navbar-default"> <div class="subnav navbar navbar-default">
<div class="container hide-when-search" id="breadcrumb"> <div class="container hide-when-search" id="breadcrumb">
<ul class="breadcrumb"> <ul class="breadcrumb">
<li></li> <li></li>
</ul> </ul>
</div> </div>
</div> </div>
</header> </header>
<div role="main" class="container body-content hide-when-search"> <div role="main" class="container body-content hide-when-search">
<div class="sidenav hide-when-search"> <div class="sidenav hide-when-search">
<a class="btn toc-toggle collapse" data-toggle="collapse" href="#sidetoggle" aria-expanded="false" aria-controls="sidetoggle">Show / Hide Table of Contents</a> <a class="btn toc-toggle collapse" data-toggle="collapse" href="#sidetoggle" aria-expanded="false" aria-controls="sidetoggle">Show / Hide Table of Contents</a>
<div class="sidetoggle collapse" id="sidetoggle"> <div class="sidetoggle collapse" id="sidetoggle">
<div id="sidetoc"></div> <div id="sidetoc"></div>
</div> </div>
</div> </div>
<div class="article row grid-right"> <div class="article row grid-right">
<div class="col-md-10"> <div class="col-md-10">
<article class="content wrap" id="_content" data-uid="Discord.Class1"> <article class="content wrap" id="_content" data-uid="Discord.Class1">
<h1 id="Discord_Class1" data-uid="Discord.Class1" class="text-break">Class Class1 <h1 id="Discord_Class1" data-uid="Discord.Class1" class="text-break">Class Class1
</h1> </h1>
<div class="markdown level0 summary"></div> <div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div> <div class="markdown level0 conceptual"></div>
<div class="inheritance"> <div class="inheritance">
<h5>Inheritance</h5> <h5>Inheritance</h5>
<div class="level0"><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object">object</a></div> <div class="level0"><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object">object</a></div>
<div class="level1"><span class="xref">Class1</span></div> <div class="level1"><span class="xref">Class1</span></div>
</div> </div>
<div class="inheritedMembers"> <div class="inheritedMembers">
<h5>Inherited Members</h5> <h5>Inherited Members</h5>
<div> <div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals(system-object)">object.Equals(object)</a> <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals(system-object)">object.Equals(object)</a>
</div> </div>
<div> <div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals(system-object-system-object)">object.Equals(object, object)</a> <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals(system-object-system-object)">object.Equals(object, object)</a>
</div> </div>
<div> <div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object.gethashcode">object.GetHashCode()</a> <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object.gethashcode">object.GetHashCode()</a>
</div> </div>
<div> <div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object.gettype">object.GetType()</a> <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object.gettype">object.GetType()</a>
</div> </div>
<div> <div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object.memberwiseclone">object.MemberwiseClone()</a> <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object.memberwiseclone">object.MemberwiseClone()</a>
</div> </div>
<div> <div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object.referenceequals">object.ReferenceEquals(object, object)</a> <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object.referenceequals">object.ReferenceEquals(object, object)</a>
</div> </div>
<div> <div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object.tostring">object.ToString()</a> <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object.tostring">object.ToString()</a>
</div> </div>
</div> </div>
<h6><strong>Namespace</strong>: <a class="xref" href="Discord.html">Discord</a></h6> <h6><strong>Namespace</strong>: <a class="xref" href="Discord.html">Discord</a></h6>
<h6><strong>Assembly</strong>: Discord.dll</h6> <h6><strong>Assembly</strong>: Discord.dll</h6>
<h5 id="Discord_Class1_syntax">Syntax</h5> <h5 id="Discord_Class1_syntax">Syntax</h5>
<div class="codewrapper"> <div class="codewrapper">
<pre><code class="lang-csharp hljs">public class Class1</code></pre> <pre><code class="lang-csharp hljs">public class Class1</code></pre>
</div> </div>
</article> </article>
</div> </div>
<div class="hidden-sm col-md-2" role="complementary"> <div class="hidden-sm col-md-2" role="complementary">
<div class="sideaffix"> <div class="sideaffix">
<div class="contribution"> <div class="contribution">
<ul class="nav"> <ul class="nav">
</ul> </ul>
</div> </div>
<nav class="bs-docs-sidebar hidden-print hidden-xs hidden-sm affix" id="affix"> <nav class="bs-docs-sidebar hidden-print hidden-xs hidden-sm affix" id="affix">
<h5>In This Article</h5> <h5>In This Article</h5>
<div></div> <div></div>
</nav> </nav>
</div> </div>
</div> </div>
</div> </div>
</div> </div>
<footer> <footer>
<div class="grad-bottom"></div> <div class="grad-bottom"></div>
<div class="footer"> <div class="footer">
<div class="container"> <div class="container">
<span class="pull-right"> <span class="pull-right">
<a href="#top">Back to top</a> <a href="#top">Back to top</a>
</span> </span>
<span>Generated by <strong>DocFX</strong></span> <span>Generated by <strong>DocFX</strong></span>
</div> </div>
</div> </div>
</footer> </footer>
</div> </div>
<script type="text/javascript" src="../styles/docfx.vendor.min.js"></script> <script type="text/javascript" src="../styles/docfx.vendor.min.js"></script>
<script type="text/javascript" src="../styles/docfx.js"></script> <script type="text/javascript" src="../styles/docfx.js"></script>
<script type="text/javascript" src="../styles/main.js"></script> <script type="text/javascript" src="../styles/main.js"></script>
</body> </body>
</html> </html>

View file

@ -0,0 +1,266 @@
<!DOCTYPE html>
<!--[if IE]><![endif]-->
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<title>Class EventController
</title>
<meta name="viewport" content="width=device-width">
<meta name="title" content="Class EventController
">
<link rel="shortcut icon" href="../favicon.ico">
<link rel="stylesheet" href="../styles/docfx.vendor.min.css">
<link rel="stylesheet" href="../styles/docfx.css">
<link rel="stylesheet" href="../styles/main.css">
<meta property="docfx:navrel" content="../toc.html">
<meta property="docfx:tocrel" content="toc.html">
</head>
<body data-spy="scroll" data-target="#affix" data-offset="120">
<div id="wrapper">
<header>
<nav id="autocollapse" class="navbar navbar-inverse ng-scope" role="navigation">
<div class="container">
<div class="navbar-header">
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target="#navbar">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="navbar-brand" href="../index.html">
<img id="logo" class="svg" src="../logo.svg" alt="">
</a>
</div>
<div class="collapse navbar-collapse" id="navbar">
<form class="navbar-form navbar-right" role="search" id="search">
<div class="form-group">
<input type="text" class="form-control" id="search-query" placeholder="Search" autocomplete="off">
</div>
</form>
</div>
</div>
</nav>
<div class="subnav navbar navbar-default">
<div class="container hide-when-search" id="breadcrumb">
<ul class="breadcrumb">
<li></li>
</ul>
</div>
</div>
</header>
<div role="main" class="container body-content hide-when-search">
<div class="sidenav hide-when-search">
<a class="btn toc-toggle collapse" data-toggle="collapse" href="#sidetoggle" aria-expanded="false" aria-controls="sidetoggle">Show / Hide Table of Contents</a>
<div class="sidetoggle collapse" id="sidetoggle">
<div id="sidetoc"></div>
</div>
</div>
<div class="article row grid-right">
<div class="col-md-10">
<article class="content wrap" id="_content" data-uid="Discord.Controller.EventController">
<h1 id="Discord_Controller_EventController" data-uid="Discord.Controller.EventController" class="text-break">Class EventController
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>
<div class="inheritance">
<h5>Inheritance</h5>
<div class="level0"><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object">object</a></div>
<div class="level1"><span class="xref">EventController</span></div>
</div>
<div class="inheritedMembers">
<h5>Inherited Members</h5>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals(system-object)">object.Equals(object)</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals(system-object-system-object)">object.Equals(object, object)</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object.gethashcode">object.GetHashCode()</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object.gettype">object.GetType()</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object.memberwiseclone">object.MemberwiseClone()</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object.referenceequals">object.ReferenceEquals(object, object)</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object.tostring">object.ToString()</a>
</div>
</div>
<h6><strong>Namespace</strong>: <span class="xref">Discord</span>.<a class="xref" href="Discord.Controller.html">Controller</a></h6>
<h6><strong>Assembly</strong>: Discord.dll</h6>
<h5 id="Discord_Controller_EventController_syntax">Syntax</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static class EventController</code></pre>
</div>
<h3 id="methods">Methods
</h3>
<a id="Discord_Controller_EventController_ExecuteController_" data-uid="Discord.Controller.EventController.ExecuteController*"></a>
<h4 id="Discord_Controller_EventController_ExecuteController__1_System_String___System_String_System_Object_" data-uid="Discord.Controller.EventController.ExecuteController``1(System.String[],System.String,System.Object)">ExecuteController&lt;T&gt;(string[], string, object)</h4>
<div class="markdown level1 summary"><p>Method To be placed in a separate Class that will be passed into the <a class="xref" href="Discord.Controller.EventController.html#Discord_Controller_EventController_InvokeEventControllerClass__2_System_String_System_Object_">InvokeEventControllerClass&lt;CLASS, ENUM&gt;(string, object)</a>
For the EventControllerAttribute you have to pass the enum type e.g. of all categories and pass the enum value for a specific category. Finally you have to execute the controller and use the category's enum for the generic.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void ExecuteController&lt;T&gt;(string[] ids, string nspace, object e)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.string">string</a>[]</td>
<td><span class="parametername">ids</span></td>
<td><p>The given Ids without category enum.</p>
</td>
</tr>
<tr>
<td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.string">string</a></td>
<td><span class="parametername">nspace</span></td>
<td><p>The namespace with all the required events. E.g. Project_Sipster.DiscordBarista.Function.Partnership.Events</p>
</td>
</tr>
<tr>
<td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object">object</a></td>
<td><span class="parametername">e</span></td>
<td><p>The passed event from the <a class="xref" href="Discord.Controller.EventController.html#Discord_Controller_EventController_InvokeEventControllerClass__2_System_String_System_Object_">InvokeEventControllerClass&lt;CLASS, ENUM&gt;(string, object)</a> - just needs to be put it as a param and passed over to the controller.</p>
</td>
</tr>
</tbody>
</table>
<h5 class="typeParameters">Type Parameters</h5>
<table class="table table-bordered table-condensed">
<thead>
<tr>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="parametername">T</span></td>
<td><p>The enum of the category</p>
</td>
</tr>
</tbody>
</table>
<a id="Discord_Controller_EventController_InvokeEventControllerClass_" data-uid="Discord.Controller.EventController.InvokeEventControllerClass*"></a>
<h4 id="Discord_Controller_EventController_InvokeEventControllerClass__2_System_String_System_Object_" data-uid="Discord.Controller.EventController.InvokeEventControllerClass``2(System.String,System.Object)">InvokeEventControllerClass&lt;CLASS, ENUM&gt;(string, object)</h4>
<div class="markdown level1 summary"><p>To be executed by the Discord Events that use Ids.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void InvokeEventControllerClass&lt;CLASS, ENUM&gt;(string ids, object e) where ENUM : class</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.string">string</a></td>
<td><span class="parametername">ids</span></td>
<td><p>Passed Ids by the event e.g e.Interaction.Data.CustomId</p>
</td>
</tr>
<tr>
<td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object">object</a></td>
<td><span class="parametername">e</span></td>
<td><p>The passed Event args</p>
</td>
</tr>
</tbody>
</table>
<h5 class="typeParameters">Type Parameters</h5>
<table class="table table-bordered table-condensed">
<thead>
<tr>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="parametername">CLASS</span></td>
<td><p>The class that should be looked in by the controller, defined by using <a class="xref" href="Discord.Controller.EventController.html#Discord_Controller_EventController_ExecuteController__1_System_String___System_String_System_Object_">ExecuteController&lt;T&gt;(string[], string, object)</a></p>
</td>
</tr>
<tr>
<td><span class="parametername">ENUM</span></td>
<td><p>The base enum that will get separated and passed to the actual controller</p>
</td>
</tr>
</tbody>
</table>
</article>
</div>
<div class="hidden-sm col-md-2" role="complementary">
<div class="sideaffix">
<div class="contribution">
<ul class="nav">
</ul>
</div>
<nav class="bs-docs-sidebar hidden-print hidden-xs hidden-sm affix" id="affix">
<h5>In This Article</h5>
<div></div>
</nav>
</div>
</div>
</div>
</div>
<footer>
<div class="grad-bottom"></div>
<div class="footer">
<div class="container">
<span class="pull-right">
<a href="#top">Back to top</a>
</span>
<span>Generated by <strong>DocFX</strong></span>
</div>
</div>
</footer>
</div>
<script type="text/javascript" src="../styles/docfx.vendor.min.js"></script>
<script type="text/javascript" src="../styles/docfx.js"></script>
<script type="text/javascript" src="../styles/main.js"></script>
</body>
</html>

View file

@ -0,0 +1,119 @@
<!DOCTYPE html>
<!--[if IE]><![endif]-->
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<title>Namespace Discord.Controller
</title>
<meta name="viewport" content="width=device-width">
<meta name="title" content="Namespace Discord.Controller
">
<link rel="shortcut icon" href="../favicon.ico">
<link rel="stylesheet" href="../styles/docfx.vendor.min.css">
<link rel="stylesheet" href="../styles/docfx.css">
<link rel="stylesheet" href="../styles/main.css">
<meta property="docfx:navrel" content="../toc.html">
<meta property="docfx:tocrel" content="toc.html">
</head>
<body data-spy="scroll" data-target="#affix" data-offset="120">
<div id="wrapper">
<header>
<nav id="autocollapse" class="navbar navbar-inverse ng-scope" role="navigation">
<div class="container">
<div class="navbar-header">
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target="#navbar">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="navbar-brand" href="../index.html">
<img id="logo" class="svg" src="../logo.svg" alt="">
</a>
</div>
<div class="collapse navbar-collapse" id="navbar">
<form class="navbar-form navbar-right" role="search" id="search">
<div class="form-group">
<input type="text" class="form-control" id="search-query" placeholder="Search" autocomplete="off">
</div>
</form>
</div>
</div>
</nav>
<div class="subnav navbar navbar-default">
<div class="container hide-when-search" id="breadcrumb">
<ul class="breadcrumb">
<li></li>
</ul>
</div>
</div>
</header>
<div role="main" class="container body-content hide-when-search">
<div class="sidenav hide-when-search">
<a class="btn toc-toggle collapse" data-toggle="collapse" href="#sidetoggle" aria-expanded="false" aria-controls="sidetoggle">Show / Hide Table of Contents</a>
<div class="sidetoggle collapse" id="sidetoggle">
<div id="sidetoc"></div>
</div>
</div>
<div class="article row grid-right">
<div class="col-md-10">
<article class="content wrap" id="_content" data-uid="Discord.Controller">
<h1 id="Discord_Controller" data-uid="Discord.Controller" class="text-break">Namespace Discord.Controller
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>
<div class="markdown level0 remarks"></div>
<h3 id="classes">Classes
</h3>
<h4><a class="xref" href="Discord.Controller.EventController.html">EventController</a></h4>
<section></section>
</article>
</div>
<div class="hidden-sm col-md-2" role="complementary">
<div class="sideaffix">
<div class="contribution">
<ul class="nav">
</ul>
</div>
<nav class="bs-docs-sidebar hidden-print hidden-xs hidden-sm affix" id="affix">
<h5>In This Article</h5>
<div></div>
</nav>
</div>
</div>
</div>
</div>
<footer>
<div class="grad-bottom"></div>
<div class="footer">
<div class="container">
<span class="pull-right">
<a href="#top">Back to top</a>
</span>
<span>Generated by <strong>DocFX</strong></span>
</div>
</div>
</footer>
</div>
<script type="text/javascript" src="../styles/docfx.vendor.min.js"></script>
<script type="text/javascript" src="../styles/docfx.js"></script>
<script type="text/javascript" src="../styles/main.js"></script>
</body>
</html>

View file

@ -0,0 +1,432 @@
<!DOCTYPE html>
<!--[if IE]><![endif]-->
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<title>Class InteractionFormatter
</title>
<meta name="viewport" content="width=device-width">
<meta name="title" content="Class InteractionFormatter
">
<link rel="shortcut icon" href="../favicon.ico">
<link rel="stylesheet" href="../styles/docfx.vendor.min.css">
<link rel="stylesheet" href="../styles/docfx.css">
<link rel="stylesheet" href="../styles/main.css">
<meta property="docfx:navrel" content="../toc.html">
<meta property="docfx:tocrel" content="toc.html">
</head>
<body data-spy="scroll" data-target="#affix" data-offset="120">
<div id="wrapper">
<header>
<nav id="autocollapse" class="navbar navbar-inverse ng-scope" role="navigation">
<div class="container">
<div class="navbar-header">
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target="#navbar">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="navbar-brand" href="../index.html">
<img id="logo" class="svg" src="../logo.svg" alt="">
</a>
</div>
<div class="collapse navbar-collapse" id="navbar">
<form class="navbar-form navbar-right" role="search" id="search">
<div class="form-group">
<input type="text" class="form-control" id="search-query" placeholder="Search" autocomplete="off">
</div>
</form>
</div>
</div>
</nav>
<div class="subnav navbar navbar-default">
<div class="container hide-when-search" id="breadcrumb">
<ul class="breadcrumb">
<li></li>
</ul>
</div>
</div>
</header>
<div role="main" class="container body-content hide-when-search">
<div class="sidenav hide-when-search">
<a class="btn toc-toggle collapse" data-toggle="collapse" href="#sidetoggle" aria-expanded="false" aria-controls="sidetoggle">Show / Hide Table of Contents</a>
<div class="sidetoggle collapse" id="sidetoggle">
<div id="sidetoc"></div>
</div>
</div>
<div class="article row grid-right">
<div class="col-md-10">
<article class="content wrap" id="_content" data-uid="Discord.Converter.InteractionFormatter">
<h1 id="Discord_Converter_InteractionFormatter" data-uid="Discord.Converter.InteractionFormatter" class="text-break">Class InteractionFormatter
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>
<div class="inheritance">
<h5>Inheritance</h5>
<div class="level0"><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object">object</a></div>
<div class="level1"><span class="xref">InteractionFormatter</span></div>
</div>
<div class="inheritedMembers">
<h5>Inherited Members</h5>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals(system-object)">object.Equals(object)</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals(system-object-system-object)">object.Equals(object, object)</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object.gethashcode">object.GetHashCode()</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object.gettype">object.GetType()</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object.memberwiseclone">object.MemberwiseClone()</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object.referenceequals">object.ReferenceEquals(object, object)</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object.tostring">object.ToString()</a>
</div>
</div>
<h6><strong>Namespace</strong>: <span class="xref">Discord</span>.<a class="xref" href="Discord.Converter.html">Converter</a></h6>
<h6><strong>Assembly</strong>: Discord.dll</h6>
<h5 id="Discord_Converter_InteractionFormatter_syntax">Syntax</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static class InteractionFormatter</code></pre>
</div>
<h3 id="methods">Methods
</h3>
<a id="Discord_Converter_InteractionFormatter_GetEnumFromId_" data-uid="Discord.Converter.InteractionFormatter.GetEnumFromId*"></a>
<h4 id="Discord_Converter_InteractionFormatter_GetEnumFromId__1_System_String_" data-uid="Discord.Converter.InteractionFormatter.GetEnumFromId``1(System.String)">GetEnumFromId&lt;T&gt;(string)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static T GetEnumFromId&lt;T&gt;(string value)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.string">string</a></td>
<td><span class="parametername">value</span></td>
<td></td>
</tr>
</tbody>
</table>
<h5 class="returns">Returns</h5>
<table class="table table-bordered table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">T</span></td>
<td></td>
</tr>
</tbody>
</table>
<h5 class="typeParameters">Type Parameters</h5>
<table class="table table-bordered table-condensed">
<thead>
<tr>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="parametername">T</span></td>
<td></td>
</tr>
</tbody>
</table>
<a id="Discord_Converter_InteractionFormatter_GetFirstEnumFromId_" data-uid="Discord.Converter.InteractionFormatter.GetFirstEnumFromId*"></a>
<h4 id="Discord_Converter_InteractionFormatter_GetFirstEnumFromId__1_System_String____" data-uid="Discord.Converter.InteractionFormatter.GetFirstEnumFromId``1(System.String[]@)">GetFirstEnumFromId&lt;T&gt;(ref string[])</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static T GetFirstEnumFromId&lt;T&gt;(ref string[] values)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.string">string</a>[]</td>
<td><span class="parametername">values</span></td>
<td></td>
</tr>
</tbody>
</table>
<h5 class="returns">Returns</h5>
<table class="table table-bordered table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">T</span></td>
<td></td>
</tr>
</tbody>
</table>
<h5 class="typeParameters">Type Parameters</h5>
<table class="table table-bordered table-condensed">
<thead>
<tr>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="parametername">T</span></td>
<td></td>
</tr>
</tbody>
</table>
<a id="Discord_Converter_InteractionFormatter_GetFirstEnumFromIdAndRemove_" data-uid="Discord.Converter.InteractionFormatter.GetFirstEnumFromIdAndRemove*"></a>
<h4 id="Discord_Converter_InteractionFormatter_GetFirstEnumFromIdAndRemove__1_System_String____" data-uid="Discord.Converter.InteractionFormatter.GetFirstEnumFromIdAndRemove``1(System.String[]@)">GetFirstEnumFromIdAndRemove&lt;T&gt;(ref string[])</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static T GetFirstEnumFromIdAndRemove&lt;T&gt;(ref string[] values)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.string">string</a>[]</td>
<td><span class="parametername">values</span></td>
<td></td>
</tr>
</tbody>
</table>
<h5 class="returns">Returns</h5>
<table class="table table-bordered table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">T</span></td>
<td></td>
</tr>
</tbody>
</table>
<h5 class="typeParameters">Type Parameters</h5>
<table class="table table-bordered table-condensed">
<thead>
<tr>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="parametername">T</span></td>
<td></td>
</tr>
</tbody>
</table>
<a id="Discord_Converter_InteractionFormatter_TransformEnumsToId_" data-uid="Discord.Converter.InteractionFormatter.TransformEnumsToId*"></a>
<h4 id="Discord_Converter_InteractionFormatter_TransformEnumsToId_System_Enum___" data-uid="Discord.Converter.InteractionFormatter.TransformEnumsToId(System.Enum[])">TransformEnumsToId(params Enum[])</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static string TransformEnumsToId(params Enum[] enums)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.enum">Enum</a>[]</td>
<td><span class="parametername">enums</span></td>
<td></td>
</tr>
</tbody>
</table>
<h5 class="returns">Returns</h5>
<table class="table table-bordered table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.string">string</a></td>
<td></td>
</tr>
</tbody>
</table>
<a id="Discord_Converter_InteractionFormatter_TransformIdToEnums_" data-uid="Discord.Converter.InteractionFormatter.TransformIdToEnums*"></a>
<h4 id="Discord_Converter_InteractionFormatter_TransformIdToEnums_System_String_System_Type___" data-uid="Discord.Converter.InteractionFormatter.TransformIdToEnums(System.String,System.Type[])">TransformIdToEnums(string, params Type[])</h4>
<div class="markdown level1 summary"><p>Transforms the given values to the given enums. CAUTION: The length of the given strings and enums must be the same.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static IEnumerable&lt;Enum&gt; TransformIdToEnums(string value, params Type[] enums)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.string">string</a></td>
<td><span class="parametername">value</span></td>
<td><p>The list of values separated by comma (e.g. &quot;0,5,3&quot;)</p>
</td>
</tr>
<tr>
<td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.type">Type</a>[]</td>
<td><span class="parametername">enums</span></td>
<td><p>The list of enums that should be given out (e.g. typeof(Enum), typeof(Enum)&quot;/&gt;</p>
</td>
</tr>
</tbody>
</table>
<h5 class="returns">Returns</h5>
<table class="table table-bordered table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.collections.generic.ienumerable-1">IEnumerable</a>&lt;<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.enum">Enum</a>&gt;</td>
<td><p>A list of converted enums that were passed in.</p>
</td>
</tr>
</tbody>
</table>
<h5 class="exceptions">Exceptions</h5>
<table class="table table-bordered table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Condition</th>
</tr>
</thead>
<tbody>
<tr>
<td><a class="xref" href="Discord.Exception.MismatchedEnumLengthsException.html">MismatchedEnumLengthsException</a></td>
<td><p>Thrown when the length of enums and values are different.</p>
</td>
</tr>
</tbody>
</table>
</article>
</div>
<div class="hidden-sm col-md-2" role="complementary">
<div class="sideaffix">
<div class="contribution">
<ul class="nav">
</ul>
</div>
<nav class="bs-docs-sidebar hidden-print hidden-xs hidden-sm affix" id="affix">
<h5>In This Article</h5>
<div></div>
</nav>
</div>
</div>
</div>
</div>
<footer>
<div class="grad-bottom"></div>
<div class="footer">
<div class="container">
<span class="pull-right">
<a href="#top">Back to top</a>
</span>
<span>Generated by <strong>DocFX</strong></span>
</div>
</div>
</footer>
</div>
<script type="text/javascript" src="../styles/docfx.vendor.min.js"></script>
<script type="text/javascript" src="../styles/docfx.js"></script>
<script type="text/javascript" src="../styles/main.js"></script>
</body>
</html>

View file

@ -0,0 +1,119 @@
<!DOCTYPE html>
<!--[if IE]><![endif]-->
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<title>Namespace Discord.Converter
</title>
<meta name="viewport" content="width=device-width">
<meta name="title" content="Namespace Discord.Converter
">
<link rel="shortcut icon" href="../favicon.ico">
<link rel="stylesheet" href="../styles/docfx.vendor.min.css">
<link rel="stylesheet" href="../styles/docfx.css">
<link rel="stylesheet" href="../styles/main.css">
<meta property="docfx:navrel" content="../toc.html">
<meta property="docfx:tocrel" content="toc.html">
</head>
<body data-spy="scroll" data-target="#affix" data-offset="120">
<div id="wrapper">
<header>
<nav id="autocollapse" class="navbar navbar-inverse ng-scope" role="navigation">
<div class="container">
<div class="navbar-header">
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target="#navbar">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="navbar-brand" href="../index.html">
<img id="logo" class="svg" src="../logo.svg" alt="">
</a>
</div>
<div class="collapse navbar-collapse" id="navbar">
<form class="navbar-form navbar-right" role="search" id="search">
<div class="form-group">
<input type="text" class="form-control" id="search-query" placeholder="Search" autocomplete="off">
</div>
</form>
</div>
</div>
</nav>
<div class="subnav navbar navbar-default">
<div class="container hide-when-search" id="breadcrumb">
<ul class="breadcrumb">
<li></li>
</ul>
</div>
</div>
</header>
<div role="main" class="container body-content hide-when-search">
<div class="sidenav hide-when-search">
<a class="btn toc-toggle collapse" data-toggle="collapse" href="#sidetoggle" aria-expanded="false" aria-controls="sidetoggle">Show / Hide Table of Contents</a>
<div class="sidetoggle collapse" id="sidetoggle">
<div id="sidetoc"></div>
</div>
</div>
<div class="article row grid-right">
<div class="col-md-10">
<article class="content wrap" id="_content" data-uid="Discord.Converter">
<h1 id="Discord_Converter" data-uid="Discord.Converter" class="text-break">Namespace Discord.Converter
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>
<div class="markdown level0 remarks"></div>
<h3 id="classes">Classes
</h3>
<h4><a class="xref" href="Discord.Converter.InteractionFormatter.html">InteractionFormatter</a></h4>
<section></section>
</article>
</div>
<div class="hidden-sm col-md-2" role="complementary">
<div class="sideaffix">
<div class="contribution">
<ul class="nav">
</ul>
</div>
<nav class="bs-docs-sidebar hidden-print hidden-xs hidden-sm affix" id="affix">
<h5>In This Article</h5>
<div></div>
</nav>
</div>
</div>
</div>
</div>
<footer>
<div class="grad-bottom"></div>
<div class="footer">
<div class="container">
<span class="pull-right">
<a href="#top">Back to top</a>
</span>
<span>Generated by <strong>DocFX</strong></span>
</div>
</div>
</footer>
</div>
<script type="text/javascript" src="../styles/docfx.vendor.min.js"></script>
<script type="text/javascript" src="../styles/docfx.js"></script>
<script type="text/javascript" src="../styles/main.js"></script>
</body>
</html>

View file

@ -0,0 +1,204 @@
<!DOCTYPE html>
<!--[if IE]><![endif]-->
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<title>Class MismatchedEnumLengthsException
</title>
<meta name="viewport" content="width=device-width">
<meta name="title" content="Class MismatchedEnumLengthsException
">
<link rel="shortcut icon" href="../favicon.ico">
<link rel="stylesheet" href="../styles/docfx.vendor.min.css">
<link rel="stylesheet" href="../styles/docfx.css">
<link rel="stylesheet" href="../styles/main.css">
<meta property="docfx:navrel" content="../toc.html">
<meta property="docfx:tocrel" content="toc.html">
</head>
<body data-spy="scroll" data-target="#affix" data-offset="120">
<div id="wrapper">
<header>
<nav id="autocollapse" class="navbar navbar-inverse ng-scope" role="navigation">
<div class="container">
<div class="navbar-header">
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target="#navbar">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="navbar-brand" href="../index.html">
<img id="logo" class="svg" src="../logo.svg" alt="">
</a>
</div>
<div class="collapse navbar-collapse" id="navbar">
<form class="navbar-form navbar-right" role="search" id="search">
<div class="form-group">
<input type="text" class="form-control" id="search-query" placeholder="Search" autocomplete="off">
</div>
</form>
</div>
</div>
</nav>
<div class="subnav navbar navbar-default">
<div class="container hide-when-search" id="breadcrumb">
<ul class="breadcrumb">
<li></li>
</ul>
</div>
</div>
</header>
<div role="main" class="container body-content hide-when-search">
<div class="sidenav hide-when-search">
<a class="btn toc-toggle collapse" data-toggle="collapse" href="#sidetoggle" aria-expanded="false" aria-controls="sidetoggle">Show / Hide Table of Contents</a>
<div class="sidetoggle collapse" id="sidetoggle">
<div id="sidetoc"></div>
</div>
</div>
<div class="article row grid-right">
<div class="col-md-10">
<article class="content wrap" id="_content" data-uid="Discord.Exception.MismatchedEnumLengthsException">
<h1 id="Discord_Exception_MismatchedEnumLengthsException" data-uid="Discord.Exception.MismatchedEnumLengthsException" class="text-break">Class MismatchedEnumLengthsException
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>
<div class="inheritance">
<h5>Inheritance</h5>
<div class="level0"><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object">object</a></div>
<div class="level1"><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.exception">Exception</a></div>
<div class="level2"><span class="xref">MismatchedEnumLengthsException</span></div>
</div>
<div class="implements">
<h5>Implements</h5>
<div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.runtime.serialization.iserializable">ISerializable</a></div>
</div>
<div class="inheritedMembers">
<h5>Inherited Members</h5>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.exception.getbaseexception">Exception.GetBaseException()</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.exception.getobjectdata">Exception.GetObjectData(SerializationInfo, StreamingContext)</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.exception.gettype">Exception.GetType()</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.exception.tostring">Exception.ToString()</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.exception.data">Exception.Data</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.exception.helplink">Exception.HelpLink</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.exception.hresult">Exception.HResult</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.exception.innerexception">Exception.InnerException</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.exception.message">Exception.Message</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.exception.source">Exception.Source</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.exception.stacktrace">Exception.StackTrace</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.exception.targetsite">Exception.TargetSite</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.exception.serializeobjectstate">Exception.SerializeObjectState</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals(system-object)">object.Equals(object)</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals(system-object-system-object)">object.Equals(object, object)</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object.gethashcode">object.GetHashCode()</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object.memberwiseclone">object.MemberwiseClone()</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object.referenceequals">object.ReferenceEquals(object, object)</a>
</div>
</div>
<h6><strong>Namespace</strong>: <span class="xref">Discord</span>.<a class="xref" href="Discord.Exception.html">Exception</a></h6>
<h6><strong>Assembly</strong>: Discord.dll</h6>
<h5 id="Discord_Exception_MismatchedEnumLengthsException_syntax">Syntax</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public class MismatchedEnumLengthsException : Exception, ISerializable</code></pre>
</div>
<h3 id="constructors">Constructors
</h3>
<a id="Discord_Exception_MismatchedEnumLengthsException__ctor_" data-uid="Discord.Exception.MismatchedEnumLengthsException.#ctor*"></a>
<h4 id="Discord_Exception_MismatchedEnumLengthsException__ctor" data-uid="Discord.Exception.MismatchedEnumLengthsException.#ctor">MismatchedEnumLengthsException()</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public MismatchedEnumLengthsException()</code></pre>
</div>
<h3 id="implements">Implements</h3>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.runtime.serialization.iserializable">ISerializable</a>
</div>
</article>
</div>
<div class="hidden-sm col-md-2" role="complementary">
<div class="sideaffix">
<div class="contribution">
<ul class="nav">
</ul>
</div>
<nav class="bs-docs-sidebar hidden-print hidden-xs hidden-sm affix" id="affix">
<h5>In This Article</h5>
<div></div>
</nav>
</div>
</div>
</div>
</div>
<footer>
<div class="grad-bottom"></div>
<div class="footer">
<div class="container">
<span class="pull-right">
<a href="#top">Back to top</a>
</span>
<span>Generated by <strong>DocFX</strong></span>
</div>
</div>
</footer>
</div>
<script type="text/javascript" src="../styles/docfx.vendor.min.js"></script>
<script type="text/javascript" src="../styles/docfx.js"></script>
<script type="text/javascript" src="../styles/main.js"></script>
</body>
</html>

View file

@ -0,0 +1,119 @@
<!DOCTYPE html>
<!--[if IE]><![endif]-->
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<title>Namespace Discord.Exception
</title>
<meta name="viewport" content="width=device-width">
<meta name="title" content="Namespace Discord.Exception
">
<link rel="shortcut icon" href="../favicon.ico">
<link rel="stylesheet" href="../styles/docfx.vendor.min.css">
<link rel="stylesheet" href="../styles/docfx.css">
<link rel="stylesheet" href="../styles/main.css">
<meta property="docfx:navrel" content="../toc.html">
<meta property="docfx:tocrel" content="toc.html">
</head>
<body data-spy="scroll" data-target="#affix" data-offset="120">
<div id="wrapper">
<header>
<nav id="autocollapse" class="navbar navbar-inverse ng-scope" role="navigation">
<div class="container">
<div class="navbar-header">
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target="#navbar">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="navbar-brand" href="../index.html">
<img id="logo" class="svg" src="../logo.svg" alt="">
</a>
</div>
<div class="collapse navbar-collapse" id="navbar">
<form class="navbar-form navbar-right" role="search" id="search">
<div class="form-group">
<input type="text" class="form-control" id="search-query" placeholder="Search" autocomplete="off">
</div>
</form>
</div>
</div>
</nav>
<div class="subnav navbar navbar-default">
<div class="container hide-when-search" id="breadcrumb">
<ul class="breadcrumb">
<li></li>
</ul>
</div>
</div>
</header>
<div role="main" class="container body-content hide-when-search">
<div class="sidenav hide-when-search">
<a class="btn toc-toggle collapse" data-toggle="collapse" href="#sidetoggle" aria-expanded="false" aria-controls="sidetoggle">Show / Hide Table of Contents</a>
<div class="sidetoggle collapse" id="sidetoggle">
<div id="sidetoc"></div>
</div>
</div>
<div class="article row grid-right">
<div class="col-md-10">
<article class="content wrap" id="_content" data-uid="Discord.Exception">
<h1 id="Discord_Exception" data-uid="Discord.Exception" class="text-break">Namespace Discord.Exception
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>
<div class="markdown level0 remarks"></div>
<h3 id="classes">Classes
</h3>
<h4><a class="xref" href="Discord.Exception.MismatchedEnumLengthsException.html">MismatchedEnumLengthsException</a></h4>
<section></section>
</article>
</div>
<div class="hidden-sm col-md-2" role="complementary">
<div class="sideaffix">
<div class="contribution">
<ul class="nav">
</ul>
</div>
<nav class="bs-docs-sidebar hidden-print hidden-xs hidden-sm affix" id="affix">
<h5>In This Article</h5>
<div></div>
</nav>
</div>
</div>
</div>
</div>
<footer>
<div class="grad-bottom"></div>
<div class="footer">
<div class="container">
<span class="pull-right">
<a href="#top">Back to top</a>
</span>
<span>Generated by <strong>DocFX</strong></span>
</div>
</div>
</footer>
</div>
<script type="text/javascript" src="../styles/docfx.vendor.min.js"></script>
<script type="text/javascript" src="../styles/docfx.js"></script>
<script type="text/javascript" src="../styles/main.js"></script>
</body>
</html>

View file

@ -1,119 +1,119 @@
<!DOCTYPE html> <!DOCTYPE html>
<!--[if IE]><![endif]--> <!--[if IE]><![endif]-->
<html> <html>
<head> <head>
<meta charset="utf-8"> <meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"> <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<title>Namespace Discord <title>Namespace Discord
</title> </title>
<meta name="viewport" content="width=device-width"> <meta name="viewport" content="width=device-width">
<meta name="title" content="Namespace Discord <meta name="title" content="Namespace Discord
"> ">
<link rel="shortcut icon" href="../favicon.ico"> <link rel="shortcut icon" href="../favicon.ico">
<link rel="stylesheet" href="../styles/docfx.vendor.min.css"> <link rel="stylesheet" href="../styles/docfx.vendor.min.css">
<link rel="stylesheet" href="../styles/docfx.css"> <link rel="stylesheet" href="../styles/docfx.css">
<link rel="stylesheet" href="../styles/main.css"> <link rel="stylesheet" href="../styles/main.css">
<meta property="docfx:navrel" content="../toc.html"> <meta property="docfx:navrel" content="../toc.html">
<meta property="docfx:tocrel" content="toc.html"> <meta property="docfx:tocrel" content="toc.html">
</head> </head>
<body data-spy="scroll" data-target="#affix" data-offset="120"> <body data-spy="scroll" data-target="#affix" data-offset="120">
<div id="wrapper"> <div id="wrapper">
<header> <header>
<nav id="autocollapse" class="navbar navbar-inverse ng-scope" role="navigation"> <nav id="autocollapse" class="navbar navbar-inverse ng-scope" role="navigation">
<div class="container"> <div class="container">
<div class="navbar-header"> <div class="navbar-header">
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target="#navbar"> <button type="button" class="navbar-toggle" data-toggle="collapse" data-target="#navbar">
<span class="sr-only">Toggle navigation</span> <span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span> <span class="icon-bar"></span>
<span class="icon-bar"></span> <span class="icon-bar"></span>
<span class="icon-bar"></span> <span class="icon-bar"></span>
</button> </button>
<a class="navbar-brand" href="../index.html"> <a class="navbar-brand" href="../index.html">
<img id="logo" class="svg" src="../logo.svg" alt=""> <img id="logo" class="svg" src="../logo.svg" alt="">
</a> </a>
</div> </div>
<div class="collapse navbar-collapse" id="navbar"> <div class="collapse navbar-collapse" id="navbar">
<form class="navbar-form navbar-right" role="search" id="search"> <form class="navbar-form navbar-right" role="search" id="search">
<div class="form-group"> <div class="form-group">
<input type="text" class="form-control" id="search-query" placeholder="Search" autocomplete="off"> <input type="text" class="form-control" id="search-query" placeholder="Search" autocomplete="off">
</div> </div>
</form> </form>
</div> </div>
</div> </div>
</nav> </nav>
<div class="subnav navbar navbar-default"> <div class="subnav navbar navbar-default">
<div class="container hide-when-search" id="breadcrumb"> <div class="container hide-when-search" id="breadcrumb">
<ul class="breadcrumb"> <ul class="breadcrumb">
<li></li> <li></li>
</ul> </ul>
</div> </div>
</div> </div>
</header> </header>
<div role="main" class="container body-content hide-when-search"> <div role="main" class="container body-content hide-when-search">
<div class="sidenav hide-when-search"> <div class="sidenav hide-when-search">
<a class="btn toc-toggle collapse" data-toggle="collapse" href="#sidetoggle" aria-expanded="false" aria-controls="sidetoggle">Show / Hide Table of Contents</a> <a class="btn toc-toggle collapse" data-toggle="collapse" href="#sidetoggle" aria-expanded="false" aria-controls="sidetoggle">Show / Hide Table of Contents</a>
<div class="sidetoggle collapse" id="sidetoggle"> <div class="sidetoggle collapse" id="sidetoggle">
<div id="sidetoc"></div> <div id="sidetoc"></div>
</div> </div>
</div> </div>
<div class="article row grid-right"> <div class="article row grid-right">
<div class="col-md-10"> <div class="col-md-10">
<article class="content wrap" id="_content" data-uid="Discord"> <article class="content wrap" id="_content" data-uid="Discord">
<h1 id="Discord" data-uid="Discord" class="text-break">Namespace Discord <h1 id="Discord" data-uid="Discord" class="text-break">Namespace Discord
</h1> </h1>
<div class="markdown level0 summary"></div> <div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div> <div class="markdown level0 conceptual"></div>
<div class="markdown level0 remarks"></div> <div class="markdown level0 remarks"></div>
<h3 id="classes">Classes <h3 id="classes">Classes
</h3> </h3>
<h4><a class="xref" href="Discord.Class1.html">Class1</a></h4> <h4><a class="xref" href="Discord.Class1.html">Class1</a></h4>
<section></section> <section></section>
</article> </article>
</div> </div>
<div class="hidden-sm col-md-2" role="complementary"> <div class="hidden-sm col-md-2" role="complementary">
<div class="sideaffix"> <div class="sideaffix">
<div class="contribution"> <div class="contribution">
<ul class="nav"> <ul class="nav">
</ul> </ul>
</div> </div>
<nav class="bs-docs-sidebar hidden-print hidden-xs hidden-sm affix" id="affix"> <nav class="bs-docs-sidebar hidden-print hidden-xs hidden-sm affix" id="affix">
<h5>In This Article</h5> <h5>In This Article</h5>
<div></div> <div></div>
</nav> </nav>
</div> </div>
</div> </div>
</div> </div>
</div> </div>
<footer> <footer>
<div class="grad-bottom"></div> <div class="grad-bottom"></div>
<div class="footer"> <div class="footer">
<div class="container"> <div class="container">
<span class="pull-right"> <span class="pull-right">
<a href="#top">Back to top</a> <a href="#top">Back to top</a>
</span> </span>
<span>Generated by <strong>DocFX</strong></span> <span>Generated by <strong>DocFX</strong></span>
</div> </div>
</div> </div>
</footer> </footer>
</div> </div>
<script type="text/javascript" src="../styles/docfx.vendor.min.js"></script> <script type="text/javascript" src="../styles/docfx.vendor.min.js"></script>
<script type="text/javascript" src="../styles/docfx.js"></script> <script type="text/javascript" src="../styles/docfx.js"></script>
<script type="text/javascript" src="../styles/main.js"></script> <script type="text/javascript" src="../styles/main.js"></script>
</body> </body>
</html> </html>

View file

@ -1,108 +1,109 @@
<!DOCTYPE html> <!DOCTYPE html>
<!--[if IE]><![endif]--> <!--[if IE]><![endif]-->
<html> <html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<title>PLACEHOLDER </title>
<meta name="viewport" content="width=device-width">
<meta name="title" content="PLACEHOLDER ">
<link rel="shortcut icon" href="../favicon.ico">
<link rel="stylesheet" href="../styles/docfx.vendor.min.css">
<link rel="stylesheet" href="../styles/docfx.css">
<link rel="stylesheet" href="../styles/main.css">
<meta property="docfx:navrel" content="../toc.html">
<meta property="docfx:tocrel" content="toc.html">
</head>
<body data-spy="scroll" data-target="#affix" data-offset="120">
<div id="wrapper">
<header>
<nav id="autocollapse" class="navbar navbar-inverse ng-scope" role="navigation">
<div class="container">
<div class="navbar-header">
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target="#navbar">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="navbar-brand" href="../index.html">
<img id="logo" class="svg" src="../logo.svg" alt="">
</a>
</div>
<div class="collapse navbar-collapse" id="navbar">
<form class="navbar-form navbar-right" role="search" id="search">
<div class="form-group">
<input type="text" class="form-control" id="search-query" placeholder="Search" autocomplete="off">
</div>
</form>
</div>
</div>
</nav>
<div class="subnav navbar navbar-default">
<div class="container hide-when-search" id="breadcrumb">
<ul class="breadcrumb">
<li></li>
</ul>
</div>
</div>
</header>
<div role="main" class="container body-content hide-when-search">
<div class="sidenav hide-when-search">
<a class="btn toc-toggle collapse" data-toggle="collapse" href="#sidetoggle" aria-expanded="false" aria-controls="sidetoggle">Show / Hide Table of Contents</a>
<div class="sidetoggle collapse" id="sidetoggle">
<div id="sidetoc"></div>
</div>
</div>
<div class="article row grid-right">
<div class="col-md-10">
<article class="content wrap" id="_content" data-uid="">
<h1 id="placeholder">PLACEHOLDER</h1>
<head> <p>TODO: Add .NET projects to the <em>src</em> folder and run <code>docfx</code> to generate <strong>REAL</strong> <em>API Documentation</em>!<br>
<meta charset="utf-8"> This is a test!</p>
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"> </article>
<title>PLACEHOLDER </title> </div>
<meta name="viewport" content="width=device-width">
<meta name="title" content="PLACEHOLDER "> <div class="hidden-sm col-md-2" role="complementary">
<div class="sideaffix">
<link rel="shortcut icon" href="../favicon.ico"> <div class="contribution">
<link rel="stylesheet" href="../styles/docfx.vendor.min.css"> <ul class="nav">
<link rel="stylesheet" href="../styles/docfx.css"> </ul>
<link rel="stylesheet" href="../styles/main.css"> </div>
<meta property="docfx:navrel" content="../toc.html"> <nav class="bs-docs-sidebar hidden-print hidden-xs hidden-sm affix" id="affix">
<meta property="docfx:tocrel" content="toc.html"> <h5>In This Article</h5>
<div></div>
</nav>
</div>
</head> </div>
<body data-spy="scroll" data-target="#affix" data-offset="120"> </div>
<div id="wrapper"> </div>
<header>
<footer>
<nav id="autocollapse" class="navbar navbar-inverse ng-scope" role="navigation"> <div class="grad-bottom"></div>
<div class="container"> <div class="footer">
<div class="navbar-header"> <div class="container">
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target="#navbar"> <span class="pull-right">
<span class="sr-only">Toggle navigation</span> <a href="#top">Back to top</a>
<span class="icon-bar"></span> </span>
<span class="icon-bar"></span>
<span class="icon-bar"></span> <span>Generated by <strong>DocFX</strong></span>
</button> </div>
</div>
<a class="navbar-brand" href="../index.html"> </footer>
<img id="logo" class="svg" src="../logo.svg" alt=""> </div>
</a>
</div> <script type="text/javascript" src="../styles/docfx.vendor.min.js"></script>
<div class="collapse navbar-collapse" id="navbar"> <script type="text/javascript" src="../styles/docfx.js"></script>
<form class="navbar-form navbar-right" role="search" id="search"> <script type="text/javascript" src="../styles/main.js"></script>
<div class="form-group"> </body>
<input type="text" class="form-control" id="search-query" placeholder="Search" autocomplete="off"> </html>
</div>
</form>
</div>
</div>
</nav>
<div class="subnav navbar navbar-default">
<div class="container hide-when-search" id="breadcrumb">
<ul class="breadcrumb">
<li></li>
</ul>
</div>
</div>
</header>
<div role="main" class="container body-content hide-when-search">
<div class="sidenav hide-when-search">
<a class="btn toc-toggle collapse" data-toggle="collapse" href="#sidetoggle" aria-expanded="false" aria-controls="sidetoggle">Show / Hide Table of Contents</a>
<div class="sidetoggle collapse" id="sidetoggle">
<div id="sidetoc"></div>
</div>
</div>
<div class="article row grid-right">
<div class="col-md-10">
<article class="content wrap" id="_content" data-uid="">
<h1 id="placeholder">PLACEHOLDER</h1>
<p>TODO: Add .NET projects to the <em>src</em> folder and run <code>docfx</code> to generate <strong>REAL</strong> <em>API Documentation</em>!</p>
</article>
</div>
<div class="hidden-sm col-md-2" role="complementary">
<div class="sideaffix">
<div class="contribution">
<ul class="nav">
</ul>
</div>
<nav class="bs-docs-sidebar hidden-print hidden-xs hidden-sm affix" id="affix">
<h5>In This Article</h5>
<div></div>
</nav>
</div>
</div>
</div>
</div>
<footer>
<div class="grad-bottom"></div>
<div class="footer">
<div class="container">
<span class="pull-right">
<a href="#top">Back to top</a>
</span>
<span>Generated by <strong>DocFX</strong></span>
</div>
</div>
</footer>
</div>
<script type="text/javascript" src="../styles/docfx.vendor.min.js"></script>
<script type="text/javascript" src="../styles/docfx.js"></script>
<script type="text/javascript" src="../styles/main.js"></script>
</body>
</html>

View file

@ -1,29 +1,59 @@
 
<div id="sidetoggle"> <div id="sidetoggle">
<div> <div>
<div class="sidefilter"> <div class="sidefilter">
<form class="toc-filter"> <form class="toc-filter">
<span class="glyphicon glyphicon-filter filter-icon"></span> <span class="glyphicon glyphicon-filter filter-icon"></span>
<span class="glyphicon glyphicon-remove clear-icon" id="toc_filter_clear"></span> <span class="glyphicon glyphicon-remove clear-icon" id="toc_filter_clear"></span>
<input type="text" id="toc_filter_input" placeholder="Enter here to filter..." onkeypress="if(event.keyCode==13) {return false;}"> <input type="text" id="toc_filter_input" placeholder="Enter here to filter..." onkeypress="if(event.keyCode==13) {return false;}">
</form> </form>
</div> </div>
<div class="sidetoc"> <div class="sidetoc">
<div class="toc" id="toc"> <div class="toc" id="toc">
<ul class="nav level1"> <ul class="nav level1">
<li> <li>
<span class="expand-stub"></span> <span class="expand-stub"></span>
<a href="Discord.html" name="" title="Discord">Discord</a> <a href="Discord.Attribute.html" name="" title="Discord.Attribute">Discord.Attribute</a>
<ul class="nav level2"> <ul class="nav level2">
<li> <li>
<a href="Discord.Class1.html" name="" title="Class1">Class1</a> <a href="Discord.Attribute.EventControllerAttribute-1.html" name="" title="EventControllerAttribute&lt;T&gt;">EventControllerAttribute&lt;T&gt;</a>
</li> </li>
</ul> </ul>
</li> </li>
</ul> <li>
</div> <span class="expand-stub"></span>
</div> <a href="Discord.Controller.html" name="" title="Discord.Controller">Discord.Controller</a>
</div>
<ul class="nav level2">
<li>
<a href="Discord.Controller.EventController.html" name="" title="EventController">EventController</a>
</li>
</ul>
</li>
<li>
<span class="expand-stub"></span>
<a href="Discord.Converter.html" name="" title="Discord.Converter">Discord.Converter</a>
<ul class="nav level2">
<li>
<a href="Discord.Converter.InteractionFormatter.html" name="" title="InteractionFormatter">InteractionFormatter</a>
</li>
</ul>
</li>
<li>
<span class="expand-stub"></span>
<a href="Discord.Exception.html" name="" title="Discord.Exception">Discord.Exception</a>
<ul class="nav level2">
<li>
<a href="Discord.Exception.MismatchedEnumLengthsException.html" name="" title="MismatchedEnumLengthsException">MismatchedEnumLengthsException</a>
</li>
</ul>
</li>
</ul>
</div>
</div>
</div>
</div> </div>

View file

@ -1,107 +1,107 @@
<!DOCTYPE html> <!DOCTYPE html>
<!--[if IE]><![endif]--> <!--[if IE]><![endif]-->
<html> <html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<title>Add your introductions here! </title>
<meta name="viewport" content="width=device-width">
<meta name="title" content="Add your introductions here! ">
<link rel="shortcut icon" href="../favicon.ico">
<link rel="stylesheet" href="../styles/docfx.vendor.min.css">
<link rel="stylesheet" href="../styles/docfx.css">
<link rel="stylesheet" href="../styles/main.css">
<meta property="docfx:navrel" content="../toc.html">
<meta property="docfx:tocrel" content="toc.html">
</head>
<body data-spy="scroll" data-target="#affix" data-offset="120">
<div id="wrapper">
<header>
<nav id="autocollapse" class="navbar navbar-inverse ng-scope" role="navigation">
<div class="container">
<div class="navbar-header">
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target="#navbar">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="navbar-brand" href="../index.html">
<img id="logo" class="svg" src="../logo.svg" alt="">
</a>
</div>
<div class="collapse navbar-collapse" id="navbar">
<form class="navbar-form navbar-right" role="search" id="search">
<div class="form-group">
<input type="text" class="form-control" id="search-query" placeholder="Search" autocomplete="off">
</div>
</form>
</div>
</div>
</nav>
<div class="subnav navbar navbar-default">
<div class="container hide-when-search" id="breadcrumb">
<ul class="breadcrumb">
<li></li>
</ul>
</div>
</div>
</header>
<div role="main" class="container body-content hide-when-search">
<div class="sidenav hide-when-search">
<a class="btn toc-toggle collapse" data-toggle="collapse" href="#sidetoggle" aria-expanded="false" aria-controls="sidetoggle">Show / Hide Table of Contents</a>
<div class="sidetoggle collapse" id="sidetoggle">
<div id="sidetoc"></div>
</div>
</div>
<div class="article row grid-right">
<div class="col-md-10">
<article class="content wrap" id="_content" data-uid="">
<h1 id="add-your-introductions-here">Add your introductions here!</h1>
<head> </article>
<meta charset="utf-8"> </div>
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<title>Add your introductions here! </title> <div class="hidden-sm col-md-2" role="complementary">
<meta name="viewport" content="width=device-width"> <div class="sideaffix">
<meta name="title" content="Add your introductions here! "> <div class="contribution">
<ul class="nav">
<link rel="shortcut icon" href="../favicon.ico"> </ul>
<link rel="stylesheet" href="../styles/docfx.vendor.min.css"> </div>
<link rel="stylesheet" href="../styles/docfx.css"> <nav class="bs-docs-sidebar hidden-print hidden-xs hidden-sm affix" id="affix">
<link rel="stylesheet" href="../styles/main.css"> <h5>In This Article</h5>
<meta property="docfx:navrel" content="../toc.html"> <div></div>
<meta property="docfx:tocrel" content="toc.html"> </nav>
</div>
</div>
</div>
</head> </div>
<body data-spy="scroll" data-target="#affix" data-offset="120">
<div id="wrapper"> <footer>
<header> <div class="grad-bottom"></div>
<div class="footer">
<nav id="autocollapse" class="navbar navbar-inverse ng-scope" role="navigation"> <div class="container">
<div class="container"> <span class="pull-right">
<div class="navbar-header"> <a href="#top">Back to top</a>
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target="#navbar"> </span>
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span> <span>Generated by <strong>DocFX</strong></span>
<span class="icon-bar"></span> </div>
<span class="icon-bar"></span> </div>
</button> </footer>
</div>
<a class="navbar-brand" href="../index.html">
<img id="logo" class="svg" src="../logo.svg" alt=""> <script type="text/javascript" src="../styles/docfx.vendor.min.js"></script>
</a> <script type="text/javascript" src="../styles/docfx.js"></script>
</div> <script type="text/javascript" src="../styles/main.js"></script>
<div class="collapse navbar-collapse" id="navbar"> </body>
<form class="navbar-form navbar-right" role="search" id="search"> </html>
<div class="form-group">
<input type="text" class="form-control" id="search-query" placeholder="Search" autocomplete="off">
</div>
</form>
</div>
</div>
</nav>
<div class="subnav navbar navbar-default">
<div class="container hide-when-search" id="breadcrumb">
<ul class="breadcrumb">
<li></li>
</ul>
</div>
</div>
</header>
<div role="main" class="container body-content hide-when-search">
<div class="sidenav hide-when-search">
<a class="btn toc-toggle collapse" data-toggle="collapse" href="#sidetoggle" aria-expanded="false" aria-controls="sidetoggle">Show / Hide Table of Contents</a>
<div class="sidetoggle collapse" id="sidetoggle">
<div id="sidetoc"></div>
</div>
</div>
<div class="article row grid-right">
<div class="col-md-10">
<article class="content wrap" id="_content" data-uid="">
<h1 id="add-your-introductions-here">Add your introductions here!</h1>
</article>
</div>
<div class="hidden-sm col-md-2" role="complementary">
<div class="sideaffix">
<div class="contribution">
<ul class="nav">
</ul>
</div>
<nav class="bs-docs-sidebar hidden-print hidden-xs hidden-sm affix" id="affix">
<h5>In This Article</h5>
<div></div>
</nav>
</div>
</div>
</div>
</div>
<footer>
<div class="grad-bottom"></div>
<div class="footer">
<div class="container">
<span class="pull-right">
<a href="#top">Back to top</a>
</span>
<span>Generated by <strong>DocFX</strong></span>
</div>
</div>
</footer>
</div>
<script type="text/javascript" src="../styles/docfx.vendor.min.js"></script>
<script type="text/javascript" src="../styles/docfx.js"></script>
<script type="text/javascript" src="../styles/main.js"></script>
</body>
</html>

107
docs/articles/test.html Normal file
View file

@ -0,0 +1,107 @@
<!DOCTYPE html>
<!--[if IE]><![endif]-->
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<title>Add your test here! </title>
<meta name="viewport" content="width=device-width">
<meta name="title" content="Add your test here! ">
<link rel="shortcut icon" href="../favicon.ico">
<link rel="stylesheet" href="../styles/docfx.vendor.min.css">
<link rel="stylesheet" href="../styles/docfx.css">
<link rel="stylesheet" href="../styles/main.css">
<meta property="docfx:navrel" content="../toc.html">
<meta property="docfx:tocrel" content="toc.html">
</head>
<body data-spy="scroll" data-target="#affix" data-offset="120">
<div id="wrapper">
<header>
<nav id="autocollapse" class="navbar navbar-inverse ng-scope" role="navigation">
<div class="container">
<div class="navbar-header">
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target="#navbar">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="navbar-brand" href="../index.html">
<img id="logo" class="svg" src="../logo.svg" alt="">
</a>
</div>
<div class="collapse navbar-collapse" id="navbar">
<form class="navbar-form navbar-right" role="search" id="search">
<div class="form-group">
<input type="text" class="form-control" id="search-query" placeholder="Search" autocomplete="off">
</div>
</form>
</div>
</div>
</nav>
<div class="subnav navbar navbar-default">
<div class="container hide-when-search" id="breadcrumb">
<ul class="breadcrumb">
<li></li>
</ul>
</div>
</div>
</header>
<div role="main" class="container body-content hide-when-search">
<div class="sidenav hide-when-search">
<a class="btn toc-toggle collapse" data-toggle="collapse" href="#sidetoggle" aria-expanded="false" aria-controls="sidetoggle">Show / Hide Table of Contents</a>
<div class="sidetoggle collapse" id="sidetoggle">
<div id="sidetoc"></div>
</div>
</div>
<div class="article row grid-right">
<div class="col-md-10">
<article class="content wrap" id="_content" data-uid="">
<h1 id="add-your-test-here">Add your test here!</h1>
</article>
</div>
<div class="hidden-sm col-md-2" role="complementary">
<div class="sideaffix">
<div class="contribution">
<ul class="nav">
</ul>
</div>
<nav class="bs-docs-sidebar hidden-print hidden-xs hidden-sm affix" id="affix">
<h5>In This Article</h5>
<div></div>
</nav>
</div>
</div>
</div>
</div>
<footer>
<div class="grad-bottom"></div>
<div class="footer">
<div class="container">
<span class="pull-right">
<a href="#top">Back to top</a>
</span>
<span>Generated by <strong>DocFX</strong></span>
</div>
</div>
</footer>
</div>
<script type="text/javascript" src="../styles/docfx.vendor.min.js"></script>
<script type="text/javascript" src="../styles/docfx.js"></script>
<script type="text/javascript" src="../styles/main.js"></script>
</body>
</html>

View file

@ -1,22 +1,22 @@
 
<div id="sidetoggle"> <div id="sidetoggle">
<div> <div>
<div class="sidefilter"> <div class="sidefilter">
<form class="toc-filter"> <form class="toc-filter">
<span class="glyphicon glyphicon-filter filter-icon"></span> <span class="glyphicon glyphicon-filter filter-icon"></span>
<span class="glyphicon glyphicon-remove clear-icon" id="toc_filter_clear"></span> <span class="glyphicon glyphicon-remove clear-icon" id="toc_filter_clear"></span>
<input type="text" id="toc_filter_input" placeholder="Enter here to filter..." onkeypress="if(event.keyCode==13) {return false;}"> <input type="text" id="toc_filter_input" placeholder="Enter here to filter..." onkeypress="if(event.keyCode==13) {return false;}">
</form> </form>
</div> </div>
<div class="sidetoc"> <div class="sidetoc">
<div class="toc" id="toc"> <div class="toc" id="toc">
<ul class="nav level1"> <ul class="nav level1">
<li> <li>
<a href="intro.html" name="" title="Introduction">Introduction</a> <a href="intro.html" name="" title="Introduction">Introduction</a>
</li> </li>
</ul> </ul>
</div> </div>
</div> </div>
</div> </div>
</div> </div>

View file

@ -1,105 +1,105 @@
<!DOCTYPE html> <!DOCTYPE html>
<!--[if IE]><![endif]--> <!--[if IE]><![endif]-->
<html> <html>
<head> <head>
<meta charset="utf-8"> <meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"> <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<title>This is the HOMEPAGE. </title> <title>This is the HOMEPAGE. </title>
<meta name="viewport" content="width=device-width"> <meta name="viewport" content="width=device-width">
<meta name="title" content="This is the HOMEPAGE. "> <meta name="title" content="This is the HOMEPAGE. ">
<link rel="shortcut icon" href="favicon.ico"> <link rel="shortcut icon" href="favicon.ico">
<link rel="stylesheet" href="styles/docfx.vendor.min.css"> <link rel="stylesheet" href="styles/docfx.vendor.min.css">
<link rel="stylesheet" href="styles/docfx.css"> <link rel="stylesheet" href="styles/docfx.css">
<link rel="stylesheet" href="styles/main.css"> <link rel="stylesheet" href="styles/main.css">
<meta property="docfx:navrel" content="toc.html"> <meta property="docfx:navrel" content="toc.html">
<meta property="docfx:tocrel" content="toc.html"> <meta property="docfx:tocrel" content="toc.html">
</head> </head>
<body data-spy="scroll" data-target="#affix" data-offset="120"> <body data-spy="scroll" data-target="#affix" data-offset="120">
<div id="wrapper"> <div id="wrapper">
<header> <header>
<nav id="autocollapse" class="navbar navbar-inverse ng-scope" role="navigation"> <nav id="autocollapse" class="navbar navbar-inverse ng-scope" role="navigation">
<div class="container"> <div class="container">
<div class="navbar-header"> <div class="navbar-header">
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target="#navbar"> <button type="button" class="navbar-toggle" data-toggle="collapse" data-target="#navbar">
<span class="sr-only">Toggle navigation</span> <span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span> <span class="icon-bar"></span>
<span class="icon-bar"></span> <span class="icon-bar"></span>
<span class="icon-bar"></span> <span class="icon-bar"></span>
</button> </button>
<a class="navbar-brand" href="index.html"> <a class="navbar-brand" href="index.html">
<img id="logo" class="svg" src="logo.svg" alt=""> <img id="logo" class="svg" src="logo.svg" alt="">
</a> </a>
</div> </div>
<div class="collapse navbar-collapse" id="navbar"> <div class="collapse navbar-collapse" id="navbar">
<form class="navbar-form navbar-right" role="search" id="search"> <form class="navbar-form navbar-right" role="search" id="search">
<div class="form-group"> <div class="form-group">
<input type="text" class="form-control" id="search-query" placeholder="Search" autocomplete="off"> <input type="text" class="form-control" id="search-query" placeholder="Search" autocomplete="off">
</div> </div>
</form> </form>
</div> </div>
</div> </div>
</nav> </nav>
<div class="subnav navbar navbar-default"> <div class="subnav navbar navbar-default">
<div class="container hide-when-search" id="breadcrumb"> <div class="container hide-when-search" id="breadcrumb">
<ul class="breadcrumb"> <ul class="breadcrumb">
<li></li> <li></li>
</ul> </ul>
</div> </div>
</div> </div>
</header> </header>
<div role="main" class="container body-content hide-when-search"> <div role="main" class="container body-content hide-when-search">
<div class="article row grid"> <div class="article row grid">
<div class="col-md-10"> <div class="col-md-10">
<article class="content wrap" id="_content" data-uid=""> <article class="content wrap" id="_content" data-uid="">
<h1 id="this-is-the-homepage">This is the <strong>HOMEPAGE</strong>.</h1> <h1 id="this-is-the-homepage">This is the <strong>HOMEPAGE</strong>.</h1>
<p>Refer to <a href="http://daringfireball.net/projects/markdown/">Markdown</a> for how to write markdown files.</p> <p>Refer to <a href="http://daringfireball.net/projects/markdown/">Markdown</a> for how to write markdown files.</p>
<h2 id="quick-start-notes">Quick Start Notes:</h2> <h2 id="quick-start-notes">Quick Start Notes:</h2>
<ol> <ol>
<li>Add images to the <em>images</em> folder if the file is referencing an image.</li> <li>Add images to the <em>images</em> folder if the file is referencing an image.</li>
</ol> </ol>
</article> </article>
</div> </div>
<div class="hidden-sm col-md-2" role="complementary"> <div class="hidden-sm col-md-2" role="complementary">
<div class="sideaffix"> <div class="sideaffix">
<div class="contribution"> <div class="contribution">
<ul class="nav"> <ul class="nav">
</ul> </ul>
</div> </div>
<nav class="bs-docs-sidebar hidden-print hidden-xs hidden-sm affix" id="affix"> <nav class="bs-docs-sidebar hidden-print hidden-xs hidden-sm affix" id="affix">
<h5>In This Article</h5> <h5>In This Article</h5>
<div></div> <div></div>
</nav> </nav>
</div> </div>
</div> </div>
</div> </div>
</div> </div>
<footer> <footer>
<div class="grad-bottom"></div> <div class="grad-bottom"></div>
<div class="footer"> <div class="footer">
<div class="container"> <div class="container">
<span class="pull-right"> <span class="pull-right">
<a href="#top">Back to top</a> <a href="#top">Back to top</a>
</span> </span>
<span>Generated by <strong>DocFX</strong></span> <span>Generated by <strong>DocFX</strong></span>
</div> </div>
</div> </div>
</footer> </footer>
</div> </div>
<script type="text/javascript" src="styles/docfx.vendor.min.js"></script> <script type="text/javascript" src="styles/docfx.vendor.min.js"></script>
<script type="text/javascript" src="styles/docfx.js"></script> <script type="text/javascript" src="styles/docfx.js"></script>
<script type="text/javascript" src="styles/main.js"></script> <script type="text/javascript" src="styles/main.js"></script>
</body> </body>
</html> </html>

View file

@ -1,25 +1,25 @@
<?xml version="1.0" standalone="no"?> <?xml version="1.0" standalone="no"?>
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 20010904//EN" <!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 20010904//EN"
"http://www.w3.org/TR/2001/REC-SVG-20010904/DTD/svg10.dtd"> "http://www.w3.org/TR/2001/REC-SVG-20010904/DTD/svg10.dtd">
<svg version="1.0" xmlns="http://www.w3.org/2000/svg" <svg version="1.0" xmlns="http://www.w3.org/2000/svg"
width="38.000000pt" height="38.000000pt" viewBox="0 0 172.000000 172.000000" width="38.000000pt" height="38.000000pt" viewBox="0 0 172.000000 172.000000"
preserveAspectRatio="xMidYMid meet"> preserveAspectRatio="xMidYMid meet">
<metadata> <metadata>
Created by Docfx Created by Docfx
</metadata> </metadata>
<g transform="translate(0.000000,172.000000) scale(0.100000,-0.100000)" <g transform="translate(0.000000,172.000000) scale(0.100000,-0.100000)"
fill="#dddddd" stroke="none"> fill="#dddddd" stroke="none">
<path d="M230 1359 c0 -18 11 -30 44 -48 80 -42 81 -45 81 -441 0 -400 -1 <path d="M230 1359 c0 -18 11 -30 44 -48 80 -42 81 -45 81 -441 0 -400 -1
-404 -79 -436 -36 -15 -46 -24 -46 -43 0 -23 2 -24 61 -17 34 3 88 6 120 6 -404 -79 -436 -36 -15 -46 -24 -46 -43 0 -23 2 -24 61 -17 34 3 88 6 120 6
l59 0 0 495 0 495 -82 0 c-46 0 -100 3 -120 6 -35 6 -38 5 -38 -17z"/> l59 0 0 495 0 495 -82 0 c-46 0 -100 3 -120 6 -35 6 -38 5 -38 -17z"/>
<path d="M618 1373 l-118 -4 0 -493 0 -494 154 -7 c181 -9 235 -3 313 34 68 <path d="M618 1373 l-118 -4 0 -493 0 -494 154 -7 c181 -9 235 -3 313 34 68
33 168 130 207 202 75 136 75 384 1 536 -71 145 -234 240 -399 231 -23 -1 -94 33 168 130 207 202 75 136 75 384 1 536 -71 145 -234 240 -399 231 -23 -1 -94
-4 -158 -5z m287 -119 c68 -24 144 -101 176 -179 22 -54 24 -75 24 -210 0 -4 -158 -5z m287 -119 c68 -24 144 -101 176 -179 22 -54 24 -75 24 -210 0
-141 -2 -153 -26 -206 -36 -76 -89 -132 -152 -160 -45 -21 -68 -24 -164 -24 -141 -2 -153 -26 -206 -36 -76 -89 -132 -152 -160 -45 -21 -68 -24 -164 -24
-71 0 -116 4 -123 11 -22 22 -31 175 -28 463 2 208 6 293 15 302 32 32 188 33 -71 0 -116 4 -123 11 -22 22 -31 175 -28 463 2 208 6 293 15 302 32 32 188 33
278 3z"/> 278 3z"/>
<path d="M1170 1228 c75 -104 110 -337 76 -508 -21 -100 -56 -178 -105 -233 <path d="M1170 1228 c75 -104 110 -337 76 -508 -21 -100 -56 -178 -105 -233
l-36 -41 34 20 c75 43 160 133 198 212 37 75 38 78 38 191 -1 129 -18 191 -75 l-36 -41 34 20 c75 43 160 133 198 212 37 75 38 78 38 191 -1 129 -18 191 -75
270 -28 38 -136 131 -153 131 -4 0 6 -19 23 -42z"/> 270 -28 38 -136 131 -153 131 -4 0 6 -19 23 -42z"/>
</g> </g>
</svg> </svg>

Before

Width:  |  Height:  |  Size: 1.2 KiB

After

Width:  |  Height:  |  Size: 1.3 KiB

View file

@ -1,101 +1,167 @@
{ {
"homepages": [], "homepages": [],
"source_base_path": "C:/Users/SvenK/source/repos/DultusLib", "source_base_path": "C:/Users/SvenK/source/repos/DultusLib",
"xrefmap": "xrefmap.yml", "xrefmap": "xrefmap.yml",
"files": [ "files": [
{ {
"type": "ManagedReference", "type": "ManagedReference",
"source_relative_path": "api/Discord.Class1.yml", "source_relative_path": "api/Discord.Attribute.EventControllerAttribute-1.yml",
"output": { "output": {
".html": { ".html": {
"relative_path": "api/Discord.Class1.html", "relative_path": "api/Discord.Attribute.EventControllerAttribute-1.html",
"hash": "xnjSvp9vk1PvwnVLd15OrsZKlyMBKpyWVWvloZ6K4dM=" "hash": "5Y2ffrqlN2esH90iIw8V8uXJwEZa1/JDJN4bhpiD/kg="
} }
}, },
"version": "" "version": ""
}, },
{ {
"type": "ManagedReference", "type": "ManagedReference",
"source_relative_path": "api/Discord.yml", "source_relative_path": "api/Discord.Attribute.yml",
"output": { "output": {
".html": { ".html": {
"relative_path": "api/Discord.html", "relative_path": "api/Discord.Attribute.html",
"hash": "xXhtGPWCPzlYvvyLQp9S/7PbnKc4l6MLSdN7TTVsGwo=" "hash": "okFZjtWzJBRpKkLsJhKtA8CFqKkeA5Vj5PmVJSlBSd8="
} }
}, },
"version": "" "version": ""
}, },
{ {
"type": "Conceptual", "type": "ManagedReference",
"source_relative_path": "api/index.md", "source_relative_path": "api/Discord.Controller.EventController.yml",
"output": { "output": {
".html": { ".html": {
"relative_path": "api/index.html", "relative_path": "api/Discord.Controller.EventController.html",
"hash": "qvfa4krzWP2OlezeacC5ZbytY0jM2rN1RRr7uqYeRH8=" "hash": "voYfGV1OwhsBH5yHW8vcB2gGj+Qw5eTV/eyPMeDmEzk="
} }
}, },
"version": "" "version": ""
}, },
{ {
"type": "Toc", "type": "ManagedReference",
"source_relative_path": "api/toc.yml", "source_relative_path": "api/Discord.Controller.yml",
"output": { "output": {
".html": { ".html": {
"relative_path": "api/toc.html", "relative_path": "api/Discord.Controller.html",
"hash": "f1R7C0aGGta403/sQ6/qV5rA4V3devJY1nmNtoylGwM=" "hash": "Tv6WlDmadLf8FDCSSqlP0CDv52zLB0d7V2lFIHQERPA="
} }
}, },
"version": "" "version": ""
}, },
{ {
"type": "Conceptual", "type": "ManagedReference",
"source_relative_path": "articles/intro.md", "source_relative_path": "api/Discord.Converter.InteractionFormatter.yml",
"output": { "output": {
".html": { ".html": {
"relative_path": "articles/intro.html", "relative_path": "api/Discord.Converter.InteractionFormatter.html",
"hash": "rWN3YPVqTgEc9aj8D8EWDy+QQlyMqHXoSjbtDrEJHvU=" "hash": "Vkc7bSsPK1yc0MbXGeGXzSdGKCwpO/BdNSAYXP205RQ="
} }
}, },
"version": "" "version": ""
}, },
{ {
"type": "Toc", "type": "ManagedReference",
"source_relative_path": "articles/toc.yml", "source_relative_path": "api/Discord.Converter.yml",
"output": { "output": {
".html": { ".html": {
"relative_path": "articles/toc.html", "relative_path": "api/Discord.Converter.html",
"hash": "+FPCLcvmNhVb9VLasYr6Tnep0PZtIA6V/UOJ0u+1RmE=" "hash": "Iq/xt8MN1qUUmzQCHcRWGxhK2JvWHFo42/axYaCNxxM="
} }
}, },
"version": "" "version": ""
}, },
{ {
"type": "Conceptual", "type": "ManagedReference",
"source_relative_path": "index.md", "source_relative_path": "api/Discord.Exception.MismatchedEnumLengthsException.yml",
"output": { "output": {
".html": { ".html": {
"relative_path": "index.html", "relative_path": "api/Discord.Exception.MismatchedEnumLengthsException.html",
"hash": "38iIcC7rFWetOvw6u/GlElspb0N7J5m+xSODoW6vE90=" "hash": "cUvnjDPiv0Ywljuw1oML5oM/kYdLoI6Kd5UXN/g8HCM="
} }
}, },
"version": "" "version": ""
}, },
{ {
"type": "Toc", "type": "ManagedReference",
"source_relative_path": "toc.yml", "source_relative_path": "api/Discord.Exception.yml",
"output": { "output": {
".html": { ".html": {
"relative_path": "toc.html", "relative_path": "api/Discord.Exception.html",
"hash": "aVe9U1RxWP3P5E5X/x2rL8jCuFlqix3bHKxtkjZ3zxg=" "hash": "M/G39ZsdBCk2vkEVX1fSjBwQGbAq5jmG/jxYumi0P1k="
} }
}, },
"version": "" "version": ""
} },
], {
"version_info": {}, "type": "Conceptual",
"groups": [ "source_relative_path": "api/index.md",
{ "output": {
"xrefmap": "xrefmap.yml" ".html": {
} "relative_path": "api/index.html",
] "hash": "mZ226FZ3EgoIIBp51oxswXpG0vQw2rqe/FNso0bqHOs="
}
},
"version": ""
},
{
"type": "Toc",
"source_relative_path": "api/toc.yml",
"output": {
".html": {
"relative_path": "api/toc.html",
"hash": "P8Kb2jUG1H5ZN/TeJ+izNN1A3uHRVajIuhz3EvcdY8w="
}
},
"version": ""
},
{
"type": "Conceptual",
"source_relative_path": "articles/intro.md",
"output": {
".html": {
"relative_path": "articles/intro.html",
"hash": "rWN3YPVqTgEc9aj8D8EWDy+QQlyMqHXoSjbtDrEJHvU="
}
},
"version": ""
},
{
"type": "Toc",
"source_relative_path": "articles/toc.yml",
"output": {
".html": {
"relative_path": "articles/toc.html",
"hash": "+FPCLcvmNhVb9VLasYr6Tnep0PZtIA6V/UOJ0u+1RmE="
}
},
"version": ""
},
{
"type": "Conceptual",
"source_relative_path": "index.md",
"output": {
".html": {
"relative_path": "index.html",
"hash": "38iIcC7rFWetOvw6u/GlElspb0N7J5m+xSODoW6vE90="
}
},
"version": ""
},
{
"type": "Toc",
"source_relative_path": "toc.yml",
"output": {
".html": {
"relative_path": "toc.html",
"hash": "aVe9U1RxWP3P5E5X/x2rL8jCuFlqix3bHKxtkjZ3zxg="
}
},
"version": ""
}
],
"version_info": {},
"groups": [
{
"xrefmap": "xrefmap.yml"
}
]
} }

View file

@ -1,121 +1,121 @@
[ [
"a", "a",
"able", "able",
"about", "about",
"across", "across",
"after", "after",
"all", "all",
"almost", "almost",
"also", "also",
"am", "am",
"among", "among",
"an", "an",
"and", "and",
"any", "any",
"are", "are",
"as", "as",
"at", "at",
"be", "be",
"because", "because",
"been", "been",
"but", "but",
"by", "by",
"can", "can",
"cannot", "cannot",
"could", "could",
"dear", "dear",
"did", "did",
"do", "do",
"does", "does",
"either", "either",
"else", "else",
"ever", "ever",
"every", "every",
"for", "for",
"from", "from",
"get", "get",
"got", "got",
"had", "had",
"has", "has",
"have", "have",
"he", "he",
"her", "her",
"hers", "hers",
"him", "him",
"his", "his",
"how", "how",
"however", "however",
"i", "i",
"if", "if",
"in", "in",
"into", "into",
"is", "is",
"it", "it",
"its", "its",
"just", "just",
"least", "least",
"let", "let",
"like", "like",
"likely", "likely",
"may", "may",
"me", "me",
"might", "might",
"most", "most",
"must", "must",
"my", "my",
"neither", "neither",
"no", "no",
"nor", "nor",
"not", "not",
"of", "of",
"off", "off",
"often", "often",
"on", "on",
"only", "only",
"or", "or",
"other", "other",
"our", "our",
"own", "own",
"rather", "rather",
"said", "said",
"say", "say",
"says", "says",
"she", "she",
"should", "should",
"since", "since",
"so", "so",
"some", "some",
"than", "than",
"that", "that",
"the", "the",
"their", "their",
"them", "them",
"then", "then",
"there", "there",
"these", "these",
"they", "they",
"this", "this",
"tis", "tis",
"to", "to",
"too", "too",
"twas", "twas",
"us", "us",
"wants", "wants",
"was", "was",
"we", "we",
"were", "were",
"what", "what",
"when", "when",
"where", "where",
"which", "which",
"while", "while",
"who", "who",
"whom", "whom",
"why", "why",
"will", "will",
"with", "with",
"would", "would",
"yet", "yet",
"you", "you",
"your" "your"
] ]

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff

View file

@ -1 +1 @@
// Copyright (c) Microsoft. All rights reserved. Licensed under the MIT license. See LICENSE file in the project root for full license information. // Copyright (c) Microsoft. All rights reserved. Licensed under the MIT license. See LICENSE file in the project root for full license information.

View file

@ -1,25 +1,25 @@
 
<div id="sidetoggle"> <div id="sidetoggle">
<div> <div>
<div class="sidefilter"> <div class="sidefilter">
<form class="toc-filter"> <form class="toc-filter">
<span class="glyphicon glyphicon-filter filter-icon"></span> <span class="glyphicon glyphicon-filter filter-icon"></span>
<span class="glyphicon glyphicon-remove clear-icon" id="toc_filter_clear"></span> <span class="glyphicon glyphicon-remove clear-icon" id="toc_filter_clear"></span>
<input type="text" id="toc_filter_input" placeholder="Enter here to filter..." onkeypress="if(event.keyCode==13) {return false;}"> <input type="text" id="toc_filter_input" placeholder="Enter here to filter..." onkeypress="if(event.keyCode==13) {return false;}">
</form> </form>
</div> </div>
<div class="sidetoc"> <div class="sidetoc">
<div class="toc" id="toc"> <div class="toc" id="toc">
<ul class="nav level1"> <ul class="nav level1">
<li> <li>
<a href="articles/intro.html" name="articles/toc.html" title="Articles">Articles</a> <a href="articles/intro.html" name="articles/toc.html" title="Articles">Articles</a>
</li> </li>
<li> <li>
<a href="api/index.html" name="api/toc.html" title="Api Documentation">Api Documentation</a> <a href="api/index.html" name="api/toc.html" title="Api Documentation">Api Documentation</a>
</li> </li>
</ul> </ul>
</div> </div>
</div> </div>
</div> </div>
</div> </div>

View file

@ -1,15 +1,221 @@
### YamlMime:XRefMap ### YamlMime:XRefMap
sorted: true sorted: true
references: references:
- uid: Discord - uid: Discord.Attribute
name: Discord name: Discord.Attribute
href: api/Discord.html href: api/Discord.Attribute.html
commentId: N:Discord commentId: N:Discord.Attribute
fullName: Discord fullName: Discord.Attribute
nameWithType: Discord nameWithType: Discord.Attribute
- uid: Discord.Class1 - uid: Discord.Attribute.EventControllerAttribute`1
name: Class1 name: EventControllerAttribute<T>
href: api/Discord.Class1.html href: api/Discord.Attribute.EventControllerAttribute-1.html
commentId: T:Discord.Class1 commentId: T:Discord.Attribute.EventControllerAttribute`1
fullName: Discord.Class1 name.vb: EventControllerAttribute(Of T)
nameWithType: Class1 fullName: Discord.Attribute.EventControllerAttribute<T>
fullName.vb: Discord.Attribute.EventControllerAttribute(Of T)
nameWithType: EventControllerAttribute<T>
nameWithType.vb: EventControllerAttribute(Of T)
- uid: Discord.Attribute.EventControllerAttribute`1.#ctor(`0)
name: EventControllerAttribute(T)
href: api/Discord.Attribute.EventControllerAttribute-1.html#Discord_Attribute_EventControllerAttribute_1__ctor__0_
commentId: M:Discord.Attribute.EventControllerAttribute`1.#ctor(`0)
name.vb: New(T)
fullName: Discord.Attribute.EventControllerAttribute<T>.EventControllerAttribute(T)
fullName.vb: Discord.Attribute.EventControllerAttribute(Of T).New(T)
nameWithType: EventControllerAttribute<T>.EventControllerAttribute(T)
nameWithType.vb: EventControllerAttribute(Of T).New(T)
- uid: Discord.Attribute.EventControllerAttribute`1.#ctor*
name: EventControllerAttribute
href: api/Discord.Attribute.EventControllerAttribute-1.html#Discord_Attribute_EventControllerAttribute_1__ctor_
commentId: Overload:Discord.Attribute.EventControllerAttribute`1.#ctor
isSpec: "True"
name.vb: New
fullName: Discord.Attribute.EventControllerAttribute<T>.EventControllerAttribute
fullName.vb: Discord.Attribute.EventControllerAttribute(Of T).New
nameWithType: EventControllerAttribute<T>.EventControllerAttribute
nameWithType.vb: EventControllerAttribute(Of T).New
- uid: Discord.Attribute.EventControllerAttribute`1.Event
name: Event
href: api/Discord.Attribute.EventControllerAttribute-1.html#Discord_Attribute_EventControllerAttribute_1_Event
commentId: P:Discord.Attribute.EventControllerAttribute`1.Event
fullName: Discord.Attribute.EventControllerAttribute<T>.Event
fullName.vb: Discord.Attribute.EventControllerAttribute(Of T).Event
nameWithType: EventControllerAttribute<T>.Event
nameWithType.vb: EventControllerAttribute(Of T).Event
- uid: Discord.Attribute.EventControllerAttribute`1.Event*
name: Event
href: api/Discord.Attribute.EventControllerAttribute-1.html#Discord_Attribute_EventControllerAttribute_1_Event_
commentId: Overload:Discord.Attribute.EventControllerAttribute`1.Event
isSpec: "True"
fullName: Discord.Attribute.EventControllerAttribute<T>.Event
fullName.vb: Discord.Attribute.EventControllerAttribute(Of T).Event
nameWithType: EventControllerAttribute<T>.Event
nameWithType.vb: EventControllerAttribute(Of T).Event
- uid: Discord.Controller
name: Discord.Controller
href: api/Discord.Controller.html
commentId: N:Discord.Controller
fullName: Discord.Controller
nameWithType: Discord.Controller
- uid: Discord.Controller.EventController
name: EventController
href: api/Discord.Controller.EventController.html
commentId: T:Discord.Controller.EventController
fullName: Discord.Controller.EventController
nameWithType: EventController
- uid: Discord.Controller.EventController.ExecuteController*
name: ExecuteController
href: api/Discord.Controller.EventController.html#Discord_Controller_EventController_ExecuteController_
commentId: Overload:Discord.Controller.EventController.ExecuteController
isSpec: "True"
fullName: Discord.Controller.EventController.ExecuteController
nameWithType: EventController.ExecuteController
- uid: Discord.Controller.EventController.ExecuteController``1(System.String[],System.String,System.Object)
name: ExecuteController<T>(string[], string, object)
href: api/Discord.Controller.EventController.html#Discord_Controller_EventController_ExecuteController__1_System_String___System_String_System_Object_
commentId: M:Discord.Controller.EventController.ExecuteController``1(System.String[],System.String,System.Object)
name.vb: ExecuteController(Of T)(String(), String, Object)
fullName: Discord.Controller.EventController.ExecuteController<T>(string[], string, object)
fullName.vb: Discord.Controller.EventController.ExecuteController(Of T)(String(), String, Object)
nameWithType: EventController.ExecuteController<T>(string[], string, object)
nameWithType.vb: EventController.ExecuteController(Of T)(String(), String, Object)
- uid: Discord.Controller.EventController.InvokeEventControllerClass*
name: InvokeEventControllerClass
href: api/Discord.Controller.EventController.html#Discord_Controller_EventController_InvokeEventControllerClass_
commentId: Overload:Discord.Controller.EventController.InvokeEventControllerClass
isSpec: "True"
fullName: Discord.Controller.EventController.InvokeEventControllerClass
nameWithType: EventController.InvokeEventControllerClass
- uid: Discord.Controller.EventController.InvokeEventControllerClass``2(System.String,System.Object)
name: InvokeEventControllerClass<CLASS, ENUM>(string, object)
href: api/Discord.Controller.EventController.html#Discord_Controller_EventController_InvokeEventControllerClass__2_System_String_System_Object_
commentId: M:Discord.Controller.EventController.InvokeEventControllerClass``2(System.String,System.Object)
name.vb: InvokeEventControllerClass(Of CLASS, ENUM)(String, Object)
fullName: Discord.Controller.EventController.InvokeEventControllerClass<CLASS, ENUM>(string, object)
fullName.vb: Discord.Controller.EventController.InvokeEventControllerClass(Of CLASS, ENUM)(String, Object)
nameWithType: EventController.InvokeEventControllerClass<CLASS, ENUM>(string, object)
nameWithType.vb: EventController.InvokeEventControllerClass(Of CLASS, ENUM)(String, Object)
- uid: Discord.Converter
name: Discord.Converter
href: api/Discord.Converter.html
commentId: N:Discord.Converter
fullName: Discord.Converter
nameWithType: Discord.Converter
- uid: Discord.Converter.InteractionFormatter
name: InteractionFormatter
href: api/Discord.Converter.InteractionFormatter.html
commentId: T:Discord.Converter.InteractionFormatter
fullName: Discord.Converter.InteractionFormatter
nameWithType: InteractionFormatter
- uid: Discord.Converter.InteractionFormatter.GetEnumFromId*
name: GetEnumFromId
href: api/Discord.Converter.InteractionFormatter.html#Discord_Converter_InteractionFormatter_GetEnumFromId_
commentId: Overload:Discord.Converter.InteractionFormatter.GetEnumFromId
isSpec: "True"
fullName: Discord.Converter.InteractionFormatter.GetEnumFromId
nameWithType: InteractionFormatter.GetEnumFromId
- uid: Discord.Converter.InteractionFormatter.GetEnumFromId``1(System.String)
name: GetEnumFromId<T>(string)
href: api/Discord.Converter.InteractionFormatter.html#Discord_Converter_InteractionFormatter_GetEnumFromId__1_System_String_
commentId: M:Discord.Converter.InteractionFormatter.GetEnumFromId``1(System.String)
name.vb: GetEnumFromId(Of T)(String)
fullName: Discord.Converter.InteractionFormatter.GetEnumFromId<T>(string)
fullName.vb: Discord.Converter.InteractionFormatter.GetEnumFromId(Of T)(String)
nameWithType: InteractionFormatter.GetEnumFromId<T>(string)
nameWithType.vb: InteractionFormatter.GetEnumFromId(Of T)(String)
- uid: Discord.Converter.InteractionFormatter.GetFirstEnumFromId*
name: GetFirstEnumFromId
href: api/Discord.Converter.InteractionFormatter.html#Discord_Converter_InteractionFormatter_GetFirstEnumFromId_
commentId: Overload:Discord.Converter.InteractionFormatter.GetFirstEnumFromId
isSpec: "True"
fullName: Discord.Converter.InteractionFormatter.GetFirstEnumFromId
nameWithType: InteractionFormatter.GetFirstEnumFromId
- uid: Discord.Converter.InteractionFormatter.GetFirstEnumFromId``1(System.String[]@)
name: GetFirstEnumFromId<T>(ref string[])
href: api/Discord.Converter.InteractionFormatter.html#Discord_Converter_InteractionFormatter_GetFirstEnumFromId__1_System_String____
commentId: M:Discord.Converter.InteractionFormatter.GetFirstEnumFromId``1(System.String[]@)
name.vb: GetFirstEnumFromId(Of T)(String())
fullName: Discord.Converter.InteractionFormatter.GetFirstEnumFromId<T>(ref string[])
fullName.vb: Discord.Converter.InteractionFormatter.GetFirstEnumFromId(Of T)(String())
nameWithType: InteractionFormatter.GetFirstEnumFromId<T>(ref string[])
nameWithType.vb: InteractionFormatter.GetFirstEnumFromId(Of T)(String())
- uid: Discord.Converter.InteractionFormatter.GetFirstEnumFromIdAndRemove*
name: GetFirstEnumFromIdAndRemove
href: api/Discord.Converter.InteractionFormatter.html#Discord_Converter_InteractionFormatter_GetFirstEnumFromIdAndRemove_
commentId: Overload:Discord.Converter.InteractionFormatter.GetFirstEnumFromIdAndRemove
isSpec: "True"
fullName: Discord.Converter.InteractionFormatter.GetFirstEnumFromIdAndRemove
nameWithType: InteractionFormatter.GetFirstEnumFromIdAndRemove
- uid: Discord.Converter.InteractionFormatter.GetFirstEnumFromIdAndRemove``1(System.String[]@)
name: GetFirstEnumFromIdAndRemove<T>(ref string[])
href: api/Discord.Converter.InteractionFormatter.html#Discord_Converter_InteractionFormatter_GetFirstEnumFromIdAndRemove__1_System_String____
commentId: M:Discord.Converter.InteractionFormatter.GetFirstEnumFromIdAndRemove``1(System.String[]@)
name.vb: GetFirstEnumFromIdAndRemove(Of T)(String())
fullName: Discord.Converter.InteractionFormatter.GetFirstEnumFromIdAndRemove<T>(ref string[])
fullName.vb: Discord.Converter.InteractionFormatter.GetFirstEnumFromIdAndRemove(Of T)(String())
nameWithType: InteractionFormatter.GetFirstEnumFromIdAndRemove<T>(ref string[])
nameWithType.vb: InteractionFormatter.GetFirstEnumFromIdAndRemove(Of T)(String())
- uid: Discord.Converter.InteractionFormatter.TransformEnumsToId(System.Enum[])
name: TransformEnumsToId(params Enum[])
href: api/Discord.Converter.InteractionFormatter.html#Discord_Converter_InteractionFormatter_TransformEnumsToId_System_Enum___
commentId: M:Discord.Converter.InteractionFormatter.TransformEnumsToId(System.Enum[])
name.vb: TransformEnumsToId(ParamArray Enum())
fullName: Discord.Converter.InteractionFormatter.TransformEnumsToId(params System.Enum[])
fullName.vb: Discord.Converter.InteractionFormatter.TransformEnumsToId(ParamArray System.Enum())
nameWithType: InteractionFormatter.TransformEnumsToId(params Enum[])
nameWithType.vb: InteractionFormatter.TransformEnumsToId(ParamArray Enum())
- uid: Discord.Converter.InteractionFormatter.TransformEnumsToId*
name: TransformEnumsToId
href: api/Discord.Converter.InteractionFormatter.html#Discord_Converter_InteractionFormatter_TransformEnumsToId_
commentId: Overload:Discord.Converter.InteractionFormatter.TransformEnumsToId
isSpec: "True"
fullName: Discord.Converter.InteractionFormatter.TransformEnumsToId
nameWithType: InteractionFormatter.TransformEnumsToId
- uid: Discord.Converter.InteractionFormatter.TransformIdToEnums(System.String,System.Type[])
name: TransformIdToEnums(string, params Type[])
href: api/Discord.Converter.InteractionFormatter.html#Discord_Converter_InteractionFormatter_TransformIdToEnums_System_String_System_Type___
commentId: M:Discord.Converter.InteractionFormatter.TransformIdToEnums(System.String,System.Type[])
name.vb: TransformIdToEnums(String, ParamArray Type())
fullName: Discord.Converter.InteractionFormatter.TransformIdToEnums(string, params System.Type[])
fullName.vb: Discord.Converter.InteractionFormatter.TransformIdToEnums(String, ParamArray System.Type())
nameWithType: InteractionFormatter.TransformIdToEnums(string, params Type[])
nameWithType.vb: InteractionFormatter.TransformIdToEnums(String, ParamArray Type())
- uid: Discord.Converter.InteractionFormatter.TransformIdToEnums*
name: TransformIdToEnums
href: api/Discord.Converter.InteractionFormatter.html#Discord_Converter_InteractionFormatter_TransformIdToEnums_
commentId: Overload:Discord.Converter.InteractionFormatter.TransformIdToEnums
isSpec: "True"
fullName: Discord.Converter.InteractionFormatter.TransformIdToEnums
nameWithType: InteractionFormatter.TransformIdToEnums
- uid: Discord.Exception
name: Discord.Exception
href: api/Discord.Exception.html
commentId: N:Discord.Exception
fullName: Discord.Exception
nameWithType: Discord.Exception
- uid: Discord.Exception.MismatchedEnumLengthsException
name: MismatchedEnumLengthsException
href: api/Discord.Exception.MismatchedEnumLengthsException.html
commentId: T:Discord.Exception.MismatchedEnumLengthsException
fullName: Discord.Exception.MismatchedEnumLengthsException
nameWithType: MismatchedEnumLengthsException
- uid: Discord.Exception.MismatchedEnumLengthsException.#ctor
name: MismatchedEnumLengthsException()
href: api/Discord.Exception.MismatchedEnumLengthsException.html#Discord_Exception_MismatchedEnumLengthsException__ctor
commentId: M:Discord.Exception.MismatchedEnumLengthsException.#ctor
name.vb: New()
fullName: Discord.Exception.MismatchedEnumLengthsException.MismatchedEnumLengthsException()
fullName.vb: Discord.Exception.MismatchedEnumLengthsException.New()
nameWithType: MismatchedEnumLengthsException.MismatchedEnumLengthsException()
nameWithType.vb: MismatchedEnumLengthsException.New()
- uid: Discord.Exception.MismatchedEnumLengthsException.#ctor*
name: MismatchedEnumLengthsException
href: api/Discord.Exception.MismatchedEnumLengthsException.html#Discord_Exception_MismatchedEnumLengthsException__ctor_
commentId: Overload:Discord.Exception.MismatchedEnumLengthsException.#ctor
isSpec: "True"
name.vb: New
fullName: Discord.Exception.MismatchedEnumLengthsException.MismatchedEnumLengthsException
fullName.vb: Discord.Exception.MismatchedEnumLengthsException.New
nameWithType: MismatchedEnumLengthsException.MismatchedEnumLengthsException
nameWithType.vb: MismatchedEnumLengthsException.New