mirror of
https://github.com/keanuplayz/TravBot-v3.git
synced 2024-08-15 02:33:12 +00:00
Move emote registry dump to "public" directory.
This commit is contained in:
parent
8c6ffb963e
commit
f0a342faec
4 changed files with 6 additions and 3 deletions
4
.gitignore
vendored
4
.gitignore
vendored
|
@ -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
0
data/public/.gitkeep
Normal 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":
|
||||
|
|
|
@ -20,7 +20,7 @@ function updateGlobalEmoteRegistry(): void {
|
|||
}
|
||||
}
|
||||
|
||||
FileManager.write("emote-registry", data, true);
|
||||
FileManager.write("public/emote-registry", data, true);
|
||||
}
|
||||
|
||||
client.on("emojiCreate", (emote) => {
|
||||
|
|
Loading…
Reference in a new issue