-
-
Notifications
You must be signed in to change notification settings - Fork 27
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: Ryanmello07 <67509637+Ryanmello07@users.noreply.github.com>
- Loading branch information
1 parent
d75ade0
commit b3975f6
Showing
1 changed file
with
34 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,34 @@ | ||
--- | ||
title: "Command: `anime`" | ||
short_name: anime | ||
--- | ||
|
||
**MUST HAVE ANIME PLUGIN** | ||
|
||
import Modes from "@/components/MDX/Modes"; | ||
|
||
# `anime` | ||
|
||
Sends a anime picture from the desired category into the current channel. | ||
|
||
### Syntax | ||
|
||
``` | ||
-anime [category] | ||
/anime category: [category] | ||
``` | ||
|
||
### Required Permissions | ||
|
||
`NONE` | ||
|
||
### Modes | ||
|
||
<Modes modes={["legacy", "interaction"]} /> | ||
|
||
### Examples | ||
|
||
``` | ||
-anime waifu | ||
/anime category:Neko | ||
``` |