Skip to content

Commit

Permalink
Blank
Browse files Browse the repository at this point in the history
  • Loading branch information
KubaZ2 committed Jan 22, 2025
1 parent 79f3b6c commit 308d611
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ namespace NetCord.Services;
public class RequireContextAttribute<TContext> : PreconditionAttribute<TContext> where TContext : IGuildContext
{
public RequiredContext RequiredContext => GetRequiredContext(_guild);

public string Format => _format.Format;

private readonly bool _guild;
Expand Down

1 comment on commit 308d611

@csmir
Copy link
Contributor

@csmir csmir commented on 308d611 Jan 22, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

you love to see it

Please sign in to comment.