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 .