mirror of
https://github.com/Vendicated/Vencord.git
synced 2025-01-09 09:26:22 +00:00
adding to constants
This commit is contained in:
parent
545ee5d211
commit
047ff04005
2 changed files with 5 additions and 1 deletions
|
@ -126,7 +126,7 @@ const StatusSubMenuComponent = () => {
|
|||
export default definePlugin({
|
||||
name: "StatusPresets",
|
||||
description: "Allows you to remember your statuses and set them later",
|
||||
authors: [Devs.Dolfies],
|
||||
authors: [Devs.iamme],
|
||||
settings: settings,
|
||||
dependencies: ["UserSettingsAPI"],
|
||||
patches: [
|
||||
|
|
|
@ -475,6 +475,10 @@ export const Devs = /* #__PURE__*/ Object.freeze({
|
|||
name: "Sqaaakoi",
|
||||
id: 259558259491340288n
|
||||
},
|
||||
iamme: {
|
||||
name: "i am me",
|
||||
id: 984392761929256980n
|
||||
},
|
||||
Byron: {
|
||||
name: "byeoon",
|
||||
id: 1167275288036655133n
|
||||
|
|
Loading…
Reference in a new issue