Added autodeploy function to developmet mode

This commit is contained in:
2023-11-19 13:43:18 +01:00
parent 5c88f2f4d3
commit ca44c07071
5 changed files with 81 additions and 2 deletions

View File

@@ -8,7 +8,6 @@ module.exports = {
execute(client) {
if (process.env.NODE_ENV !== 'dev') {
console.log("Logged in as " + client.user.tag + "!");
const channel = client.channels.cache.get(botLogChannel);
const embedColor = Number(color.replace('#', '0x'))