feat(GrammarFix): Update Dev & Dictionary

* Update constants.ts to reflect new Discord Account

* Update Grammar Fix to reflect changed author

* Update dictionary URL
This commit is contained in:
S€th 2024-12-10 01:54:52 -05:00 committed by GitHub
parent b0dde2d57f
commit 13ab4df0d0
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 5 additions and 5 deletions

View file

@ -81,12 +81,12 @@ const getPresend = dictionary => {
export default definePlugin({ export default definePlugin({
name: "GrammarFix", name: "GrammarFix",
description: "Automatic punctuation, capitalization, and word replacement.", description: "Automatic punctuation, capitalization, and word replacement.",
authors: [EquicordDevs.unstream], authors: [EquicordDevs.seth],
dependencies: ["MessageEventsAPI"], dependencies: ["MessageEventsAPI"],
settings, settings,
async start() { async start() {
let dictionary = await fetch( let dictionary = await fetch(
"https://raw.githubusercontent.com/wont-stream/dictionary/3d52fecd9aca5dfee0fcde0df2c2af357f977df7/index.min.json", "https://raw.githubusercontent.com/wont-stream/dictionary/6b9d2f06a1d89103fb7249f41de4db6811e3d374/index.min.json",
); );
dictionary = await dictionary.json(); dictionary = await dictionary.json();

View file

@ -739,9 +739,9 @@ export const EquicordDevs = Object.freeze({
name: "Prince527", name: "Prince527",
id: 364105797162237952n id: 364105797162237952n
}, },
unstream: { seth: {
name: "Unstream", name: "S€th",
id: 1125315673829154837n id: 1273447359417942128n
}, },
ThePirateStoner: { ThePirateStoner: {
name: "ThePirateStoner", name: "ThePirateStoner",