4,107 questions
im trying to make a discord and are getting error code CS1061 while doing the steps tutorial gave me
justice storm
0
Reputation points
using DSharpPlus;
using DSharpPlus.CommandsNext;
using DSharpPlus.Interactivity;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Reflection;
using System.Text;
using System.Threading.Tasks;
using System.IO;
using Newtonsoft.Json;
using DSharpPlus.Interactivity.Extensions;
using DSharpPlus.EventArgs;
namespace jrbcs
{
internal class Program
{
static void Main(string[] args)
{
var bot = new bot();
bot.RunAsync().GetAwaiter().GetResult();
}
}
}
Developer technologies | .NET | Other
Developer technologies | C#
11,579 questions
Sign in to answer