Improve Docs (#151)

* Added configurable command prefix

* Added getting started, renamed files

* Add nav order, add assests, add system example

* Added a lot

* Update Emojis

* Add guide links to bot

* Added Images
This commit is contained in:
BeeFox-sys
2020-02-10 00:17:26 +11:00
committed by GitHub
parent f618bc2403
commit 9e47f98a23
15 changed files with 153 additions and 3 deletions

View File

@@ -35,7 +35,7 @@ namespace PluralKit.Bot.Commands
var system = await _data.CreateSystem(ctx.RemainderOrNull());
await _data.AddAccount(system, ctx.Author.Id);
await ctx.Reply($"{Emojis.Success} Your system has been created. Type `pk;system` to view it, and type `pk;help` for more information about commands you can use now.");
await ctx.Reply($"{Emojis.Success} Your system has been created. Type `pk;system` to view it, and type `pk;help` for more information about commands you can use now. Now that you have that set up, check out [the getting started guide on setting up members and proxies](https://pluralkit.me/start)!");
}
}
}