From 9333f30454f24df71bd9fb709523e6fa2b29e588 Mon Sep 17 00:00:00 2001 From: tandemdude <43570299+tandemdude@users.noreply.github.com> Date: Fri, 23 Aug 2024 21:48:05 +0100 Subject: [PATCH] fix: incorrect comment --- docpages/example_code/commandhandler.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docpages/example_code/commandhandler.cpp b/docpages/example_code/commandhandler.cpp index ea23e87529..898a1cf63a 100644 --- a/docpages/example_code/commandhandler.cpp +++ b/docpages/example_code/commandhandler.cpp @@ -35,7 +35,7 @@ int main() { /* Command description */ "A test ping command", - /* Guild id (omit for a guild command) */ + /* Guild id (omit for a global command) */ 819556414099554344 );