From 3b98cde06f9e31f3bf6216e8f78f405e15052f27 Mon Sep 17 00:00:00 2001 From: diamondburned Date: Sat, 10 Dec 2022 06:03:57 -0800 Subject: [PATCH] README: Fix bare minimum example --- README.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index bb0d1d1..d618ebd 100644 --- a/README.md +++ b/README.md @@ -81,10 +81,9 @@ calling them before the state is updated. **Note** that Discord discourages use of bots that do not use the interactions API, meaning that this example should not be used for bots. -### Bare Minimum Messaging Example +### Bare Minimum Bot Example -The least amount of code recommended to have a bot that logs all messages to -console. +The least amount of code recommended to have a bot that responds to a /ping. ```go package main