Skip to content

Commit

Permalink
Update readme.md
Browse files Browse the repository at this point in the history
  • Loading branch information
arandomnewaccount authored Nov 12, 2020
1 parent 855a6aa commit 4dcaa7a
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ session_settings = bot.read(update=False)
guildIDs = bot.getGuildIDs(update=False)
bot.log = False
messageData = bot.sendMessage("383003333751856129","Hello You :)")
latest_messages = bot._Client__gateway_server.run(
data = bot._Client__gateway_server.run(
[
{
"send": [],
Expand All @@ -57,12 +57,13 @@ latest_messages = bot._Client__gateway_server.run(
],
}
],
limit: 10,
"limit": 10,
}
],
log=True,
log=False,
)
#the "limit" above refers to number of seconds
latest_messages = bot._Client__gateway_server.collected #collected messages
```

### bonus features:
Expand Down

0 comments on commit 4dcaa7a

Please sign in to comment.