diff --git a/docs/rules/channels.md b/docs/rules/channels.md index bda8f80..284a146 100644 --- a/docs/rules/channels.md +++ b/docs/rules/channels.md @@ -59,5 +59,11 @@ Commands work in most channels, but check before filling a help channel with bot The format is: ````text + >run - ```py print("oh wow!") ``` ```` + ```py + + print("oh wow!") + + ``` + ````