Skip to content

Commit 5fa634f

Browse files
committed
Fix spelling error
1 parent 56701c8 commit 5fa634f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

events/lunch_buddy.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ const { EmbedBuilder, ButtonBuilder, ActionRowBuilder } = require("discord.js");
22
const cron = require("node-cron");
33

44
const lunchBuddyLocations = require("../config/lunch_buddy_locations.json");
5-
const config = require("../config/lunch_budy.json");
5+
const config = require("../config/lunch_buddy.json");
66

77
const maxRowButtons = 4;
88
const areaButtonCustomId = "AreaButton";

0 commit comments

Comments
 (0)