Urban Dictionary command, small improvents in message handler, emojis are in embeds now, avatar command

This commit is contained in:
Runebaas 2017-11-11 16:20:26 +01:00
parent 667d928ca4
commit 45f289d071
No known key found for this signature in database
GPG key ID: 2677AF508D0300D6
7 changed files with 168 additions and 27 deletions

View file

@ -46,10 +46,10 @@ namespace Geekbot.net.Commands
_errorHandler.HandleCommandException(e, Context);
}
}
}
public class CatResponse
{
public string file { get; set; }
private class CatResponse
{
public string file { get; set; }
}
}
}