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;