mirror of
https://github.com/Vendicated/Vencord.git
synced 2025-01-10 09:56:24 +00:00
commit
899bfc6a23
2 changed files with 5 additions and 1 deletions
|
@ -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: [
|
||||||
|
|
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue