From 844f3bd9bd33f93f7d49b6f9d046c25114cd9a27 Mon Sep 17 00:00:00 2001 From: jason Date: Fri, 22 Aug 2025 20:46:33 +0000 Subject: [PATCH] README --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index a949097..67697ff 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # poomer-discord-hello-world Displays an image in reverse on the discord server after dropping in on a discord channel -Follow instructions to create a bot for your discord server at https://dpp.dev/creating-a-bot-application.html Follow the instructions in the link to create a bot token as well. Copy the bot token and paste it into Token.txt. Put the Token.txt file into workdir. +Follow instructions to create a bot for your discord server at https://dpp.dev/creating-a-bot-application.html The link will also show you how to create a bot token as well. Create a token.txt file in your workdir folder. Copy the bot token and paste it into token.txt. ## Usage ./discord-bot @@ -16,7 +16,7 @@ workdir/ ├── DPP/ ├── makefile ├── README.md -└── Token.txt +└── token.txt ``` ## Linux