Skip to content

Commit

Permalink
Merge pull request #3 from Amino-NET-Group/patch/fix-docs
Browse files Browse the repository at this point in the history
Update examples.md
  • Loading branch information
FabioGaming authored May 13, 2024
2 parents 39bf6a5 + 768186b commit 90ab115
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ public async Task ReportCommand(Interaction context, string user, string[] reaso
}
```

## Utility command that only works in a spcific community
## Utility command that only works in a specific community
```cs
[Command("utility", "Some utility command", 123456)] // 123456 in this case is the communityId
public async Task CommunityCommand(Interaction context)
Expand Down

0 comments on commit 90ab115

Please sign in to comment.