[docs] Change 'Echos' to 'Echoes' (#964)

This commit is contained in:
Alex
2018-02-24 22:01:28 +01:00
committed by Christopher F
parent 88765970ec
commit fda19b5a8f

View File

@@ -3,7 +3,7 @@ public class Info : ModuleBase<SocketCommandContext>
{ {
// ~say hello -> hello // ~say hello -> hello
[Command("say")] [Command("say")]
[Summary("Echos a message.")] [Summary("Echoes a message.")]
public async Task SayAsync([Remainder] [Summary("The text to echo")] string echo) public async Task SayAsync([Remainder] [Summary("The text to echo")] string echo)
{ {
// ReplyAsync is a method on ModuleBase // ReplyAsync is a method on ModuleBase