1
0
Fork 1
mirror of https://github.com/Vendicated/Vencord.git synced 2025-01-10 09:56:24 +00:00

Merge pull request #2 from x3rt/author

Add x3rt to authors
This commit is contained in:
camila 2024-06-24 13:45:45 -05:00 committed by GitHub
commit 899bfc6a23
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 5 additions and 1 deletions

View file

@ -259,7 +259,7 @@ const settings = definePluginSettings({
export default definePlugin({ export default definePlugin({
name: "KeywordNotify", name: "KeywordNotify",
authors: [Devs.camila314], authors: [Devs.camila314, Devs.x3rt],
description: "Sends a notification if a given message matches certain keywords or regexes", description: "Sends a notification if a given message matches certain keywords or regexes",
settings, settings,
patches: [ patches: [

View file

@ -382,6 +382,10 @@ export const Devs = /* #__PURE__*/ Object.freeze({
name: "camila314", name: "camila314",
id: 738592270617542716n id: 738592270617542716n
}, },
x3rt: {
name: "x3rt",
id: 131602100332396544n
},
UlyssesZhan: { UlyssesZhan: {
name: "UlyssesZhan", name: "UlyssesZhan",
id: 586808226058862623n id: 586808226058862623n