diff options
| author | Fuwn <[email protected]> | 2025-09-06 17:00:32 -0700 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2025-09-06 17:00:32 -0700 |
| commit | 57c9f7ce45b40badeb13ed1e57a99b52cb8465f7 (patch) | |
| tree | 3089a706daae73e8aad781b49b1bfab10eed0a15 /src/commands.js | |
| parent | ci(Actions): Remove test requirement for release (diff) | |
| download | umabotdiscord-57c9f7ce45b40badeb13ed1e57a99b52cb8465f7.tar.xz umabotdiscord-57c9f7ce45b40badeb13ed1e57a99b52cb8465f7.zip | |
feat: Add NSFW command
Diffstat (limited to 'src/commands.js')
| -rw-r--r-- | src/commands.js | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/commands.js b/src/commands.js index 5445644..4680ff7 100644 --- a/src/commands.js +++ b/src/commands.js @@ -7,3 +7,9 @@ export const ROLEPLAY_COMMAND = { name: 'roleplay', description: 'Fetch a random hot roleplay post from r/okbuddyumamusume', }; + +export const NSFW_COMMAND = { + name: 'nsfw', + description: + 'Fetch a random NSFW post from r/okbuddyumamusume (NSFW channels only)', +}; |