Creating a Bot for CollabVM: Difference between revisions

no edit summary
No edit summary
No edit summary
The following is a simple CollabVMSharp example to show how to do basic things:
 
<syntaxhighlight lang="c#" line>
<pre>
using CollabVMSharp;
CollabVMClient cvm = new CollabVMClient(
// Block until the program is closed
await Task.Delay(-1);
</syntaxhighlight>
</pre>
 
If you have any questions about usage, feel free to contact me on discord (@elijahr.dev)! CollabVMSharp is fully featured and supports anything the webapp can do.