aboutsummaryrefslogtreecommitdiff
path: root/docs/01-basics.md
diff options
context:
space:
mode:
Diffstat (limited to 'docs/01-basics.md')
-rw-r--r--docs/01-basics.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/01-basics.md b/docs/01-basics.md
index 10a0f60..36ae32f 100644
--- a/docs/01-basics.md
+++ b/docs/01-basics.md
@@ -130,3 +130,7 @@ by the `IRC::Client::Plugin` role to call method `.send` on the Client Object.
In the `:where` parameter, we specify we want to send the message to
channel `#perl6` and the `:text` parameter contains the text we want to send.
The bot will send that text every 3 seconds.
+
+## Up Next
+
+Read [the event reference](02-event-reference.md) next.