Skip to content

Commit

Permalink
remove space in bot name
Browse files Browse the repository at this point in the history
  • Loading branch information
9-9-9-9 committed Sep 6, 2021
1 parent fefa3d1 commit 035477e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## This is bot for Bit Heroes, called 99 bot
## This is bot for Bit Heroes, called 99bot
##### on Linux / Windows / ~~MacOS~~
[![Github Open Issues](https://img.shields.io/github/issues/9-9-9-9/Bit-Heroes-bot.svg)](https://github.com/9-9-9-9/Bit-Heroes-bot/issues)
[![Github All Releases](https://img.shields.io/github/downloads/9-9-9-9/Bit-Heroes-bot/total.svg)](https://github.com/9-9-9-9/Bit-Heroes-bot/releases)
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/bh/bot/Main.java
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@

@SuppressWarnings("deprecation")
public class Main {
public static final String botName = "99 bot";
public static final String botName = "99bot";
public static boolean forceDisableAnsi = false;
public static void main(String[] args) {
try {
Expand Down

0 comments on commit 035477e

Please sign in to comment.