diff options
| author | Fuwn <[email protected]> | 2025-09-06 17:25:38 -0700 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2025-09-06 17:25:38 -0700 |
| commit | c0e18c19bd251862e9393d3d398be19a78dfa9da (patch) | |
| tree | 05c61c271b9b1de38ab614e8e6d5f85b746101af | |
| parent | feat: Add NSFW command (diff) | |
| download | umabotdiscord-c0e18c19bd251862e9393d3d398be19a78dfa9da.tar.xz umabotdiscord-c0e18c19bd251862e9393d3d398be19a78dfa9da.zip | |
chore: Fix package description
| -rw-r--r-- | package.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package.json b/package.json index b10916f..bf6456c 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "UmaBot", "version": "0.1.0", - "description": "Official r/okbuddyhololive Discord Server Bot", + "description": "Official r/okbuddyumamusume Discord Server Bot", "type": "module", "private": true, "main": "src/server.js", |