File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -147,7 +147,7 @@ this tool provides a utility function to convert a `DateTime` object to a Discor
147147- ` Attachment ` : Used to load file attachment directly from a file path. e.g. ` "c:/path/to/file.txt" ` .
148148- ` TextAttachment ` : Used to load text file attachment directly from Resources. e.g. ` "Files/file.txt" ` , files must be in the Resources folder.
149149- ` ImageAttachment ` : Used to load image attachment directly from Resources. e.g. ` "Files/file.png" ` , files must be in the Resources folder.
150- - ` ImageAttachment.FromTexture2D(Texture2D texture) ` : Used to load texture attachment directly from a Texture2D.
150+ - ` ImageAttachment.FromTexture2D(Texture2D texture) ` : Used to load image attachment directly from a Texture2D.
151151## License
152152
153153This project is licensed under the MIT License. See the ` LICENSE ` file for details.
You can’t perform that action at this time.
0 commit comments