Rename to GetOrCreateDMChannelAsync

This commit is contained in:
AntiTcb
2017-06-16 20:43:50 -04:00
parent 73611d1fab
commit fb57a61432
4 changed files with 8 additions and 12 deletions

View File

@@ -20,6 +20,6 @@ namespace Discord
string Username { get; }
/// <summary> Returns a private message channel to this user, creating one if it does not already exist. </summary>
Task<IDMChannel> GetDMChannelAsync(RequestOptions options = null);
Task<IDMChannel> GetOrCreateDMChannelAsync(RequestOptions options = null);
}
}