Skip to content

Commit e8122d5

Browse files
authored
Update README.md
Added a screenshot
1 parent fa5ec48 commit e8122d5

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@
44

55
- **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**
66

7+
![image](https://user-images.githubusercontent.com/29584664/146406854-88c2dfa8-d346-437e-a57b-1fc73be45b65.png)
8+
79
# Overview
810
> `main.py:`
911
- 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 @@
5557
## Why am I getting a `HTTP 403 - 50001 Missing Access`?
5658
> Again, like above, this could be caused by many different reasons, but here are a couple things you can try
5759
> - Follow the above steps to ensure your slash commands are registering properly (making sure `applications.command` is enabled, etc.)
58-
> - Reinvite your bot
60+
> - Reinvite your bot

0 commit comments

Comments
 (0)