More explicit logging configuration

This commit is contained in:
Runebaas 2018-05-01 16:50:48 +02:00
parent fa5797cd22
commit f3156176dd
No known key found for this signature in database
GPG key ID: 2677AF508D0300D6
4 changed files with 19 additions and 11 deletions

View file

@ -59,7 +59,7 @@ namespace Geekbot.net.Commands
[Command("pinguin", RunMode = RunMode.Async)]
[Alias("pingu")]
[Remarks(CommandCategories.Randomness)]
[Summary("Get a random turtle image")]
[Summary("Get a random pinguin image")]
public async Task Pinguin()
{
await ReplyAsync("", false, Eb(_mediaProvider.GetPinguin()));
@ -67,7 +67,7 @@ namespace Geekbot.net.Commands
[Command("fox", RunMode = RunMode.Async)]
[Remarks(CommandCategories.Randomness)]
[Summary("Get a random turtle image")]
[Summary("Get a random fox image")]
public async Task Fox()
{
await ReplyAsync("", false, Eb(_mediaProvider.GetFox()));