-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
26 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
# Mosquito Swatter | ||
|
||
A minesweeper clone for discord but instead of mines, you'll get stung by a mosquito. | ||
|
||
# Invite link | ||
|
||
[Add to your server](https://discord.com/oauth2/authorize?client_id=1212506405240836199&scope=bot) | ||
|
||
The bot does not require any permissions aside from "create slash commands" | ||
|
||
# Usage | ||
|
||
In any channel to bot has access to use the `/mosquitoswatter` command | ||
|
||
# Options | ||
|
||
- `width` Width of the board, between 3 and 11 (default: 11) | ||
- `height` Height of the board, between 3 and 9 (default: 9) | ||
- `mosquitos` Amount of mosquitos, between 1 and (width*height-1) (default: 10) | ||
- `private` Reply with a message only you can see (default: true) | ||
|
||
# FAQ: | ||
|
||
Q: The board is completely revealed when I issue the command! | ||
|
||
A: The bot makes use of discords spoiler tags, make sure they don't auto-reveal in "User Settings -> Chat -> Show Spoiler Content" |