Skip to content

Commit ecf1735

Browse files
committed
Merge branch 'master' of https://github.com/PolyMarsDev/Sokobot
2 parents d1077ca + f39d3a7 commit ecf1735

File tree

1 file changed

+12
-2
lines changed

1 file changed

+12
-2
lines changed

README.md

+12-2
Original file line numberDiff line numberDiff line change
@@ -11,13 +11,23 @@ Sokobot is a Discord bot written with [JDA](https://github.com/DV8FromTheWorld/J
1111
The maps in Sokobot are randomly generated, increasing in difficulty as you progress.
1212
### Varied controls
1313
Sokobot has multiple control options to improve the player's experience, including reactions and wasd commands!
14-
### Simulataneous games
14+
### Simultaneous games
1515
Thanks to the power of Java HashMaps™️, multiple users can use the bot at the same time without interfering with one another.
16-
### Commands
16+
### Custom prefixes ``New!``
17+
To prevent Sokobot from conflicting with other bots, admins can choose any single-character prefix to preface Sokobot's commands.
18+
19+
## Commands
20+
### User
1721
- ``!play`` can be used to start a game if you are not currently in one.
1822
- ``!stop`` can be used to stop your active game at any time.
1923
- ``!info`` provides some useful details about the bot and rules of the game.
24+
### Admin ``New!``
25+
- ``!prefix [character]`` can be used to change the prefix the bot responds to in the current server.
26+
2027
## Usage
28+
### Public host ``New!``
29+
Will be available very soon on [top.gg](https://top.gg)!
30+
### Self-hosting
2131
Grab the [latest .jar](https://github.com/PolyMarsDev/Sokobot/releases) or [build it yourself](#compiling). Then, create a Discord Bot Application [here](https://discord.com/developers/applications/) and paste the bot token into ``token.txt``. Then, ensure the two files are in the same directory and run the .jar file.
2232

2333

0 commit comments

Comments
 (0)