modified: .env

modified:   README.md
	modified:   commands/moderation/moveuser.js
	modified:   handler/index.js
	modified:   index.js
	modified:   package.json
	commands/moderation/ban.js
	node_modules/
	package-lock.json
This commit is contained in:
Noah Pombas
2024-09-30 18:39:01 +02:00
parent 280054ddb6
commit 33a8ddd796
6 changed files with 80 additions and 24 deletions

View File

@@ -54,7 +54,7 @@ const loadSlashCommands = async function (client) {
}
client.on("ready", async () => {
await client.guilds.cache.get("yourDiscordServerID").commands.set(slash);
await client.guilds.cache.get("serverid").commands.set(slash);
})
}