mirror of
https://github.com/Equicord/Equicord.git
synced 2025-02-25 01:28:52 -05:00
Fix LoginWithQR Patch
This commit is contained in:
parent
5b568d708c
commit
fe66fc4762
10 changed files with 4 additions and 12 deletions
|
@ -31,7 +31,6 @@ export default definePlugin({
|
|||
name: "CuteAnimeBoys",
|
||||
authors: [EquicordDevs.ShadyGoat],
|
||||
description: "Add a command to send cute anime boys in the chat",
|
||||
dependencies: ["CommandsAPI"],
|
||||
commands: [{
|
||||
name: "anime-boys",
|
||||
description: "Send cute anime boys",
|
||||
|
|
|
@ -19,7 +19,6 @@ export default definePlugin({
|
|||
name: "CuteNekos",
|
||||
authors: [Devs.echo],
|
||||
description: "Neko Command",
|
||||
dependencies: ["CommandsAPI"],
|
||||
commands: [{
|
||||
name: "nekos",
|
||||
description: "Baby don't hurt me no more",
|
||||
|
|
|
@ -18,9 +18,8 @@ async function getcutepats(): Promise<string> {
|
|||
|
||||
export default definePlugin({
|
||||
name: "CutePats",
|
||||
description: "Pat Command",
|
||||
dependencies: ["CommandsAPI"],
|
||||
authors: [EquicordDevs.thororen],
|
||||
description: "Pat Command",
|
||||
commands: [{
|
||||
name: "pat",
|
||||
description: "Baby don't hurt me no more",
|
||||
|
|
|
@ -142,7 +142,6 @@ export default definePlugin({
|
|||
name: "Encryptcord",
|
||||
description: "End-to-end encryption in Discord!",
|
||||
authors: [Devs.Inbestigator],
|
||||
dependencies: ["CommandsAPI"],
|
||||
patches: [
|
||||
{
|
||||
find: "INTERACTION_APPLICATION_COMMAND_INVALID_VERSION",
|
||||
|
|
|
@ -40,7 +40,6 @@ export default definePlugin({
|
|||
name: "GifRoulette",
|
||||
description: "Adds a command to send a random gif from your favourites, and a one in ten chance to ping the owner of the server",
|
||||
authors: [Devs.Samwich],
|
||||
dependencies: ["CommandsAPI"],
|
||||
settings,
|
||||
commands: [
|
||||
{
|
||||
|
|
|
@ -56,7 +56,6 @@ export default definePlugin({
|
|||
description: "Adds a command to send a google search link to a query",
|
||||
authors: [Devs.Samwich],
|
||||
tags: ["search", "google", "query", "duckduckgo", "command"],
|
||||
dependencies: ["CommandsAPI"],
|
||||
settings,
|
||||
commands: [
|
||||
{
|
||||
|
|
|
@ -68,8 +68,8 @@ export default definePlugin({
|
|||
{
|
||||
find: "Messages.MULTI_ACCOUNT_MENU_LABEL",
|
||||
replacement: {
|
||||
// Insert our own MenuItem before the Switch Account button
|
||||
match: /children:\[(.{54}id:"switch-account")/,
|
||||
// Insert our own MenuItem before the Switch Accounts button
|
||||
match: /children:\[(.{0,54}id:"switch-accounts")/,
|
||||
replace: "children:[$self.ScanQrMenuItem,$1",
|
||||
},
|
||||
},
|
||||
|
|
|
@ -194,7 +194,6 @@ export default definePlugin({
|
|||
name: "MediaDownloader",
|
||||
description: "Download and send videos with from YouTube, Twitter, Reddit and more.",
|
||||
authors: [EquicordDevs.Colorman],
|
||||
dependencies: ["CommandsAPI"],
|
||||
reporterTestable: ReporterTestable.Patches,
|
||||
settings,
|
||||
commands: [{
|
||||
|
|
|
@ -47,7 +47,6 @@ async function deleteMessages(amount: number, channel: Channel, delay: number =
|
|||
export default definePlugin({
|
||||
name: "PurgeMessages",
|
||||
description: "Purges messages from a channel",
|
||||
dependencies: ["CommandsAPI"],
|
||||
authors: [EquicordDevs.bhop, Devs.nyx],
|
||||
commands: [
|
||||
{
|
||||
|
|
|
@ -152,7 +152,7 @@ export default definePlugin({
|
|||
name: "UwUifier",
|
||||
description: "Make everything uwu",
|
||||
authors: [Devs.echo],
|
||||
dependencies: ["CommandsAPI", "MessageEventsAPI"],
|
||||
dependencies: ["MessageEventsAPI"],
|
||||
settings,
|
||||
|
||||
commands: [
|
||||
|
|
Loading…
Add table
Reference in a new issue