From a03ef874952121b0ccfa9cb30352812d83786d05 Mon Sep 17 00:00:00 2001 From: xy Date: Wed, 3 Apr 2024 15:02:02 +0900 Subject: [PATCH] Add example usage for interacting with the bot --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README.md b/README.md index 661af92..d5bb36f 100644 --- a/README.md +++ b/README.md @@ -29,3 +29,12 @@ sh build.sh ```bash cd output && sh run.sh ``` + +## example +To interact with the bot, start your message with a period. For example: + +``` +.hello world +``` + +This will prompt the bot to respond. Enjoy chatting with your new AI-powered Discord bot! \ No newline at end of file