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

@@ -11,4 +11,4 @@ client.slash = new Discord.Collection();
handler.loadEvents(client);
handler.loadSlashCommands(client);
client.login(process.env.TOKEN);
client.login(process.env.token);