From 768186b1982923b8ac68395e43313261e4a27c37 Mon Sep 17 00:00:00 2001 From: Fabio Gaming Date: Mon, 13 May 2024 08:41:50 +0200 Subject: [PATCH] Update examples.md --- examples.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples.md b/examples.md index 5d14b2c..7819029 100644 --- a/examples.md +++ b/examples.md @@ -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)