Browse Source

Update docs/guides/commands/intro.md

Co-Authored-By: Chris Johnston <chris@thejohnstons.net>
pull/1437/head
Still Hsu GitHub 5 years ago
parent
commit
3e300b8155
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      docs/guides/commands/intro.md

+ 1
- 1
docs/guides/commands/intro.md View File

@@ -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 .


Loading…
Cancel
Save