Skip to content
This repository has been archived by the owner on Jul 8, 2024. It is now read-only.

Commit

Permalink
Release v1.0.0-beta2
Browse files Browse the repository at this point in the history
  • Loading branch information
harryitz committed May 5, 2024
1 parent 1324f92 commit 3a7fe48
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/DiscordNexus.js
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,6 @@ export class DiscordNexus extends Client {
const currentFilePath = fileURLToPath(import.meta.url);
const currentDirPath = dirname(currentFilePath);
global.dataPath = currentDirPath;
this.instance = this;
this.baseConsole = new BaseConsole();
this.pluginManager = new PluginManager(this);
this.commandMap = new CommandMap(this);
Expand Down

0 comments on commit 3a7fe48

Please sign in to comment.