diff options
author | lovenginx <144252537+lovenginx@users.noreply.github.com> | 2023-09-06 09:52:14 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-09-06 18:52:14 +0200 |
commit | fc4551005303762c56857d7a028519d4a3441453 (patch) | |
tree | f0a816f60f4b2e04adb448eba704f24bf4361c45 | |
parent | 77bfaf38a551f7adff3cfb0f30fe734825a88f0f (diff) | |
download | Vencord-fc4551005303762c56857d7a028519d4a3441453.tar.gz Vencord-fc4551005303762c56857d7a028519d4a3441453.tar.bz2 Vencord-fc4551005303762c56857d7a028519d4a3441453.zip |
LoadingQuotes: add a new quote (#1710)
-rw-r--r-- | src/plugins/loadingQuotes.ts | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/plugins/loadingQuotes.ts b/src/plugins/loadingQuotes.ts index 7be6f30..963705b 100644 --- a/src/plugins/loadingQuotes.ts +++ b/src/plugins/loadingQuotes.ts @@ -56,7 +56,8 @@ const quotes = [ "hd{b${", "<;vqkijbq33271:56<3799?24944:", "Thof$lu'ofdn,!qsefc'az*bnrcma+&Om{o+iu\"`khct$)bnrd\"bcdoi&", - "snofplkb{)c'r\"lod'|f*aurv#cpno`abchijklmno" + "snofplkb{)c'r\"lod'|f*aurv#cpno`abchijklmno", + "Wdn`khc'|f*eghl{%" ]; export default definePlugin({ |