Change the discord.net release branch

This commit is contained in:
2018-08-29 22:04:27 +02:00 committed by runebaas
parent 5db3187f0d
commit 0e06e85447
No known key found for this signature in database
GPG key ID: 2677AF508D0300D6
3 changed files with 8 additions and 4 deletions

View file

@ -23,6 +23,11 @@ namespace Geekbot.net.Lib.Polyfills
return "https://discordapp.com/assets/6debd47ed13483642cf09e832ed0bc1b.png";
}
public string GetDefaultAvatarUrl()
{
throw new NotImplementedException();
}
public Task<IDMChannel> GetOrCreateDMChannelAsync(RequestOptions options = null)
{
throw new NotImplementedException();