From a57eb7b403da5dda7a3772f6dfa7198c236893be Mon Sep 17 00:00:00 2001 From: Rob Date: Wed, 24 Feb 2016 00:31:59 -0500 Subject: [PATCH] Text fixes --- NadekoBot/Modules/Trello.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/NadekoBot/Modules/Trello.cs b/NadekoBot/Modules/Trello.cs index 972f5a91..7f0bdf67 100644 --- a/NadekoBot/Modules/Trello.cs +++ b/NadekoBot/Modules/Trello.cs @@ -74,7 +74,7 @@ namespace NadekoBot.Modules { }); cgb.CreateCommand("bind") - .Description("Bind a trello bot to a single channel. You will receive notifications from your board when somethign is added or edited.") + .Description("Bind a trello bot to a single channel. You will receive notifications from your board when something is added or edited.") .Parameter("board_id", Discord.Commands.ParameterType.Required) .Do(async e => { if (e.User.Id != NadekoBot.OwnerID) return;