Skip to content

Commit

Permalink
modified: README.md
Browse files Browse the repository at this point in the history
	modified:   index.html
  • Loading branch information
Jarran2R committed Aug 15, 2024
1 parent c83dca0 commit eb8286d
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 8 deletions.
10 changes: 6 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@
# osu!nppp

[![GitHub License](https://img.shields.io/github/license/jarran2r/osu-nppp)](LICENSE)
[![GitHub top language](https://img.shields.io/github/languages/top/jarran2r/osu-nppp)]()
[![GitHub Issues or Pull Requests](https://img.shields.io/github/issues/jarran2r/osu-nppp)](https://github.com/Jarran2R/osu-nppp/issues)
[![GitHub Release](https://img.shields.io/github/v/release/jarran2r/osu-nppp)](https://github.com/Jarran2R/osu-nppp/releases)
[![CodeFactor Grade](https://img.shields.io/codefactor/grade/github/jarran2r/osu-nppp)](https://www.codefactor.io/repository/github/jarran2r/osu-nppp/)

osu!nppp | An osu! Twitch bot supporting !np and !nppp commands.
Expand All @@ -24,17 +25,18 @@ Visit [jarran2r.github.io/osu-nppp](https://jarran2r.github.io/osu-nppp) and fol
> You may not change the token or channel name while the bot is connected, but you can change the cooldown.
## Format
`!np`:
> @Chatter | Artist - Title [Difficulty] (Mapper) <Mode>* +Mods** | osu.ppy.sh/b/BeatmapID
> @Sender | Artist - Title [Difficulty] (Mapper) <Mode>* +Mods** | osu.ppy.sh/b/BeatmapID
`!nppp`:
> @Chatter | Artist - Title [Difficulty] (Mapper) <Mode>* +Mods** | osu.ppy.sh/b/BeatmapID | ###pp*** / 100%: ###pp, 99%: ###pp, 98%: ###pp, 95%: ###pp, 90%: ###pp
> @Sender | Artist - Title [Difficulty] (Mapper) <Mode>* +Mods** | osu.ppy.sh/b/BeatmapID | ###pp*** / 100%: ###pp, 99%: ###pp, 98%: ###pp, 95%: ###pp, 90%: ###pp
<sup>_*Mode is only visible if it is not osu!standard._</sup>
<sup>_**Mods are only visible if any are selected._</sup>
<sup>_***Current pp, only visible if the player is currently playing a map._</sup>
## Roadmap
- [x] Make commands not case-sensitive
- [ ] Add `!pp` command for calculating user-defined accuracy of the current beatmap
- [ ] Add ability to customize command message
- [x] Make commands not case-sensitive
- [x] Organize
- [x] Site
- [x] Code
Expand Down
8 changes: 4 additions & 4 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,11 @@
<div class="row">
<div>
<label for="username">Channel:</label><br>
<input type="text" id="username" name="username" required placeholder="Channel" oninput="makeValid()">
<input type="text" id="username" name="username" style="width: 330px;" required placeholder="Channel" oninput="makeValid()">
</div>
<div>
<label for="cooldown">Cooldown (seconds):</label><br>
<input type="text" id="cooldown" name="cooldown" value="15" placeholder="Cooldown">
<input type="text" id="cooldown" name="cooldown" value="15" style="width: 330px;" placeholder="Cooldown">
</div>
</div>
<div>
Expand Down Expand Up @@ -56,10 +56,10 @@ <h2>Usage</h2>
<h2>Format</h2>
<hr>
<b>!np</b>:<br>
@Chatter | Artist - Title [Difficulty] (Mapper) &lt;Mode&gt;* +Mods** | osu.ppy.sh/b/BeatmapID<br>
@Sender | Artist - Title [Difficulty] (Mapper) &lt;Mode&gt;* +Mods** | osu.ppy.sh/b/BeatmapID<br>
<br>
<b>!nppp</b>:<br>
@Chatter | Artist - Title [Difficulty] (Mapper) &lt;Mode&gt;* +Mods** | osu.ppy.sh/b/BeatmapID | ###pp*** / 100%: ###pp, 99%: ###pp, 98%: ###pp, 95%: ###pp, 90%: ###pp<br>
@Sender | Artist - Title [Difficulty] (Mapper) &lt;Mode&gt;* +Mods** | osu.ppy.sh/b/BeatmapID | ###pp*** / 100%: ###pp, 99%: ###pp, 98%: ###pp, 95%: ###pp, 90%: ###pp<br>
<br>
<small><i>
*Mode is only visible if it is not osu!standard.<br>
Expand Down

0 comments on commit eb8286d

Please sign in to comment.