Change the discord.net release branch
This commit is contained in:
parent
5db3187f0d
commit
0e06e85447
3 changed files with 8 additions and 4 deletions
|
@ -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();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue