Skip to content

Commit 86b66f2

Browse files
committed
chore: reorganize bump reminder and update ESLint configuration
1 parent 5191b42 commit 86b66f2

4 files changed

Lines changed: 4 additions & 2 deletions

File tree

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -137,3 +137,6 @@ dist
137137
# Vite logs files
138138
vite.config.js.timestamp-*
139139
vite.config.ts.timestamp-*
140+
141+
# json files generated by npm pack
142+
bump-config.json
File renamed without changes.

index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ client.cooldowns = new Map();
4040
client.helpers = { checkPermissions };
4141
module.exports = client;
4242

43-
const { setupBumpReminder, handleMessage } = require("./bumpReminder");
43+
const { setupBumpReminder, handleMessage } = require("./events/notifications/bumpReminder");
4444

4545
// Example: configure on startup (or from a slash command)
4646
setupBumpReminder(

package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
{
22
"name": "java_lava_helper",
33
"version": "2.0.0",
4-
"type": "module",
54
"description": "The Java Lava Discord Bot - Helper Version",
65
"main": "index.js",
76
"scripts": {

0 commit comments

Comments
 (0)