internal sealed class AboutMe() {
public string Education { get; set; }
public string[] Socials { get; set; }
public string Description { get; set; }
}
public static void Main(string[] args) {
AboutMe myProfile = new AboutMe() {
Education = "Computer Science BSc",
Socials = {"youtube.com/SamuelJesuthas", "twitter.com/samueljesuthas"},
Description = "YouTuber & Developer"
}
}
C# Developer that primarily develops Discord Bots
- United Kingdom
-
12:53
(UTC) - https://coolerbot.42web.io/
- channel/UCMt7ZwKIAoE3tIDudviqUSA
- @samueljesuthas
Pinned Loading
-
CSharp-Discord-Bot-Template-NET7
CSharp-Discord-Bot-Template-NET7 Public templateA Simple Template for making a C# Discord Bot using DSharpPlus (NET 7 Project)
C# 2
-
CSharp-Discord-Bot-Template-NET8
CSharp-Discord-Bot-Template-NET8 Public templateA Simple Template for making a C# Discord Bot using DSharpPlus (NET 8 Project)
-
-
DiscordBotExampleCode
DiscordBotExampleCode PublicExample code repository for the YouTube Tutorial series
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.