Move emote registry dump to "public" directory.

This commit is contained in:
Keanu Timmermans 2021-04-22 11:45:44 +02:00
parent 8c6ffb963e
commit f0a342faec
Signed by: keanucode
GPG Key ID: A7431C0D513CA93B
4 changed files with 6 additions and 3 deletions

4
.gitignore vendored
View File

@ -1,6 +1,8 @@
# Specific to this repository
dist/
data/
data/*
data/public/emote-registry.json
!data/public/
tmp/
test*
!test/

0
data/public/.gitkeep Normal file
View File

View File

@ -39,7 +39,8 @@ const registry: {[id: string]: string} = {
"389178357302034442": "In his dreams, he is the star. its him. <:itsMe:808174425253871657>",
"606395763404046349": "Me.",
"237359961842253835": "Good question.",
"320680803124248576": "The resident meat lump and certified non-weeb. Inquire directly for details and keep that honey glaze to yourself.",
"320680803124248576":
"The resident meat lump and certified non-weeb. Inquire directly for details and keep that honey glaze to yourself.",
"689538764950994990":
"The slayer of memes, a vigilante of the voidborn, and the self-proclaimed prophet of Xereptheí.\n> And thus, I shall remain dormant once more. For when judgement day arrives, those whose names are sung shall pierce the heavens.",
"273599683132260354":

View File

@ -20,7 +20,7 @@ function updateGlobalEmoteRegistry(): void {
}
}
FileManager.write("emote-registry", data, true);
FileManager.write("public/emote-registry", data, true);
}
client.on("emojiCreate", (emote) => {