Dyno
Dyno is a discord bot that can be live programmed in chat.
Requirements
.NET Core 3.0
Usage
!!add sayHi
// Discord.WebSocket.DiscordSocketClient client; // This is automatically injected by magic.
System.Console.WriteLine($"Hello {client.CurrentUser}");To invoke the command:
>>sayHi
Dyno supports the entirety of C# 8 and performs control flow analysis to prevent potentially harmful code from executing on your host.
Inspired by Linux’s eBPF.