A powerful and extendable Discord bot, with it's own module system :3 thevoid.cafe/projects/voidy

๐Ÿ› Use correct env key

Jo 0069f392 4f25bb40

+1 -1
+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 - Authorization: `Bearer ${process.env.VOIDY_API_TOKEN}`, 28 + Authorization: `Bearer ${process.env.ACCESS_TOKEN}`, 29 29 }, 30 30 body: highlight 31 31 ? JSON.stringify({ highlight })