对创建 C# discord 机器人感到困惑

Confused on creating C# discord bot

大约一周前,我计划用 C# 制作一个不和谐的机器人。我对这门语言的了解足够体面,可以在 windows 表单或控制台应用程序中编写简单的东西。但是,当我尝试使用 NuGet 数据包管理器创建一个 discord 机器人时,我偶然发现了一个问题:编译器似乎没有识别

using Discord;

这对我来说似乎很奇怪,因为我查看了大约 6 个关于如何制作机器人的不同教程。在这一点上我放弃了,因为我无法调试代码或其他什么:我什至无法开始编码。

The solution to this has been found by the OP while writing the question. Turning this into a Community wiki answer per this meta post.

所有教程创建另一个 class。只是不要将您的 Discord.NET 添加到其中,首先单击您的实际主 class。