aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar ks129 <[email protected]>2021-02-06 12:54:45 +0200
committerGravatar GitHub <[email protected]>2021-02-06 12:54:45 +0200
commitd0c87c7f12ca20ec9be54bf0d299ca23a5e559db (patch)
treebf3c31791c9941ac44854bb541d484e5fa477146
parentCreate local-file tag about sending local files to Discord (diff)
discord.Channel -> discord.TextChannel
Diffstat (limited to '')
-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 309ca4820..a587139ee 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.Channel` for sending, but any `discord.Messageable` can be used for sending.
+This example uses `discord.TextChannel` for sending, but any `discord.Messageable` can be used for sending.