You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is done because some examples (specifially interaction ones) might
want to use multiple files per example, for example to register slash
commands. This could be done in the main file, however that would be
stupid.
Copy file name to clipboardExpand all lines: examples/README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,5 +6,5 @@ So examples in the `http` directory would be for stuff in the `nextcore.http` mo
6
6
7
7
## Docs
8
8
Some of the examples have full tutorials in the docs.
9
-
For example the [get channel example](http/get_channel.py) also has a [tutorial in the docs](https://nextcore.readthedocs.io/en/latest/http.html#making-requests)
9
+
For example the [get channel example](http/get_channel) also has a [tutorial in the docs](https://nextcore.readthedocs.io/en/latest/http.html#making-requests)
0 commit comments