aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--bot/resources/tags/local-file.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/bot/resources/tags/local-file.md b/bot/resources/tags/local-file.md
index a587139ee..d78258fa2 100644
--- a/bot/resources/tags/local-file.md
+++ b/bot/resources/tags/local-file.md
@@ -20,5 +20,5 @@ After this, you can send embed and attachment to Discord:
```py
await channel.send(file=file, embed=embed)
```
-This example uses `discord.TextChannel` for sending, but any `discord.Messageable` can be used for sending.
+This example uses `discord.TextChannel` for sending, but any `discord.abc.Messageable` can be used for sending.