aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar ks129 <[email protected]>2021-02-06 13:56:50 +0200
committerGravatar GitHub <[email protected]>2021-02-06 13:56:50 +0200
commite1fa3182254727c564afc86d87fc7043b2444c3c (patch)
tree0ff31ee1ae40e5492ea1221f6f404aed7146cb9b
parentRemove additional newline from end of tag (diff)
Mention instance in comment about Messageable
-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 9e4e0e551..c28e14a05 100644
--- a/bot/resources/tags/local-file.md
+++ b/bot/resources/tags/local-file.md
@@ -20,4 +20,4 @@ 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.abc.Messageable` can be used for sending.
+This example uses `discord.TextChannel` for sending, but any instance of `discord.abc.Messageable` can be used for sending.