diff options
Diffstat (limited to 'src/client/error.rs')
| -rw-r--r-- | src/client/error.rs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/client/error.rs b/src/client/error.rs index a016e92..76e0d2c 100644 --- a/src/client/error.rs +++ b/src/client/error.rs @@ -59,11 +59,11 @@ pub enum Error { DeleteMessageDaysAmount(u8), /// When there was an error retrieving the gateway URI from the REST API. Gateway, - /// An indication that a [guild][`LiveGuild`] could not be found by + /// An indication that a [guild][`Guild`] could not be found by /// [Id][`GuildId`] in the [`Cache`]. /// + /// [`Guild`]: ../model/struct.Guild.html /// [`GuildId`]: ../model/struct.GuildId.html - /// [`LiveGuild`]: ../model/struct.LiveGuild.html /// [`Cache`]: ../ext/cache/struct.Cache.html GuildNotFound, InvalidOpCode, |