#development
1 messages ยท Page 342 of 1
what did you put
message.guild.me.hasPermission('BAN_MEMBERS')
Im so confused
@tawny lava Pls help ;-;
Orrrrr noott
hi
ok
whats not working
const Discord = require('discord.js');
const client = new Discord.Client();
client.on("message", (message) => {
let args = [message.content]
if(message.member.hasPermission("BAN_MEMBERS") && message.guild.me.hasPermission("BAN_MEMBERS")){
if (message.content.startsWith('---ban')) {
if(!message.guild) return;
if(message.mentions.users.size === 0) {
return;
}
message.channel.send(`${message.mentions.members.first().user.username} has been banned!`)
message.mentions.members.first().ban(args[1]);
console.log(`Command run: Ban in ${message.guild.name} in ${message.channel.name} by ${message.author.username}`)
}
} else if (!message.member.hasPermission("BAN_MEMBERS") && message.content.startsWith('---ban')) {
message.channel.send('You do not have permission to run this command!')
} else if (!message.guild.me.hasPermission('BAN_MEMBERS' && message.content.startsWith('---ban'))) {
message.channel.send('The bot does not have the required permissions to do this!')
}
});
This comes up silent
No errors
No logs
And it doesnt work
yeah
Its hasPermission now
ยฏ_(ใ)_/ยฏ
where are you running it
VCS
like which server are you testing on
A random one
which one
Why
do you have ban perms on it?
Yes
I am one of them
But
Even when others ran it
Nothing
It just comes up nothing all the time
does your bot have ban perms
then if it doesn't why would it run
if(message.member.hasPermission("BAN_MEMBERS") && message.guild.me.hasPermission("BAN_MEMBERS")){
No
it doesn't have ban perms?
else if (!message.member.hasPermission("BAN_MEMBERS") && message.content.startsWith('---ban')) {
message.channel.send('You do not have permission to run this command!')
} else if (!message.guild.me.hasPermission('BAN_MEMBERS' && message.content.startsWith('---ban'))) {
message.channel.send('The bot does not have the required permissions to do this!')
}
It does not
Which is why I made this
Which also doesnt work
๐ค
why are you checking for ban perms and the command at the same time
check for command and check for perms inside of it
Alright ยฏ_(ใ)_/ยฏ
const Discord = require('discord.js');
const client = new Discord.Client();
client.on("message", (message) => {
let args = [message.content]
if (message.content.startsWith('---ban')) {
if(message.member.hasPermission("BAN_MEMBERS") && message.guild.me.hasPermission("BAN_MEMBERS")){
if(!message.guild) return;
if(message.mentions.users.size === 0) {
return;
}
message.channel.send(`${message.mentions.members.first().user.username} has been banned!`)
message.mentions.members.first().ban(args[1]);
console.log(`Command run: Ban in ${message.guild.name} in ${message.channel.name} by ${message.author.username}`)
if (!message.member.hasPermission("BAN_MEMBERS") && message.content.startsWith('---ban')) {
message.channel.send('You do not have permission to run this command!')
}
if (!message.guild.me.hasPermission('BAN_MEMBERS' && message.content.startsWith('---ban'))) {
message.channel.send('The bot does not have the required permissions to do this!')
}
}
}
});
@pale light
I put everything inside
ok
Im gonna try it
what is that
Its my code
why are you checking for command name still
I fixed that
ok
Thats for getting the ban mention
nononono
It works
nono
It does lel
don't use that
Why :/
But it works :/
doesn't matter
you might want to restructure the entire command
._.
its very uh spotty 
Bro look doesnt matter
:/
I just wanna be able to fix this command
const Discord = require('discord.js');
const client = new Discord.Client();
client.on("message", (message) => {
let args = [message.content]
if (message.content.startsWith('---ban')) {
if(message.member.hasPermission("BAN_MEMBERS") && message.guild.me.hasPermission("BAN_MEMBERS")){
if(!message.guild) return;
if(message.mentions.users.size === 0) {
return;
}
message.channel.send(`${message.mentions.members.first().user.username} has been banned!`)
message.mentions.members.first().ban(args[1]);
console.log(`Command run: Ban in ${message.guild.name} in ${message.channel.name} by ${message.author.username}`)
} else if (!message.member.hasPermission("BAN_MEMBERS")) {
message.channel.send('You do not have permission to run this command!')
} else if (!message.guild.me.hasPermission('BAN_MEMBERS')) {
message.channel.send('The bot does not have the required permissions to do this!')
}
}
});
I honestly dont get why its doing this
It should be working
Eh its fine bro
Cya!
who can help me?.. how i put this 2 commands in just 1 command https://hastebin.com/puwevosoyi.js i need to work g!avatar and g!avatar [mention] !...
Just use the else statement
'[message.content]'
lol
@The Darkness Soldier#1418 he was giving you a tip
So you could try to do something more on that message.content
Do I need to have FFMPEG installed to use .play? Using eris
you need ffmpeg for any audio stuff in node
and node-opus or something like that?
i think
Thank you ken :P
no problem
if you only play mp3 files there is another option afaikยจ
What about a .m3u file?
he wants to play streams
make it like i said a stream
Doing that right now
๐
ffmpeg is good for playing the stream
I got it installed, or atleast I hope
He is joining the channel
But not playing anything.
check console for errors
bot.createMessage(msg.channel.id, "Error joining voice channel: " + err.message);
console.log(err);
}).then((connection) => {
connection.play('http://listen.moe/stream.m3u'), {format: 'm3u'};
});```
I don't got any errors.
i can see a syntax error alrady
Already got it ๐
How do I make my bot not respond if its in dms?
When some run a command you first check if he's in a guild
Could I get someone to develope a bot for me?
no

@viscid delta sure
Thanks
or
or: don't do it
why let cmds only work in dms
well, my open source bot has that feature but SSH
YOU DON'T KNOW THAT
lol
I dont want them to work in dms 
never mind, forgot how to send a message with d.js
or atleast the music commands
ik
๐

"TAKE THAT BACK OR I'M GONNA COME DOWN THERE AND KICK EVERY SQUARE INCH OF YOUR ASS!"
XD
lol ยฏ_(ใ)_/ยฏ
Nop
hmm is there an npm that allows me to put text on gifs? (node js)
probably not
i crie
Is there anyway I can force my bot to leave a specified guild with a command?
Maybe, they are using my bot for the wrong purposes and I do not like it
depends on the library
d.js
Or I can make a blacklisted guild array and i can paste the guild ID into the array? Maybe
Yeah u would have to forEach the guilds
Or that
If yours isnt client then its what you use for <client>.on

Is there a way to send a msg to every guild general channel without getting their id(s)?
lmao
d.js
yes, but don't 
I'm just wondering bc I found out about it on c#
@vale orbit ```js
client.guilds.map(e =>{
let f = e.channels.find("name","general")
f.send("SUP BITCH MASSIVE SPAM")
})
ยฏ_(ใ)_/ยฏ
Im not joking
anyway
that would work
ripperoni
yep, can totally help with that... :|
Sarcastic?
very
not if you don't say even in the slightest what your issue is 
Oh
Yea
He diddnt tell us or show us any code :/
@earnest phoenix which language are you using and/or library
meth
Lol
im lazy to type some words lol
Same
the editor?
Nvm... I just realized
@prime cliff d.js
@prime cliff ```javascript
const Discord = require('discord.js');
const client = new Discord.Client();
client.on("message", (message) => {
let args = [message.content]
if (message.content.startsWith('---ban')) {
if(message.member.hasPermission("BAN_MEMBERS") && message.guild.me.hasPermission("BAN_MEMBERS")){
if(!message.guild) return;
if(message.mentions.users.size === 0) {
return;
}
message.channel.send(${message.mentions.members.first().user.username} has been banned!)
message.mentions.members.first().ban(args[1]);
console.log(Command run: Ban in ${message.guild.name} in ${message.channel.name} by ${message.author.username})
} else if (!message.member.hasPermission("BAN_MEMBERS")) {
message.channel.send('You do not have permission to run this command!')
} else if (!message.guild.me.hasPermission('BAN_MEMBERS')) {
message.channel.send('The bot does not have the required permissions to do this!')
}
}
});
This comes up empty
Nothing
No error
Wait why is the args message.contents?
You need to split that
Yea
I did that
Was dat the error ;-;
Nope
Still nothing
;-;
It seems like theres some big error here
Thats not being caught
Aaaaaaa this is impossible
Nobody knows what the problem is
And theres no error so it cant be found out
Even the debugger cant find anything
Debug your code by logging to console with the arguments and see which parts are being executed
Btw this part here will cause errors because you are checking for guilds after guild.me.hasperm
console.log(args)
Oh whoops
Fixing that
Done
But thats odd
The console didnt get any logs
Somethings wrong with args
Put the console.log at the start and keep moving it down to see where its failing
I spy user mistakes
.
Wow
๐
Gfg me
It was the variable system
It messed up the eventChecker
Aaaaaaa
Wait
How would I reference the client as a member
Because I needed that variable
Use whatever you set your client var as?
You are doing something really wrong then
Okay, just how would the client get referenced as a member
Because I tried everything
and client.member isnt a method
And when I try other things
It comes up undefined
TypeError: Cannot read property 'hasPermission' of undefined
hasPermission is not valid then
@earnest phoenix Read the docs https://discord.js.org/#/docs/main/stable/general/welcome
client.member is not a thing...
I know that
Yet
People keep telling me different things
So im not sure who or what is right
So I defaulted back to this
Hey another example
Its right there...
User and emmber are different
client.user
*member
:/
User is the bot's user
The guild member has the permissions
I mean, I can try it
But I dont think it would work
Yup
Bot crashed with a "not valid function" error
Oh
:/
Im at wits end
I've tried everything
Well
Everything to the best of my knowledge
Rip you
Yep
All I legit need to know
Is how to reference the bot guild member
Yet apparently nobody knows how
Then it says "me" is undefined
TypeError: Cannot read property 'me' of undefined
Got it
Woooooooooow
Its message.guild.me
And now the else if system isnt working
bangs head against wall
Is your old nickname Deni by any chance
Not mine
Lol
LOL
@earnest phoenix give me the code
@earnest phoenix Why
I has fixed it
o
@earnest phoenix help me with image manipulation
reeeeeeeee
ok
just saying, graphicsmagick is poorly documented
the js lib anyways, not the CLI
uh oh
i just need to add text on top of an image
Oh
you may want to use JIMP
or something like that
how do I use that?
lol
Lol
k
If you want anymore help i can lend ya a hand
ok
๐
Henlo, whats up? ping me again when u return
kek @languid dragon
what
trying to make this work
const Jimp = require('jimp');
Jimp.read('./potato.jpg', function (err, image) {
Jimp.loadFont(Jimp.FONT_SANS_32_BLACK, function (font) {
image.print(font, 10, 10, "Hello world!");
});
image.write("./newpot.jpg");
});```
that should work
do you want a working example?
lemme write one up real quick
ok
@earnest phoenix
const Jimp = require('jimp');
Jimp.read("tt.png").then((image)=>{
Jimp.loadFont(Jimp.FONT_SANS_32_BLACK).then((font)=>{
image.print(font, 10, 10, "Hello world!");
image.write("newTT.png");
});
}).catch(function (err) {
console.error(err);
});
this worked
you didnt do .then((font)=>{})
put image.write() after you load the font
otherwise it wont save the text :-]
no problem โค
here if you need anymore help :]
@edgy dew
Oh.
Anyone knows a good way to fetch images from a site like letโs say danbooru in js? Having some troubles with it.
With a embed, that's pretty easy to do.
Yeah, i have no issues creating the embed for it, i just need to know a way to fetch the images, is there an api for it?
hm okay
danbooru has a API, if you didn't knew that
oh, i'll check it out in a sec
Thank you!
or you can be like me
var url = function GetDanbooruImageLink(callback) {
var https = require('https');
var parseString = require('xml2js').parseString;
var reqOptions = {
host: 'danbooru.donmai.us',
path: '/posts.xml?limit=20',
method: 'GET',
headers: {
'User-Agent': 'Mozilla/5.0 (Windows NT 6.1) AppleWebKit/535.1 (KHTML, like Gecko) Chrome/14.0.835.202 Safari/535.1',
'Accept': 'text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8'
}
}
https.get(reqOptions, resp => {
var body = '';
resp.on('data', p => {
body += p;
});
resp.on('end', function () {
parseString(body, function (err, res) {
// Math.floor(Math.random() * body.length);
var imgUrl = res.posts.post[Math.floor(Math.random() * res.posts.post.length)]['file-url'][0];
callback("https://danbooru.donmai.us/" + imgUrl);
});
});
});
};```
that is my old function XD
never used
well only a test

that's js not json
i wrote wrong i'm tired
Oh well it happens
yeah lol
๐
No
@tawny lava lol
No need to ping me
Okay
I wanted to ask about WebView library, what may you say about it? I mean it's good choice for web-app?) I mean to integrate websites into android/ios app.
how to message.channel.send({files:{imageToUpload}}); pls
message.channel.send(new Discord.Attachment('./images/confused.gif/'));
That's for d.js
nah
Someone said to me that .Attachment was better
no just no
O you are using Eris @languid dragon
no
d.js
No
but that are the docs from eris?
@neon pasture Jeff you succ a bigg ducc
no they aren't XD
o lol
Wow
rip me
S stands for succ
U Stands for uck
What d.js has blue text too
lol
hoW to RotATe FONTS IN JIMP PLS
http://senpai.ga/_____288?!?!?!
http://senpai.ga/_____290?!?!?! before
http://senpai.ga/_____289?!?!?! after
same
how do I push to an array?
then why keep the question here, and/or why bother asking in the first place 
when you already know how to and you have crossed out in the text and people are giving you the answer when you already know the answer
@earnest phoenix ```js
let a = ["",""]
a.push("!;/รท;;ร;,!;!;,!;!")
reeee
const Discord = require('discord.js');
const _client = new Discord.Client();
_client.on('ready', ()=>{
console.log("Discord client ready.");
});
_client.on('message', (message)=>{
if(message.author.bot) return; // if message owner = bot, return
if(message.content.indexOf("!!") !== 0) return; // if not prefix, return
let args = message.content.slice(2).trim().split(/ +/g);
let command = args.shift().toLowerCase();
if(command == "ping"){
return message.channel.send("Pong!");
}
// do stuff
});
_client.login('token here');
@earnest phoenix
welc
npm install discord.js
if(command == "ping"){
return message.channel.send("Pong!");
}
if(command == "ping"){
return message.channel.send("Pong!");
}
if(command == "yes"){
return message.channel.send("No!");
}
u literally
just leaked your token
GG
shit
use my example http://senpai.ga/_____309?!?!?!
@earnest phoenix nice token
the message event
show error?
lemme see
or show code
llmfao
Why are you prefixing client
add ```JS
let args = message.content.slice(2).trim().split(/ +/g);
let command = args.shift().toLowerCase();
above the command?
wat
now it doesnt respond https://gyazo.com/d63cdccf8881c3db6df3f085e4db1465
?
wa
working now?
sigh
let args = message.content.slice(2).trim().split(/ +/g);
let command = args.shift().toLowerCase();
THESE
WERE NOT DEFINED BEFORE
thats why it wouldn't work
/?!?!?!?
nop
!!ping not work?
nop
errors?
no
nothing?
yup
And ?
put console.log("message received") after the message event
show code again
Just a little question, why does your client variable have an underscore ? 

i literally
sent you
an example bot
do me a favour
and open command prompt in your folders directory
still doesnt work
console show anything?
i honestly
cant find anything wrong with it
i swear you're doing something wrong
or something is outdated
Close your if statement
._.
Didn't saw that lel
i used the same code for my bot lmfao
its just i parse my commands with my handler
Why did you hide your token?

https://hastebin.com/rixemafoxu.coffeescript this command handler makes the bot useless by not responding to any of the commands and I don't see where the issue is.
rip



okay so im just using python (eww) to make something
now in javascript I can do this:
if(this !== that) return;
//code is here
how would I do that in python, if possible? (instead of putting all the code inside the if)
if this != that:
return
i forgot the colon, just realized and wow that timing
if selfbot is not banned:
selfbot.ban()```
same
can someone help me with making the divs responsive
cause right now it looks like this
use media classes or % instead of px on width's
i dont even use px on width
what do you use?
i didnt even set anything for the boxes
there normal size
when the brower is full
screen
looks like this regularly
any idea?
ยฏ_(ใ)_/ยฏ
there a way for make vps detect all my npms? npm install didn't work as well as npm cache clearring then reinstallation
magic
I have a question about the rate limit for deleting messages. How much is it and is it only for the channel i'm in or the server or the bot?
I believe there's a per channel rate limit and a global rate limit
I have a bot that delete message in a loop game....
How often should i pause before delete?
@smoky rampart
dunno being who I am I usually just run tests on what I am curious about
but maybe it's somewhere in the discord docs?
a lot of unmet dependencies when i type npm list hmm
i'mma go npm install all the missing peer deps
although it keeps failing
@lethal hamlet so, here's an example
...
e = discord.Embed(title='Title', description='desc')
await ctx.send(embed=e)```
if you're using rewrite
discord.py rewrite?
client.on('guildMemberAdd', member => {
let guild = member.guild;
const embed = new Discord.RichEmbed()
.setColor(0x00AE86)
.setTimestamp()
.addField('User Update',
`${member.user} has joined! :white_check_mark: `)
guild.defaultChannel.sendEmbed(embed);
});
``` what is wrong with this ? ๐
ok i change it in ```
message.channel.send({ embed })
message is not defined
is @earnest phoenix
tis not
message is not defined in that event
client.on('guildMemberAdd', member => {
let guild = member.guild;
const embed = new Discord.RichEmbed()
.setColor(0x00AE86)
.setTimestamp()
.addField('User Update',
`${member.user} has joined! :white_check_mark: `)
guild.channels.first().send({embed});
});
if it was not. I received an error that was not defined. but I do not get any error.
@earnest phoenix yeah sure k
what the heck
killing me
heh he
isEmpty()?
if (array == []){} I think...
Ill try it
ok
Nope
Yes
Im getting a "Cannot send empty message" error
Plus if it was full the code would move past it
ok.. hm. can I see what the context of your code is in?
so just what are you trying to do?
const Discord = require('discord.js');
client.on("message", (message) => {
if(!message.guild) return;
if (message.content.startsWith('---alert')) {
if(message.member.hasPermission("MANAGE_GUILD") || message.author.id === '376147022660632587'){
if(message.mentions.users.size === 0) {
return message.channel.send('You didnt provide a mention silly!');
}
const args = message.content.slice(`---alert <@${message.mentions.members.first().user.id}>>`.length).trim().split(/ + /g)
if (args) {
return message.channel.send('You didnt put a message to alert silly!');
}
message.delete();
message.guild.fetchMember(message.mentions.members.first().user.id).then(e => e.send(args));
console.log(`Command run: Alert in ${message.guild.name} in ${message.channel.name} by ${message.author.username}`)
message.channel.send(`**${message.mentions.members.first().user.username} has been alerted by ${message.author.username}**`)
} else if (!message.member.hasPermission("MANAGE_GUILD")) {
message.channel.send('You must have the MANAGE_SERVER permission to run this command!')
}
}
});
Trying to create an alert system
ok..
Basically
If theres no text to alert
End the code
Which is return;
But im not sure how to reference an empty arry
probably ```javascript
if (args.length == 0)
I tried that
oh
Btw its ===
ya but whatever lol
Lmao
you know what I mean
ok..
k
oh lol
From earlier: https://hastebin.com/rixemafoxu.coffeescript this command handler makes the bot useless by not responding to any of the commands and I don't see where the issue is.
then dont use js
to start with
if(!msg.content.startsWith(client.config.prefix)) return;
if (msg.content.startsWith(client.config.prefix)) {
is probably the most unncessary thing i've ever seen
you really not ned that second if statement at all
// A better idea of doing it
let commandToExecute = null;
try{
commandToExecute = require('./commands/'+command+'.js');
commandToExecute.run();
}catch(e){
console.log("no command");
}
obviously this isn't the entirrty of the "idea"
but from this you would expand
then use py
if thing in array is not a thing in js 
Ok
let args = message.content.slice(2).trim().split(/ +/g);
let command = args.shift().toLowerCase();
Thanks
your array client.commands is in form [commands.command, commands, commands.command, commands]
is that what you want
Hey guys! How can I repeat tracks using JDA. I tried to use many ways of it, but bot doesn't repeat tracks.
private List<AudioInfo> queue;
@Override
public void onTrackEnd(AudioPlayer player, AudioTrack track, AudioTrackEndReason endReason) {
AudioInfo a = queue.get(0);
queue.remove(0);
queue(a.getTrack(), a.getAuthor());
if(!queue.isEmpty())
player.playTrack(queue.get(0).getTrack());
}
public void queue(AudioTrack track, Member author) {
AudioInfo info = new AudioInfo(track, author);
queue.add(info);
if (PLAYER.getPlayingTrack() == null) {
PLAYER.playTrack(track);
}
}
while(true){
play the track here
}```
How can I use it?
Now I created the list of tracks and on the end of the track I remove it from start and put on the end of the list.. But bot plays tracks loaded from discord chat.
Its not js @fervent goblet
the code I sent was java
didnt know you could use while in java @fervent goblet
I canโt use while(true) because I use another way of playing music. You can check my GitHub https://github.com/anti4at/TransBotS
wait in JS @thorny hinge
@mossy talon
Yes @stone kiln
Nice token
Why post it jackass @fervent goblet
Because its called not being a dick
lol
Thanks. I'll try it
what script? @earnest phoenix
wot skript
!../bot
oh
?
Hi
Yeah
that's a problem
Use a proper command handler like my bot
It loads commands on start
what boat
s0urc3?
-bots mbl master -
User not found
-bots PassTheMayo
@pulsar spade 
@errant apex 
@proper drift 
@terse jasper
3/4 bots certified...
Look at the index.js file under src folder
That is the proper way
Assigning commands to an array
Then check upon message
You made it in Eris, cool
@earnest phoenix you need more spaces in your code smfh
?
Cool
that's not 4 wtf
GitHub makes it look funky af @tawny lava
hmm
i need help making music commands with commands handlers (discord.js) (javascript)
anyone knows a way to grab music from a stream like listen.moe to a bot?
(python with discord.py) anyone know anyways to create an irc connection alongside the bot, googling doesn't help me, or rather if it did I couldn't comprehend it :^)
well
my bot is an osu! bot and osu! uses irc for in game chat
I was trying to attempt to get the bot to also login to the irc and provide a few of it's commands for in game use
function getCase(){
let a = "0";
sql.get(`SELECT * FROM cases WHERE guildId = ${msg.guild.id}`).then(row => {
a = row.number;
});
return a;
}
ย ย ```
The variable a does not update, and when I return, it just returns 0..
sqlite, nodejs
Hello, can someone help me please
I need to create a service request channel that allows people to post something but then no one can read it except me
I recommend having your bot forward the message to a channel only you see and deleting the original message
Great do you have a not you can recommend?
Thanks
I have Lina Verse now but not sure if she can do it
-bots AzyIsCool
@restive crescent
@fossil oxide so would just copying your in discord help into a website qualify?
Sure
is it just so if your bot down or something?
sure
Because some users can't figure out the starting commands so they search "yourbotname help"
but if they cant figure out the start then to google it would imply youve got a good seo ranking (or one at all)
would that be a wrong thing to think?
i once posted my server list to various looking-scammy seo sites
which pushed my server list to the top of google search
for a while
like if i search my bot name this bot list website comes up then on page ~60 is my website
until 1 month after i abandoned it in march
i guess just google "increase search rank" 
register your website on a bunch of websites
google already hates me :/
bs
and discord
http://can-you-plz.givemefish.com/files/E0eLZ6KKFHnX.png thanks Google so why did you cancel it a few months ago saying quota not reached....
i do now to ๐
oh thats a legit email
they want me to enrol in a $200 capain first then i get that
by using sketchy services i basically opened a offshore bank account for myself
perfect for hiding money
0-0
i also wrote a discord bot using S K Y P E S D K
ok
cause the real bot on skype are crap
i use skype's official thing
they cant do passive listening
mine approved ๐
mine reply ping pong
then i left it cause it didnt passive listen
mine replies cat images and imgur memes and bitly and stuff
and the "sense" seystem broke and theres no way to clear the sense so it was unusable on all servers
http://can-you-plz.givemefish.com/files/QWWEvDd1GjYn.png i think i forgot to update the bot lists http://can-you-plz.givemefish.com/files/RthmvWr14uIs.png ๐
do u manually update bot list lol
no but i think i only left the update bot lists on the on ready not when you join a new server
http://can-you-plz.givemefish.com/files/iurD5VbLCBbu.png why an easy 5 second fix can take up to an hour....
its the skype one ๐
yes
i need to change it but dont know what to and i think its also copyright to skype
is it cheating if i add that update bots list to on join server but foget to add it to on leave server
how am i in development even though i aint no devloper เฒ _เฒ
bot.serverCount=999999999999999999999999999999999999999
ew roblox avatar
cause you mis click general
reeee
ok
understandable
test clear
@fervent gazelle
hm
Sup peeps, I'm tryna update my bots server counter so that I can use the new widgets and I had a question. Should I have a separate process update the server stats or should this logic be part of the bot itself?
As I type this, I think I know the answer, but I'll defer to more knowledgable bot makers.



