fixed link for readme
This commit is contained in:
parent
4d19232d3b
commit
cb976ba3eb
@ -65,7 +65,7 @@ namespace NadekoBot
|
|||||||
.Alias("-guide")
|
.Alias("-guide")
|
||||||
.Description("Sends a readme and a guide links to the channel.")
|
.Description("Sends a readme and a guide links to the channel.")
|
||||||
.Do(async e =>
|
.Do(async e =>
|
||||||
await e.Send("**FULL README**: <https://github.com/Kwoth/NadekoBot/blob/master/readme.md>\n\n**GUIDE ONLY**: <https://github.com/Kwoth/NadekoBot/blob/master/ComprehensiveGuide.md>"));
|
await e.Send("**FULL README**: <https://github.com/Kwoth/NadekoBot/blob/master/README.md>\n\n**GUIDE ONLY**: <https://github.com/Kwoth/NadekoBot/blob/master/ComprehensiveGuide.md>"));
|
||||||
cgb.CreateCommand("-donate")
|
cgb.CreateCommand("-donate")
|
||||||
.Description("Instructions for helping the project!")
|
.Description("Instructions for helping the project!")
|
||||||
.Do(async e => {
|
.Do(async e => {
|
||||||
|
Loading…
Reference in New Issue
Block a user