mirror of
https://github.com/Vendicated/Vencord.git
synced 2025-01-09 17:36:23 +00:00
commit
899bfc6a23
2 changed files with 5 additions and 1 deletions
|
@ -259,7 +259,7 @@ const settings = definePluginSettings({
|
|||
|
||||
export default definePlugin({
|
||||
name: "KeywordNotify",
|
||||
authors: [Devs.camila314],
|
||||
authors: [Devs.camila314, Devs.x3rt],
|
||||
description: "Sends a notification if a given message matches certain keywords or regexes",
|
||||
settings,
|
||||
patches: [
|
||||
|
|
|
@ -382,6 +382,10 @@ export const Devs = /* #__PURE__*/ Object.freeze({
|
|||
name: "camila314",
|
||||
id: 738592270617542716n
|
||||
},
|
||||
x3rt: {
|
||||
name: "x3rt",
|
||||
id: 131602100332396544n
|
||||
},
|
||||
UlyssesZhan: {
|
||||
name: "UlyssesZhan",
|
||||
id: 586808226058862623n
|
||||
|
|
Loading…
Reference in a new issue