discord-csharp / Contacts

Your friendly neighborhood C# Discord server bot
MIT License
7 stars 3 forks source link

[FEATURE] Evaluation commands #14

Closed khionu closed 7 years ago

khionu commented 7 years ago

I suggest adding two eval commands, one that is public and one that is not. The non-public can be used for grabbing data that is not easily grabbed, otherwise, and the public can be used for checking code.

The Roslyn Scripting API is recommended. https://github.com/dotnet/roslyn/wiki/Scripting-API-Samples

MarkusG commented 7 years ago

I think Jimmacle has done a little work on this. See #5.

ObsidianMinor commented 7 years ago

Probably duplicate of #5