Merge pull request #12 from Kwoth/dev

updates from kwoth
This commit is contained in:
samvaio 2016-11-29 05:36:25 +05:30 committed by GitHub
commit 52e294db04

View File

@ -212,7 +212,7 @@ namespace NadekoBot.Modules.CustomReactions
await imsg.Channel.SendMessageAsync("`No custom reaction found with that id.`").ConfigureAwait(false);
else
{
await imsg.Channel.SendMessageAsync($"`Custom reaction #{id}`\n`Trigger:` {found.Trigger}\n`Response:` {found.Response}")
await imsg.Channel.SendMessageAsync($"`Custom reaction #{id}`\n`Trigger:` {found.Trigger}\n`Response:` {found.Response} ```css\n{found.Response}```")
.ConfigureAwait(false);
}
}