Skip to content

Commit

Permalink
Fixed indentation in Gateway.md activity flags table (discord#569)
Browse files Browse the repository at this point in the history
  • Loading branch information
MinnDevelopment authored and msciotti committed Mar 27, 2018
1 parent 3b9733b commit 5b226ce
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/topics/Gateway.md
Original file line number Diff line number Diff line change
Expand Up @@ -845,8 +845,8 @@ A user's presence is their current state on a guild. This event is sent when a u
| JOIN | 1 << 1 |
| SPECTATE | 1 << 2 |
| JOIN_REQUEST | 1 << 3 |
| SYNC | 1 << 4 |
| PLAY | 1 << 5 |
| SYNC | 1 << 4 |
| PLAY | 1 << 5 |

###### Example Activity

Expand Down

0 comments on commit 5b226ce

Please sign in to comment.