From 3e300b8155399171e490c1b506854e2805909f3c Mon Sep 17 00:00:00 2001 From: Still Hsu <5843208+Still34@users.noreply.github.com> Date: Tue, 21 Jan 2020 00:57:55 +0800 Subject: [PATCH] Update docs/guides/commands/intro.md Co-Authored-By: Chris Johnston --- docs/guides/commands/intro.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/guides/commands/intro.md b/docs/guides/commands/intro.md index abe7065c1..09591dfa4 100644 --- a/docs/guides/commands/intro.md +++ b/docs/guides/commands/intro.md @@ -72,7 +72,7 @@ By now, your module should look like this: > [!WARNING] > **Avoid using long-running code** in your modules wherever possible. > Long-running code, by default, within a command module -> can cause gateway thread to be blocked; therefore, interrupting +> can cause the gateway thread to be blocked; therefore, interrupting > the bot's connection to Discord. > > You may read more about it in @FAQ.Commands.General .