#development
1 messages ยท Page 643 of 1
Idk i'm tired dv
One message removed from a suspended account.
and i have never used mongoose
One message removed from a suspended account.
hey guys im having an issue with my senpai bot
she wont play most music anymore. is there a fix
?
[ERROR] Something broke when playing the track.
Song was skipped due error.
@sage bobcat you arent putting the result of findOne into a variable. you are checking for !<Model | Collection> which would evaluate to something weird anyways, therefore going past the if statement
One message removed from a suspended account.
One message removed from a suspended account.
put the results of findOne into a variable and deal with it in the if statement..
that happens with most songs when i try to play a song
what should i do
is there an update i dont know about?
One message removed from a suspended account.
One message removed from a suspended account.
you still arent putting it in a variable..
One message removed from a suspended account.
@mint sinew wrong server
ah i was told to come here from general
One message removed from a suspended account.
One message removed from a suspended account.
One message removed from a suspended account.
this isnt even relevant to discord.js wtf
One message removed from a suspended account.
no offense but you kinda are being that, yeah
Pls dont shitpost here @sage bobcat
One message removed from a suspended account.
One message removed from a suspended account.
no trolling either
@mint sinew Look the topic of the channel
One message removed from a suspended account.
One message removed from a suspended account.
ur trolling rn
One message removed from a suspended account.
One message removed from a suspended account.
@mint sinew go to the owner of the repo with the issue, we usually dont offer support for opensource selfhostable bots
ok
i think they have a problem with a public bot but ok
Keep this channel on topic dont start a drama for nothing
One message removed from a suspended account.
nah senpai is a selfhostable bot
otherwise they wouldn't be getting error logs
Maybe his bot is called senpaibot
doubt it
or it sends as a message in channel
class URLConnectionReader {
public static String main(String[] args) throws MalformedURLException, IOException {
URL url = new URL("test-url");
BufferedReader in = new BufferedReader(
new InputStreamReader(
url.openStream()));
String inputLine;
if ((inputLine = in.readLine()) != null)
return inputLine;
in.close();
}
}
Im not getting any errors, but how would I return the text from it to another class
ive been working at this for at least a day.
One message removed from a suspended account.
?
Is that Sequelize? @sage bobcat
One message removed from a suspended account.
One message removed from a suspended account.
Oh idk then
One message removed from a suspended account.
cool
One message removed from a suspended account.
One message removed from a suspended account.
i guess pong me when you can help cri
One message removed from a suspended account.
What's the error?
One message removed from a suspended account.
One message removed from a suspended account.
Install discord.py
not run bots on phone
What dependencies do u need to have installed to run node-canvas on an alpine docker image?
@outer niche oh god
I know that app.
If you dont know how to use pip on it dont even bother m8
ATM I'm switching everything over to my computer
@outer niche Python
@outer niche pip install discord.py in command prompt
You already set the function to async
So I'd recommend just adding await
Which was probably what you meant to do but you just forgot
๐
Outside of your python interpreter
yes
how old are you
inb4false age over 18
^
^
One message removed from a suspended account.
Is pm2 a good replacement for systemd
One message removed from a suspended account.
One message removed from a suspended account.
One message removed from a suspended account.
One message removed from a suspended account.
definetely d.js
One message removed from a suspended account.
2nd line second block of code
I know it's d.js I am asking if you could use code blocks correctly. It's easier to read when it's highlighted correctly.
it's easier to read when it's posted @ hastebin instead of cluttering the chat ๐
99% of the time copy/pasting code you don't understand won't work
It's also the reason you may miss a lot of things or get a lot of errors.
when i don't understand a function's description in the api reference, i look at it's code
that's a skill i have
Reading?
understanding code
Everyone has that ability. Just some choose to ignore it.
you know, sometimes just reading the code isn't enough
you have to think like the compiler/interpreter
then you'd know exactly what the function does
You'd also know what it does if you read the code correctly and knew how to code.
Just saying.
i know how to code
I never said you didn't.
yeah but it's not easy to read code and know what it does without further analisys
Yes
everyone can understand the code they're reading if they know the language (which like 50% bot devs here dont) => which is why there's a lot of copypasting and not understanding what it does - they never interacted with the language before, they saw it for the first time when they clicked on the first result of google when searching "how 2 mak discord bat plz??!???"
@sage bobcat It's just syntax errors
it was great the tut i read was in js
If you're using an ide you should see them underlined? ๐
cuz i already knew js then
like
i barely knew it, but enough to make a functional bot
Oooh, What IDE?
intellij on top
oh my.
i've never seen "let" in js before
Yeh
"let" is a scoped variable.
Because code you see on stackoverflow has old sad code
unlike var and const.
with var
i'll look this up
Yes.
One message removed from a suspended account.
๐
One message removed from a suspended account.
wtf
One message removed from a suspended account.
Doesn't mean its fixed.
One message removed from a suspended account.
One message removed from a suspended account.
More broken by the looks of it.
let, gold, toadd = Math.ceil(Math.random() * 50), gold, findOne
One line and there is loads of problems.
Someone know why my setDescription is doing an error ?
You probably ended the statement on the previous line
You put a semi colon line above?
^
I will see
It's so mad, A load of people code with their phones.
- glitch
๐คท
Hellou need a bit of Help :)
how can i change embed Description to the Item from the Object for every page
let items = ['5321', '6546', '1', '5416', '51613', '8974', '7456', '9546', '5611']
let pages = items.length;
let page = 1;
var embed = new Discord.RichEmbed()
.setColor(0xffffff)
for (let i=0; i<pages; i++){
// console.log(items[i])
embed.setDescription(items[i])
embed.setFooter(`Page ${page} of ${pages}`)
}
console.log gives this out: 5321
6546
1
5416
51613
8974
7456
9546
5611
So?
Well you're telling your code to log the array in a for loop
Are you making a reaction pages thing?
right
Do you already have the code for it
Like
Does it do anything at all when you react
yes pages works fine
ok
need only help with Description and loop
Then it's just items[page] ?
Someone use glitch ?
I usually only use glitch for testing my html websites
That's its main purpose after all
works perfect. thank you โค
Hi, I need help
I use event messageReactionAdd but it doesn't work, I read on stackoverflow that it works only for cached messages. Anybody know how to use that ?
lib?
discord.js sorry
Okay ^^
```client.on('messageReactionAdd', (reaction, user) => { console.log(${user.username} reacted with "${reaction.emoji.name}".); });
client.on('messageReactionRemove', (reaction, user) => { console.log(${user.username} removed their "${reaction.emoji.name}" reaction.); });```
I tried to use : js bot.on("messageReactionAdd", function (reaction, user) { console.log("Reaction added") }) but it doesn't work
taken from djs guide
A guide made by the community of discord.js for its users.
show your code entirely
@limpid raptor > dm
Okay
@spice nymph If it isn't fixed already, send your code here. The error will be on the setFooter line (most likely you did ; afterwards)
Can I see the whole code please
So my therapy bot is supposed to DM me to remind me about my meds because I forget sometimes. Is there a cron command to make him DM me at 10am and 10pm only? The bot is in Javascript/
Would I just do like, 0 10,22 * * * ?
What
Have you not heard of cron commands?
Use unix timestamp
It's a means of scheduling.
@earnest phoenix From how it looks, it seems that after the setFooter there is a ; meaning that it thinks setDescription isn't in the richembed.
Ah yup just in richembed
Whatโs the text thatโs needed to put in for an eval Command, so that I can view the list of servers, with names that the bot is in?.
i just for loop through client.guilds, appending guild.name to a list and then return that string once done
Cheers.
@spice nymph (From DM'ed code) I removed the ; like I said, it is now fine
Hoooo ty
No I donโt
you did lol
Mhm
I donโt know why itโs showing this
You clearly forgot the ) after the url.
I have that in my code ;
.setTimestamp()
.setFooter('Created by ๐บ๐๐๐๐๐.#0113', 'https://i.imgur.com/wSTFkRM.png')
.setDescription('[text](https://url.com/');
message.channel.send(exampleEmbed).then(m => m.react(emoji))
console.log()
do you
Show the line of code its on then
You don;t.
you have a ); which indicates the end of a method
What ?
but not in the string itself
('[text](https://url.com/)');
Hooooo
Check your work for simple errors please, (forgetting ) etc)
don't rainbow role
Thats since you have it above the fields.
you have it in the description, the screenshot you posted has it in a field value
Mhm
it doesn't matter
^
@rugged kelp the issue is that the code your showing isn't the code you were running
But still
Don't rainbow role
I want my description after FooterText
you can't
You can't.
we told you already, put it in the field value
the image above shows how discord renders the embed order
And how do that ?
To get it at the bottom, you need to put it in a addField, which would go at the bottom
Can you give me an exemple ?
there's literally a doc link above on how to use it
By how you did it before, and adding | in between.
and im croatian, but here we are
most people here are natively not speaking english lol
Hwo to change bot status
]]moreinfo
Please provide as much information as possible to get the most efficient assistance as soon as possible; state the library, language, the specific part of the code in question, and what you are trying to do and/or what you think may be causing the error.
Haha I already have that link.

could've just lmgtfy
Rehello
Can someone help me to use messageReactionAdd in Discord.JS ? I wanna use the event even if the message was posted before the bot reload
https://discordjs.guide/#/popular-topics/reactions?id=listening-for-reactions-on-old-messages maybe?
A guide made by the community of discord.js for its users.
You would need to store the ID in some sort of database I believe
Or at least that's what I ro
do
^
๐ค
That link seems to not be working
Yeah, it uses raw
And when i saw a code with raw...
Let me a second
client.on('raw', packet => {
// We don't want this to run on unrelated packets
if (!['MESSAGE_REACTION_ADD', 'MESSAGE_REACTION_REMOVE'].includes(packet.t)) return;
// Grab the channel to check the message from
const channel = client.channels.get(packet.d.channel_id);
// There's no need to emit if the message is cached, because the event will fire anyway for that
if (channel.messages.has(packet.d.message_id)) return;
// Since we have confirmed the message is not cached, let's fetch it
channel.fetchMessage(packet.d.message_id).then(message => {
// Emojis can have identifiers of name:id format, so we have to account for that case as well
const emoji = packet.d.emoji.id ? `${packet.d.emoji.name}:${packet.d.emoji.id}` : packet.d.emoji.name;
// This gives us the reaction we need to emit the event properly, in top of the message object
const reaction = message.reactions.get(emoji);
// Adds the currently reacting user to the reaction's users collection.
if (reaction) reaction.users.set(packet.d.user_id, client.users.get(packet.d.user_id));
// Check which type of event it is before emitting
if (packet.t === 'MESSAGE_REACTION_ADD') {
client.emit('messageReactionAdd', reaction, client.users.get(packet.d.user_id));
}
if (packet.t === 'MESSAGE_REACTION_REMOVE') {
client.emit('messageReactionRemove', reaction, client.users.get(packet.d.user_id));
}
});
});```
I FOUND IT !
And I died.
oh
oh
oh guys
IT WORKINGGGG
Thanks ๐
No problem, make sure to come back if you have further issues.
Yes, i have an other issue '-'
@limpid raptor Go ahead?
i try everythiiing but i can't add a role to the user who react
]]moreinfo
Please provide as much information as possible to get the most efficient assistance as soon as possible; state the library, language, the specific part of the code in question, and what you are trying to do and/or what you think may be causing the error.
We need your current code etc
if(reaction.emoji.name === "๐จ") {
reaction.guild.member(user).addRole(bot.guilds.get("592946670128594955").roles.get("593156730654031873"))
}```
It's like a message.guild.member(...).addRole but with reactions, it doesn't work
a reaction doesnt have a guild prop
?
huh?
Cry was correct here, https://discordapp.com/channels/264445053596991498/272764566411149314/593521659399503886
Thats your issue
the reaction has a message prop, there you can find a guild
๐ Enjoy
Hello, do you know how to catch this error? Happens in bulkDelete function:
(node:18244) UnhandledPromiseRejectionWarning: DiscordAPIError: Unknown Message
max 100
yeah i set limit
then why is msg.delete(5000) there
That deletes the message after 5000ms
Really ?
Yes, thats how you delay message deletion
How FTNL bot delete a loooooooooooooot of messages quickly so ?
oh dont have that prop
im guessing the channel doesn't have that many messages
hmm, so this message is unknown, but um... how to catch it as error?
umm nvm, I wrote catch after msg.delete and error disappeared
One message removed from a suspended account.
One message removed from a suspended account.
why is my Detailed description all messed up? (https://discordbots.org/bot/593487152743055416)
- Nobody can see your bot page until it's approved.
- You kinda chose the wrong channel.
oh where may i post help then?
I mean, do you need help with Markdown?
yeah
Put one empty new line after every command
given that i have this code \/
https://hoff.is-inside.me/AuNMv0SI.png
why does it not work when i do await msg.channel.send(strings.get("err_unknown")) for example?
One message removed from a suspended account.
One message removed from a suspended account.
first o all, why do you have a comma after a let statement
One message removed from a suspended account.
second of all, there are likely more errors in the co- okay jesus fucking christ i need some water
One message removed from a suspended account.
why are you all so upset
look at that GoldfindOne, its not a surprise it wants to put commas
One message removed from a suspended account.
One message removed from a suspended account.
i mean... if you knew js syntax youd be fine
GoldfindOne({}) (gold)
One message removed from a suspended account.
vsc isnt perfect
One message removed from a suspended account.
vscode is trying its best to correct your misunderstandings
One message removed from a suspended account.
One message removed from a suspended account.
because err is likely not a function
just comment it all out and rewrite it how you intended it, with proper syntax
One message removed from a suspended account.
i cant tell what youre even trying to do from that screenshot
One message removed from a suspended account.
One message removed from a suspended account.
i meant what youre trying to do with the code, its clear youre making money
do you prefer reading books or reading documentation or trying to figure it out from there
One message removed from a suspended account.
if its the first, this book series explains many quirks of javascript extremely well. "up & going" and "async & performance" are relevant to what you are trying to do. i suggest you give them a read
https://github.com/getify/You-Dont-Know-JS
tsc is OOF
One message removed from a suspended account.
One message removed from a suspended account.
One message removed from a suspended account.
for profit and in case someone wants to donate. i bought 3 of them in an ebook bundle because it helped me a lot and i wanted to support him and other authors whose books were in that bundle
anyways
really great books
i highly suggest you read them
they might clear up a lot of confusion youre having with javascript
One message removed from a suspended account.
you could always search online
One message removed from a suspended account.
One message removed from a suspended account.
I already search on google but i don't find anything
help yourself
?
@dry oracle the top results on google are literally what you are looking for
One message removed from a suspended account.
One message removed from a suspended account.
One message removed from a suspended account.
first of all, on line 5. thats not how if statements work
second of all, on line 10 you are closing your if statement incorrectly
third of all, this might be just something you unnecessarily pasted as well, but you are closing your else statement twice
One message removed from a suspended account.
One message removed from a suspended account.
One message removed from a suspended account.
Shit xD
@sage bobcat https://stopbeingabad.dev/#general-yt-tutorials
help yourself
One message removed from a suspended account.
One message removed from a suspended account.
you can read guides and documentation
One message removed from a suspended account.
trust me, documentation is the best thing to ever exist
One message removed from a suspended account.
i mean, if youre using mongo, id suggest reading the mongo documentation
One message removed from a suspended account.
One message removed from a suspended account.
Use sql
no but all you need is saving and fetching data. the fact that you are using it with discord doesnt matter at all
mongoose is bad for coins system
@earnest phoenix thats not helpful at all. they would likely have more trouble with SQL because of SQL injections and the fact that it requires a completely different syntax
One message removed from a suspended account.
One message removed from a suspended account.
grr
One message removed from a suspended account.
you need to save and fetch data
One message removed from a suspended account.
One message removed from a suspended account.
e.e
Fair
One message removed from a suspended account.
Ello, so im trying to set up webhooks for voting, and i have this code on my bot:
const LibDBL=require('dblapi.js');
const GlobDBLHandle=new LibDBL(GlobDBLToken,{webhookPort:5000,webhookAuth:GlobWebhookAuth},GlobDiscordClient);
GlobDBLHandle.webhook.on('ready',hook=>{console.log('Webhook started at http://'+hook.hostname+':'+hook.port+hook.path);});
GlobDBLHandle.webhook.on('vote',vote=>{console.log(FindUser(vote.user).UserName+' voted');});
And i get to log Webhook started at http://0.0.0.0:5000/dblwebhook
On the website i have webhook url set to http://openbot.ga:5000/dblwebhook
openbot.ga is my domain, i have also tried my ip and same result.
i then click the test button and wait
the .on 'vote' never gets called. anyone know why?
One message removed from a suspended account.
One message removed from a suspended account.
Don't use TheSourceCode, their tutorials are terrible.
Same with An Idiot's Guide
This is so much more better: https://discordjs.guide/
anyone know my problem?
is the port open?
hey so my bot has a leveling type thing, is this a good idea for how the leveling works? const curLevel = Math.floor((0.1 * score.points) % score.level);
My bot, @PRIZM, was declined due to more than 50% of the commands on the help page not providing a response... Can you please tell me what commands you used?
Actually I'll just DM them directly
7 servers invited my bot ๐ฎ how I can see all server where my bot is ? #BadLanguageSorryIAmNotEnglish
@coarse vapor Me my bot was accepted ๐ @fast epoch
@spice nymph Please dont post in 2 channels
1 vote and 1 comment so far on Reddit
@earnest phoenix
With the declined bot , he/she receive a reason
๐ค
I want see all server is my bot
So use what i have put above
message.channel.send(code)
message.channel.send(code)

bruh
Yes
you should brush up on the docs and some js before starting
Np
Any good resources on making a starboard? I have my own mostly planned out, but I don't think it's very efficient. For discord.js
but you still have to know how to apply the things in the docs
@earnest phoenix
message.channel.send(bot.guilds.map(g => g.name).join('/n'))
} ```
Nothing
When I type .serverlist
No error?
can anyone help me that knows discord.net?
@spice nymph try to put it into a const
0 error
const code = bot.guilds....
message.channel.send(code)
const code = bot.guilds.map(g => g.name).join('/n')
message.channel.send(code)
}
@earnest phoenix ?
Yes
does anyone know discord.net?
@spice nymph hum
Not possible
maybe the command name
could you send more code
hastebin it
@earnest phoenix no, we just dont know c#
We cant help you with a lang we dont know
On Glitch.com i do the command not on the good project x) @earnest phoenix
pls god
x)
@spice nymph to help you, we need to see more code
But he said me the name of all servers but he donโt make an invite
await Bot._client.GetGuild(580112544778158080).GetTextChannel(587873876231454720).SendMessageAsync("rawr"); idk but ill send this here how do a given channel instead of the 1 guild and channel
I want when I type .serverlist , my bot send me an invitation on all server is in
so you want to join the guilds that your bot is in?
one sec
Okay
dm me ๐
Plz donโt spoon feed ๐ฆ
^
I dm you @earnest phoenix
One message removed from a suspended account.
can you show code @sage bobcat
@earnest phoenix Can you give me the code in dm please ?
they said i cant spoon feed, sorry
what
@cunning oxide its not a discord admin , in dm you can @earnest phoenix
One message removed from a suspended account.
One message removed from a suspended account.
One message removed from a suspended account.
AHAHAHAHAHAH a
One message removed from a suspended account.
@sage bobcat do you anything about discord.net
One message removed from a suspended account.
:C
One message removed from a suspended account.
One message removed from a suspended account.
One message removed from a suspended account.
await Bot._client.GetGuild(580112544778158080).GetTextChannel(587873876231454720).SendMessageAsync("rawr");
hey so my bot has a leveling type thing, is this a good idea for how the leveling works?
const curLevel = Math.floor((0.1 * score.points) % score.level);
can you log the item gold @sage bobcat
@spice nymph stop talking about that if you dont want to get muted
it seems that the object gold doesn't have the property gold in it
One message removed from a suspended account.
One message removed from a suspended account.
One message removed from a suspended account.
One message removed from a suspended account.
Gold.findOne({ userID: message.author.id }, (err, gold) => { ... });
can you log gold
One message removed from a suspended account.
One message removed from a suspended account.
One message removed from a suspended account.
Sakura, the reason Iโd say no spoonfeeding is because you literally asked for him to send u code.
Thatโs cool I guess, however, you should try and learn. It will prove more useful in the future.
because upercase Gold checks if the schema exists, but lowercase gold checks if the document exists
One message removed from a suspended account.
One message removed from a suspended account.
One message removed from a suspended account.
One message removed from a suspended account.
One message removed from a suspended account.
One message removed from a suspended account.
portuguese @earnest phoenix
lol
@deft ivy i mean the language of your bot
@earnest phoenix I set it up for the Discord bot designer for now, but I'm creating it js
oh
but at the moment it is in the Discord bot designer at the moment, it will take a little of it to get 100% in java script
@earnest phoenix
How would I do something like
{
"users":{
"name":(name),
"password":(password),
"avatar":(avatar)}
}```
In python
how can i edit an existing RichEmbed I've sent?
discord js
with open(f'accounts.json', 'r+') as f:
data = json.load(f)
username_temp = str(message.content.split(prefix+"register ")[1]).split(' ')[0]
password_temp = str(message.content.split(prefix+"register ")[1]).split(' ')[1]
data[f"{username_temp}"] = '['+f'"name":{username_temp},"password":{password_temp},"avatar":{message.author.avatar_url}'+']'
f.seek(0)
json.dump(data, f, indent=4)
f.truncate()
.setTitle('Oliy is fat')
// for edit
embed.setTitle('Oliy is very fat')
Not hard
@near ether
Wait
yes
Yep
Json
np
MonkaS
data[f"{username_temp}"] = '['+f'"name":{username_temp},"password":{password_temp},"avatar":{message.author.avatar_url}'+']'
people can just inject arbitrary data into your json
I'll try it, ty
that's literally the code above
Ik. Ima make it only do it if the "author" is equal to the message author's id
Rn I'm just testing it
<prefix>register },{mycooljson},{ somerandompassword
It splits the two parts automatically
<username> <password>
This was my problem tho
yes
because it's being escaped
as it should
otherwise any random string could corrupt your json
I thought it was something I did
so it saves as a string
Ty!
It sends it to a webserver, along with another one that way it has a backup.
It then deletes it from my main computer.
Then when needed will draw it
We have our own ways of doing things, some people do things other ways.
your logic is fallible
also what you just said is even worse than just keeping the file at the same place
it's basically equivalent of shouting "hey you! over there! i want you to break my database and leak data because i love web vulnerability"
We have a thing called opinions
opinions are futile in a place where logic takes power
i use json
Whitename
๐ข
Emil is fine. You dont try to force others to do things their way
Cry, though, is different.
๐
Still wanting me to change my ways
because it's bad
I honestly dont care if its bad
and unsafe
It works
Why spend money when you can do the same for free?
json is a good way to store, but yea everyone can have their opinion
person x: "Hey, your addiction to drugs is really getting bad, you should stop."
person y: "It makes me happy, it works, therefore I don't need to stop."
that's your logic right there, and it's fallible
json is not a way to store data, it was never meant to be that
nearly every usage of json to store data i've seen so far is extremely broken
it may appear to work in a testing environment
Right now it is testing
but as soon as you have two simultaneous writes, you just lost your data
I'm just trying to get it to work.
there wouldn't be testing if you hadn't planned to use it in prod
imagine if bots like mee6 used json for storage
how long would it take to fetch your levels
it is possible to use json safely, but everyone who knows enough on how to do it also knows why a database is better so they just use databases
just because something works (which json storage barely does), doesn't mean you should use it
Can you shut up about it
you have your opinion we have ours
^
shut up
Dont care
it's basic coding practices
ref article for what i said above: https://www.quora.com/Can-I-just-use-JSON-instead-of-creating-a-database
People will have opinions, and everyone does things differently. I myself donโt use json, but if Emil and Neko decide to use it, thatโs just what they wanna do.
^
as long as it works for me i dont really care tbh
thank you
JustEmilToday at 2:32 AM
as long as it works for me i dont really care tbh```
"these drugs make me calm, i should continue to abuse them!!"
I'm going to sleep
same
What wtf who teleport me in #development
๐ค Muted cry#2046 (@queen cobalt)
Everyone cut it out
Good night
1 hour is a bit merciful imo.
But you're the mod
uwu owo

wait
Not really, I was owo'ing to Veld. But I appreciate that you asked
how did you get here
By joining
When I'm bored I go through every Discord Server reading what's up
Nice
Not for #development guys
Working on the permissions stuff
I was about to move it to a development topic
Trying to access the internal instance object from anything in my commands is hard
Did discord change their permission flags or something? Not sure why my code which worked before is now suddenly throwing an invalid permission string/integer error.
RangeError: Invalid permission string or number.
permissionsFlags:new Permissions([
'SEND_MESSAGES',
'EMBED_LINKS',
'ATTACH_FILES',
'ADD_REACTIONS',
'USE_EXTERNAL_EMOJIS'
])
if (channelObj.permissionsFor(clientMember).has(local.permissionsFlags, false) == false) //this is where the error is
One message removed from a suspended account.
C# BOIS
C# is hot
lmfao
But that's a discussion for #memes-and-media rip
It's been a while. What's new?
it's basically
unifying .net framework and .net core
into one multiplatform subsystem again
yeah
Sounds like a plan
same for netcore tho
it's a full rebrand technically
That one makes no sense to me. I would just assume Core would take over
Yeah basically
Oh. I misunderstood then
Which makes way more sense now
CoreFX will be extended to support static compilation of .NET (ahead-of-time โ AOT), smaller footprints and support for more operating systems.
That's pretty neat tbh
One message removed from a suspended account.
One message removed from a suspended account.
yeah
One message removed from a suspended account.
Yup
One message removed from a suspended account.
C# is really the language for me
A custom api wrapper as well iirc?
yeah

One message removed from a suspended account.
it's not feature-complete tho
Ads 
One message removed from a suspended account.
One message removed from a suspended account.
Lmao xD
One message removed from a suspended account.
secretly I wish I had more devs on miki tho
Only I get to meme in #development 
One message removed from a suspended account.
having to do every aspect of miki kinda sucks
yeah same rn
One message removed from a suspended account.
im moving to amsterdam this weekend
One message removed from a suspended account.
Good luck bud
One message removed from a suspended account.
One message removed from a suspended account.
Owo nice
That's pretty great veld lmao. Congrats man xD
One message removed from a suspended account.
One message removed from a suspended account.
yeah
plz convince them to save a cache of the map locally for bad internets kthx
One message removed from a suspended account.
lmao
Off to bed. Night y'all
I'll see what I can do
One message removed from a suspended account.
not sure if I can share what team im in
One message removed from a suspended account.
Lol
but I might be able to actually bring that up lmao
gn kef
night boi
One message removed from a suspended account.
damn same
One message removed from a suspended account.
One message removed from a suspended account.
One message removed from a suspended account.
yea
Yea bye gotta go to bed aswell gn
gnight boi
One message removed from a suspended account.
One message removed from a suspended account.
nani
One message removed from a suspended account.
One message removed from a suspended account.
One message removed from a suspended account.
One message removed from a suspended account.
One message removed from a suspended account.
One message removed from a suspended account.

One message removed from a suspended account.
is that typeorm?
One message removed from a suspended account.
yeah but the db
One message removed from a suspended account.
i have been summoned
One message removed from a suspended account.
One message removed from a suspended account.
One message removed from a suspended account.
but half of all discord bots are
One message removed from a suspended account.
oof
to be fair you struggled with constructing an embed, calling other bots ass is dumb :/
half use js, about 20-30% are python, rest is other libs
at least it was around that last time i checked (data from dbl because it's the largest dataset)
Shitpost in #memes-and-media smh 
One message removed from a suspended account.
sarcasm.status()
sarcasm.is_gone
One message removed from a suspended account.
nullref
One message removed from a suspended account.
With magic and force
One message removed from a suspended account.
no it's not a function?
One message removed from a suspended account.
how is that an error 
One message removed from a suspended account.
One message removed from a suspended account.
what botto? 
it's still better than implementing unkicks and halfway through realizing unkicks are not a thing
One message removed from a suspended account.
oh cool
One message removed from a suspended account.










