From 3c4130dfb3080b61448302bd9b2b8bafb5281f3c Mon Sep 17 00:00:00 2001 From: Raiden Shogun Date: Mon, 16 May 2022 01:22:41 +0200 Subject: [PATCH] Added that `IAttachment` is also available --- docs/guides/int_framework/intro.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/guides/int_framework/intro.md b/docs/guides/int_framework/intro.md index c019b1424..54e9086a1 100644 --- a/docs/guides/int_framework/intro.md +++ b/docs/guides/int_framework/intro.md @@ -86,6 +86,7 @@ By default, your methods can feature the following parameter types: - Implementations of [IChannel] - Implementations of [IRole] - Implementations of [IMentionable] +- Implementations of [IAttachment] - `string` - `float`, `double`, `decimal` - `bool`