Skip to content

Commit 362b949

Browse files
committed
Updated config
1 parent 6ffacd8 commit 362b949

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "discord.js-advanced-command-handler",
3-
"version": "2.0.0",
3+
"version": "2.0.1",
44
"description": "🤖 Discord.js V14 Command and Event Handler",
55
"main": "src/index.js",
66
"type": "module",

src/data/config.js.template

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
const config = {
22
bot: {
33
token: 'TOKEN',
4-
intents: 'INTENT',
54
owner: '0',
65
},
76
mysql: {

0 commit comments

Comments
 (0)