mirror of
https://github.com/Equicord/Equicord.git
synced 2025-01-18 13:23:28 -05:00
Fix Author Line
This commit is contained in:
parent
656a0168cc
commit
f52625e97f
1 changed files with 1 additions and 3 deletions
|
@ -98,9 +98,7 @@ migratePluginSettings("Signature", "SentVia");
|
|||
export default definePlugin({
|
||||
name: "Signature",
|
||||
description: "Automated fingerprint/end text",
|
||||
authors: [
|
||||
EquicordDevs.KrystalSkull
|
||||
],
|
||||
authors: [EquicordDevs.KrystalSkull],
|
||||
dependencies: ["MessageEventsAPI", "ChatInputButtonAPI"],
|
||||
|
||||
start: () => {
|
||||
|
|
Loading…
Reference in a new issue