© 2026 Hedgehog Software, LLC

TwitterGitHubDiscord
More
CommunitiesDocsAboutTermsPrivacy
Search
Star
Setup for Free
C#C
C#•2y ago•
31 replies
axo

whats this at the top?

i was doing some tutorial code on the discord.NET introduction section of the docs and i found they have this:
public class InfoMdoule : ...
{
    [Command("Say")] // < what's this?
    [Summary("Echoes a message.")]  // < what's this?
    public async Task Say([Remainder] [Summary("The text to echo back.")] string echo)
    {
        await ReplyAsync(echo);
    }
}
public class InfoMdoule : ...
{
    [Command("Say")] // < what's this?
    [Summary("Echoes a message.")]  // < what's this?
    public async Task Say([Remainder] [Summary("The text to echo back.")] string echo)
    {
        await ReplyAsync(echo);
    }
}
C# banner
C#Join
We are a programming server aimed at coders discussing everything related to C# (CSharp) and .NET.
61,871Members
Resources

Similar Threads

Was this page helpful?
Recent Announcements

Similar Threads

✅ Whats this mean
C#CC# / help
3y ago
❔ whats wrong with this??
C#CC# / help
3y ago
whats the problem?
C#CC# / help
14mo ago
❔ Whats the feature called?
C#CC# / help
3y ago