C
C#2y ago
tyren

✅ How Can I Make A Discord Bot With C#

Im new to C# and I would like to know how to make a discord bot
8 Replies
Thinker
Thinker2y ago
Just before you start, how much experience do you have with C#? You should at least have basic knowledge of types, classes, control flow, and some asynchronous programming. If you have that, then you could check out this tutorial for DSharpPlus https://dsharpplus.github.io/DSharpPlus/articles/basics/first_bot.html
Pobiega
Pobiega2y ago
We also have a dedicated channel specifically to discord bots: #discord-dev We also have a dedicated channel specifically to discord bots: #discord-dev
tyren
tyrenOP2y ago
i have 1 week experience with c# i dont know what control flow but i do know asynchronous and classes
Thinker
Thinker2y ago
Control flow is like if statements, loops, methods, etc. Making a Discord bot is inherently going to involve a lot of asynchronicity, so you should be familiar with Task and the async and await keywords.
tyren
tyrenOP2y ago
ohh then i i know what control flow is i havent used asynchronous with C# but ive used with python
Thinker
Thinker2y ago
Then you should understand the basics at least You can go ahead and check out this tutorial, and if you have any questions then #discord-dev exists
tyren
tyrenOP2y ago
oh ok thank oyu you
Accord
Accord2y ago
Was this issue resolved? If so, run /close - otherwise I will mark this as stale and this post will be archived until there is new activity.
Want results from more Discord servers?
Add your server