Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
krisppurg authored Dec 25, 2020
1 parent 4f5d061 commit 64525dd
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,10 @@ Why Dimscord?
* Since it's easier to learn, it's faster than any other interpreted languages,
which is beneficial for the performance of larger discord bots.
[You can read the Nim FAQ here](https://nim-lang.org/faq.html)

* Is there a command handler for Dimscord?
* [Yes](https://github.com/ire4ever1190/dimscmd), but not in this library.
## Notes:
* If your bot is in a large guild (>50-250 large_threshold), I'd recommend turning off guild_subscriptions or use intents, if you want to get a guild member use the requestGuildMembers proc, that way you can get a specific guild member from a large guild; if you have presence intent enabled and you are debugging with a large guild,
* If bot is in a large_threshold guild (>50-250) and you have presence intent enabled and you are debugging with a large guild,
dont debug because it will slow down your bot.

## Getting Started:
Expand Down

0 comments on commit 64525dd

Please sign in to comment.