Remove redundant explicit interface definition.

This commit is contained in:
AntiTcb
2017-05-16 20:03:38 -04:00
parent aeef5d0893
commit 33a91ba3de

View File

@@ -146,11 +146,7 @@ namespace Discord.WebSocket
IGuild IGuildUser.Guild => Guild;
ulong IGuildUser.GuildId => Guild.Id;
IReadOnlyCollection<ulong> IGuildUser.RoleIds => _roleIds;
//IUser
Task<IDMChannel> IUser.GetDMChannelAsync(CacheMode mode, RequestOptions options)
=> Task.FromResult<IDMChannel>(GlobalUser.DMChannel);
//IVoiceState
IVoiceChannel IVoiceState.VoiceChannel => VoiceChannel;
}