Skip to content

Commit

Permalink
Add bot activity (/help)
Browse files Browse the repository at this point in the history
  • Loading branch information
d4n3436 committed May 21, 2022
1 parent 925dd0d commit 058c178
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/Services/InteractionHandlingService.cs
Original file line number Diff line number Diff line change
Expand Up @@ -114,6 +114,8 @@ public async Task ReadyAsync()
}
}
}

await _shardedClient.SetActivityAsync(new Game("/help"));
}

private Task InteractionCreated(SocketInteraction interaction)
Expand Down

0 comments on commit 058c178

Please sign in to comment.