From e8122d5d9c09a9d4c55dfca71db2240add109290 Mon Sep 17 00:00:00 2001 From: Ventus <29584664+V3ntus@users.noreply.github.com> Date: Thu, 16 Dec 2021 10:08:18 -0600 Subject: [PATCH] Update README.md Added a screenshot --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index c5792a9..8321b02 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,8 @@ - **Currently, this boilerplate supports `discord-py-interactions==3.0.2` but will be updated for future version later on. To switch to a different version, check the branches** +![image](https://user-images.githubusercontent.com/29584664/146406854-88c2dfa8-d346-437e-a57b-1fc73be45b65.png) + # Overview > `main.py:` - A custom, dynamic cog loader is present. Write a cog following the `template.py` in `/cogs/`, place it in the `/cogs/` directory, and it will automatically be loaded when the bot boots. @@ -55,4 +57,4 @@ ## Why am I getting a `HTTP 403 - 50001 Missing Access`? > Again, like above, this could be caused by many different reasons, but here are a couple things you can try > - Follow the above steps to ensure your slash commands are registering properly (making sure `applications.command` is enabled, etc.) -> - Reinvite your bot \ No newline at end of file +> - Reinvite your bot