mirror of
https://github.com/Equicord/Equicord.git
synced 2025-06-08 14:13:01 -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({
|
export default definePlugin({
|
||||||
name: "CuteAnimeBoys",
|
name: "CuteAnimeGirls",
|
||||||
authors: [EquicordDevs.ShadyGoat],
|
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: [{
|
commands: [{
|
||||||
name: "anime-boys",
|
name: "anime-girls",
|
||||||
description: "Send cute anime boys",
|
description: "Send cute anime girls",
|
||||||
options: [
|
options: [
|
||||||
{
|
{
|
||||||
name: "cat",
|
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,
|
type: ApplicationCommandOptionType.BOOLEAN,
|
||||||
required: false,
|
required: false,
|
||||||
},
|
},
|
Loading…
Add table
Add a link
Reference in a new issue