mirror of
https://github.com/Equicord/Equicord.git
synced 2025-06-08 06:03:03 -04:00
Remove CuteAnimeBoys plugin and add CuteAnimeGirls plugin (im sorry he peer pressured me into doing this)
This commit is contained in:
parent
a4088953f3
commit
3b7e853eb0
1 changed files with 5 additions and 5 deletions
|
@ -28,16 +28,16 @@ async function fetchReddit(sub: string) {
|
|||
}
|
||||
|
||||
export default definePlugin({
|
||||
name: "CuteAnimeBoys",
|
||||
name: "CuteAnimeGirls",
|
||||
authors: [EquicordDevs.ShadyGoat],
|
||||
description: "Add a command to send cute anime boys in the chat",
|
||||
description: "Add a command to send cute anime girls in the chat",
|
||||
commands: [{
|
||||
name: "anime-boys",
|
||||
description: "Send cute anime boys",
|
||||
name: "anime-girls",
|
||||
description: "Send cute anime girls",
|
||||
options: [
|
||||
{
|
||||
name: "cat",
|
||||
description: "If set, this will send exclusively cute anime cat boys",
|
||||
description: "If set, this will send exclusively cute anime cat girls",
|
||||
type: ApplicationCommandOptionType.BOOLEAN,
|
||||
required: false,
|
||||
},
|
Loading…
Add table
Add a link
Reference in a new issue