We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 56701c8 commit 5fa634fCopy full SHA for 5fa634f
events/lunch_buddy.js
@@ -2,7 +2,7 @@ const { EmbedBuilder, ButtonBuilder, ActionRowBuilder } = require("discord.js");
2
const cron = require("node-cron");
3
4
const lunchBuddyLocations = require("../config/lunch_buddy_locations.json");
5
-const config = require("../config/lunch_budy.json");
+const config = require("../config/lunch_buddy.json");
6
7
const maxRowButtons = 4;
8
const areaButtonCustomId = "AreaButton";
0 commit comments