From 58ab9ad5819dc713c8e1cf64a9dfbe293c4d5af8 Mon Sep 17 00:00:00 2001 From: samvaio Date: Mon, 21 Nov 2016 19:47:29 +0530 Subject: [PATCH] added emojis to totube --- src/NadekoBot/Modules/Utility/Commands/InfoCommands.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/NadekoBot/Modules/Utility/Commands/InfoCommands.cs b/src/NadekoBot/Modules/Utility/Commands/InfoCommands.cs index dbceb1a2..4f7ffd2f 100644 --- a/src/NadekoBot/Modules/Utility/Commands/InfoCommands.cs +++ b/src/NadekoBot/Modules/Utility/Commands/InfoCommands.cs @@ -25,7 +25,7 @@ namespace NadekoBot.Modules.Utility target = res.RequestMessage.RequestUri; } - await channel.SendMessageAsync($"{imsg.Author.Mention}, `Here is the link:` {target}") + await channel.SendMessageAsync($"🎞 {imsg.Author.Mention}, **Your new video room created. Join and invite to watch videos together with friends:** {target}") .ConfigureAwait(false); }