File tree 3 files changed +3
-3
lines changed
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -59,5 +59,5 @@ The ratelimiter at a high level works something like this:
59
59
## Rest Only
60
60
If you only want to use the REST portion of the provided API, the only process
61
61
needed is the ratelimiter. This can be manually started by calling
62
- ` Nostrum.Api.Ratelimiter.start_link/0 ` . If you don't want to start Nostrum you
62
+ ` Nostrum.Api.Ratelimiter.start_link/1 ` . If you don't want to start Nostrum you
63
63
can add ` runtime: false ` to the dependency options.
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ simple interactions with the cache. Feel free to suggest additional functionalit
7
7
Nostrum uses structs when appropriate to pass around objects from Discord.
8
8
9
9
In some cases, the struct modules will include helper functions for interacting
10
- with the struct. See ` Nostrum.Struct.Emoji.format_custom_emoji/2 ` for an example.
10
+ with the struct. See ` Nostrum.Struct.Emoji.image_url/1 ` for an example.
11
11
12
12
## Guilds
13
13
Each guild is ran in its own ` GenServer ` process, all of which are ran under a
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ defmodule Nostrum.Mixfile do
10
10
start_permanent: Mix . env ( ) == :prod ,
11
11
description: "An elixir Discord library" ,
12
12
package: package ( ) ,
13
- name: "Elixir " ,
13
+ name: "Nostrum " ,
14
14
source_url: "https://github.com/kraigie/nostrum" ,
15
15
homepage_url: "https://github.com/kraigie/nostrum" ,
16
16
deps: deps ( ) ,
You can’t perform that action at this time.
0 commit comments