We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6ffacd8 commit 362b949Copy full SHA for 362b949
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "discord.js-advanced-command-handler",
3
- "version": "2.0.0",
+ "version": "2.0.1",
4
"description": "🤖 Discord.js V14 Command and Event Handler",
5
"main": "src/index.js",
6
"type": "module",
src/data/config.js.template
@@ -1,7 +1,6 @@
const config = {
bot: {
token: 'TOKEN',
- intents: 'INTENT',
owner: '0',
},
7
mysql: {
0 commit comments