Skip to content

Commit

Permalink
Merge pull request #63 from Contraversum/pre-production
Browse files Browse the repository at this point in the history
quick emergency change
  • Loading branch information
GregTCLTK committed Oct 7, 2023
2 parents 3aefb23 + 7c9e742 commit d9430dc
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion index.ts
Expand Up @@ -13,9 +13,10 @@ client.on(Events.ClientReady, async (c) => {
});
client.login(process.env.TOKEN); // Log in to the bot

/* // Commented out because the button is being sent every hour
client.on("ready", () => {
sendTestButton()
});
});*/

// Load commands
const foldersPath = path.join(__dirname, 'commands');
Expand Down

1 comment on commit d9430dc

@johan-t
Copy link
Contributor

@johan-t johan-t commented on d9430dc Oct 7, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We still need to create a release for this right?

Please sign in to comment.