Unholy
Unholy
DIdiscord.js - Imagine ❄
Created by Unholy on 12/9/2024 in #djs-questions
How can i make my bots name chance every minute with code ?
Hello everyone i want to make my bot chance his name like every minute or two, can you please help me? this is the code i have written for now - const {Client} = require("discord.js"); const {token} = require("./confic.json") const client = new Client({intents: []}); client.login(token);
52 replies