Skip to content

Commit

Permalink
Fix message table
Browse files Browse the repository at this point in the history
  • Loading branch information
b1naryth1ef committed Apr 10, 2016
1 parent 7868594 commit 9427d5b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/resources/CHANNEL.md
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ Represents a message sent in a channel within Discord.
|-------|------|-------------|
| id | snowflake | id of the message |
| channel_id | snowflake | id of the channel the message was sent in |
| author | the [user object](#DOCS_USER/user-object) for the author |
| author | a [user](#DOCS_USER/user-object) object | the author of this message |
| content | string | contents of the message |
| timestamp | timestamp | when this message was sent |
| edited_timestamp | ?timestamp | when this message was edited (or null if never) |
Expand Down

0 comments on commit 9427d5b

Please sign in to comment.