aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/client/gateway/shard.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/gateway/shard.rs b/src/client/gateway/shard.rs
index 1464bd3..ab9ef73 100644
--- a/src/client/gateway/shard.rs
+++ b/src/client/gateway/shard.rs
@@ -230,7 +230,7 @@ impl Shard {
///
/// context.shard.lock()
/// .unwrap()
- /// .set_presence(Game::playing("Heroes of the Storm"),
+ /// .set_presence(Some(Game::playing("Heroes of the Storm")),
/// OnlineStatus::Online,
/// false);
/// ```