Update 'README.md'

This commit is contained in:
Benjamyn Love 2022-12-29 18:55:33 -05:00
parent aa6d0bee6e
commit 233e8d1e47

View File

@ -7,4 +7,13 @@ This aims to be a discord bot that can take a prompt from a discord message and
- discord.py: Python discord module
## Notebooks
- testing.ipynb: Testing notebook with examples
- testing.ipynb: Testing notebook with examples
```mermaid
graph TD;
A-->B;
A-->C;
B-->D;
C-->D;
```