Skip to content
This repository has been archived by the owner on Feb 11, 2022. It is now read-only.

Commit

Permalink
Fixed V2Command naming
Browse files Browse the repository at this point in the history
  • Loading branch information
AtiLion committed Feb 12, 2021
1 parent 48a3b9e commit 5b0af5b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion BotNeckBot/api/v2Api/index.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
const { getModulesPath } = require('./BotNeckAPI');
const BotNeckAPI = require('./BotNeckAPI');
const v2Command = require('./v2Command');
const v2Command = require('./V2Command');

module.exports = { BotNeckAPI, v2Command };

0 comments on commit 5b0af5b

Please sign in to comment.