Text fixes

This commit is contained in:
Rob 2016-02-24 00:31:59 -05:00
parent 6dd14e7e34
commit a57eb7b403

View File

@ -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;