You are viewing a single comment's thread from:
RE: Discord Bot Yapımı C# | DSharpPlus
discord.MessageCreated += async e =>
{
if (e.Message.Content.ToLower().StartsWith("sa"))
await e.Message.RespondAsync("as");
};
//////////////
Komutunda CS1593 hatası oluşuyor