tangled
alpha
login
or
join now
thevoid.cafe
/
voidy
0
fork
atom
A powerful and extendable Discord bot, with it's own module system :3
thevoid.cafe/projects/voidy
0
fork
atom
overview
issues
pulls
pipelines
๐ Use correct env key
Jo
2 months ago
0069f392
4f25bb40
+1
-1
1 changed file
expand all
collapse all
unified
split
packages
bot
src
modules
economy
commands
minecraft
shop
generate.ts
+1
-1
packages/bot/src/modules/economy/commands/minecraft/shop/generate.ts
···
25
25
method: "POST",
26
26
headers: {
27
27
"Content-Type": "application/json",
28
28
-
Authorization: `Bearer ${process.env.VOIDY_API_TOKEN}`,
28
28
+
Authorization: `Bearer ${process.env.ACCESS_TOKEN}`,
29
29
},
30
30
body: highlight
31
31
? JSON.stringify({ highlight })