Text fixes
This commit is contained in:
parent
6dd14e7e34
commit
a57eb7b403
@ -74,7 +74,7 @@ namespace NadekoBot.Modules {
|
|||||||
});
|
});
|
||||||
|
|
||||||
cgb.CreateCommand("bind")
|
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)
|
.Parameter("board_id", Discord.Commands.ParameterType.Required)
|
||||||
.Do(async e => {
|
.Do(async e => {
|
||||||
if (e.User.Id != NadekoBot.OwnerID) return;
|
if (e.User.Id != NadekoBot.OwnerID) return;
|
||||||
|
Loading…
Reference in New Issue
Block a user