From 290111a02f59f278374a482a8c8df12147ba4ea9 Mon Sep 17 00:00:00 2001 From: Austin Hellyer Date: Thu, 24 Nov 2016 11:26:15 -0800 Subject: Rename guild structs to Guild and PartialGuild --- src/client/error.rs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/client/error.rs') 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, -- cgit v1.2.3