diff options
author | 2022-07-23 14:47:06 +0200 | |
---|---|---|
committer | 2022-07-23 17:10:52 +0200 | |
commit | afa46c4abfc73c8791742ed2ece886776823e8ab (patch) | |
tree | b0032b561f63030c61b3174e55f1f0c3ac321b69 /docs/development.rst | |
parent | Mark aiodns As An Explicit Dependency (diff) |
Add Sample Project With Boilerplate
Adds a bare-bones discord.py bot using features from bot-core, to be
used for quickly prototyping and testing out bot-core features.
Signed-off-by: Hassan Abouelela <[email protected]>
Diffstat (limited to 'docs/development.rst')
-rw-r--r-- | docs/development.rst | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/development.rst b/docs/development.rst new file mode 100644 index 00000000..25b8e0a7 --- /dev/null +++ b/docs/development.rst @@ -0,0 +1,2 @@ +.. Stub file to expose the README to sphinx +.. include:: ../dev/README.rst |