Discord-Bot-Tutorial icon indicating copy to clipboard operation
Discord-Bot-Tutorial copied to clipboard

Repo for my "Discord Bot Tutorial" series.

Results 6 Discord-Bot-Tutorial issues
Sort by recently updated
recently updated
newest added

These examples no longer work.

The OnClientReady function is not working with Client.Ready and is coming up with an error stating: Error CS0123 No overload for 'OnClientReady' matches delegate 'AsyncEventHandler' MrBastard 18 Active my code...

[2021-10-30 21:41:33 +06:00] [101 /Startup ] [Info ] DSharpPlus, version 4.0.0-rc1 info: Microsoft.Hosting.Lifetime[0] Now listening on: http://localhost:5000 info: Microsoft.Hosting.Lifetime[0] Now listening on: https://localhost:5001 info: Microsoft.Hosting.Lifetime[0] Application started. Press Ctrl+C to...

This tutorial a Whole video used DSharpPlus 4.0.0-nightly-00635 the problem is too much diff with the newer pre release so as a newbie cannot follow as pre release the version...

Commands = Client.UseCommandsNext(commandsConfig); is wrong for me idk why im still on the first tutorial

so I am trying to create a commands class like in the second tutorial, but BaseCommandModule is no longer a thing and I cannot figure out what to use instead......