Skip to content

Commit

Permalink
Update using.md
Browse files Browse the repository at this point in the history
  • Loading branch information
arandomnewaccount authored Mar 13, 2021
1 parent 99840bb commit aafff8f
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions docs/using.md
Original file line number Diff line number Diff line change
Expand Up @@ -349,12 +349,12 @@ def setStatusTest(resp):
bot.gateway.run()
```
##### set playing status, set streaming status, set listening status, set watching status, and clear activities
```gateway.setCustomStatus(customstatus, emoji=None, animatedEmoji=False, expires_at=None)```
```gateway.setPlayingStatus(game)```
```gateway.setStreamingStatus(stream, url)```
```gateway.setListeningStatus(song)```
```gateway.setWatchingStatus(show)```
```gateway.clearActivities()```
```gateway.setCustomStatus(customstatus, emoji=None, animatedEmoji=False, expires_at=None)```
```gateway.setPlayingStatus(game)```
```gateway.setStreamingStatus(stream, url)```
```gateway.setListeningStatus(song)```
```gateway.setWatchingStatus(show)```
```gateway.clearActivities()```

```python
@bot.gateway.command
Expand Down

0 comments on commit aafff8f

Please sign in to comment.