Skip to content

Commit 1d88f1e

Browse files
Enhance README with logo and formatting updates
Added a logo image and improved README formatting.
1 parent 4efb359 commit 1d88f1e

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# BronyBot-java
22

3+
<div align="center">
4+
<img src="https://i.postimg.cc/5NqcsRZg/Lota-TG-avatar-1.png" alt="Logo" width="300"/>
5+
</div>
6+
37
BronyBot-java is a lightweight Java-based bot project. It provides a starting point for building chat/Discord-style bots in Java, with conventions for configuration, building, and running. This README covers how to build, configure, and run the project locally.
48

59
> NOTE: This README is intentionally generic — if you want specific instructions for a particular bot platform (Discord, Telegram, Slack), tell me which one and I will update the README with platform-specific setup and examples.
@@ -84,4 +88,4 @@ If you'd like I can:
8488
- Create an example `config.properties` file and .env support
8589
- Add a GitHub Actions CI to build and publish artifacts
8690

87-
Tell me which of those you'd like and I will add them.
91+
Tell me which of those you'd like and I will add them.

0 commit comments

Comments
 (0)