Skip to content

Commit d2ff9ac

Browse files
authored
[DISC-120] Declare file type for requiring data (#192)
1 parent 84d63f4 commit d2ff9ac

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
@@ -1,6 +1,6 @@
11
const { EmbedBuilder, ButtonBuilder, ActionRowBuilder } = require("discord.js");
22
const cron = require("node-cron");
3-
const lunchBuddyLocations = require("../data/lunch_buddy_locations");
3+
const lunchBuddyLocations = require("../data/lunch_buddy_locations.js");
44
const config = require("../config/lunch_buddy.json");
55

66
const maxRowButtons = 4;

0 commit comments

Comments
 (0)