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 ?
that is 100% true, i know what i ask for and its kinda jack ass move from me but i just want to have a discord bot that chances his nickname and thats it
52 replies
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 ?
replit
52 replies
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 ?
i dont think i can, currently i am using online host that is called reptl.it
52 replies
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 ?
i am really sorry that i want from u to make me the whole code but i really dont have the time to learn javascript or java
52 replies
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 ?
guys this is my code pls help
const {Client} = require("discord.js");
const {token} = require("./confic.json")
export class GuildMember extends Base

const client = new Client({intents: []});

guild.members.me.setNickname('cool nickname', 'Needed a new nickname')
.then(member => console.log(`Set nickname of ${member.user.username}`))
.catch(console.error);


client.login(token);
const {Client} = require("discord.js");
const {token} = require("./confic.json")
export class GuildMember extends Base

const client = new Client({intents: []});

guild.members.me.setNickname('cool nickname', 'Needed a new nickname')
.then(member => console.log(`Set nickname of ${member.user.username}`))
.catch(console.error);


client.login(token);
52 replies
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 ?
XD
52 replies
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 ?
i thought that was python
52 replies
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 ?
ye i know that there a diffrence, but i dont even know in which language i am coding
52 replies
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 ?
i really don't have the time to learn java
52 replies
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 ?
i know c# but not java
52 replies
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 ?
i just want to make the bot chance his nickname
52 replies
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 ?
i tried adding "export class GuildMember extends Base" so i reference the guild property
52 replies
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 ?
i am so lost
52 replies
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 ?
it gives me this error ReferenceError: guild is not defined
52 replies
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 ?
got it, and i have last question, how i can target the bot and not a guild member ?
52 replies
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 ?
i wanna change the nickname mb
52 replies
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 ?
the the nickname i mean
52 replies