#development
1 messages ยท Page 1110 of 1
because I can't understand what they send e
@jolly wave then don't ask us bruh
Brain.exe has crashed probably
@earnest phoenix true lol๐
If you want the RAM usage check out my public source
@sinful belfry idk if you're on the latest version but can you test the latest commit? npm i timotejroiko/discord.js-light
If you want the RAM usage check out my public source
@jolly wave ^^^
The second setInterval function in my hell messy source
It logs the usage every hour
You can reverse engineer some stuff
huh
@sinful belfry idk if you're on the latest version but can you test the latest commit?
npm i timotejroiko/discord.js-light
i was on 3.1.0 but i'll try that out now
@jolly wave Do you still need help
Idk
Scroll up
Let me try a thing
your source?
And DONT demand us to answer you
I don't think I'll need to
what is your souce, code913?
i literally told you you can reverse enginerr a oart of my source for the ram usage
what is your souce, code913?
https://repl.it/@code913/codeco-discord-bot
nice my bot stopped working
Bro

You took the whole function or what
It logs it in my channel and your bot is not in my server
@quartz kindle tysm, i'm not getting that issue any more with the latest commit
it seems to be working fine now
awesome
dude
whelp
oh wait
fuck you
crap
Bruh
....
Let me test what you told me in peace
my console just got flooded with errors to do with guild_members timeout
rip
Let me test what you told me in peace
@jolly wave well that's why i said you're demanding me to fix your shit
how many guilds are you on?
around 500
lmao
hmm
i think there are around 250,000 members total
the fuck
oh wait it's a bot i thought he himself was in 500 servers
you need to rewrite that shit @earnest phoenix
no
Hello
it works fine
and i intentionally made it messy so noobs can't clone my bot
it worked when the client first logged in, but then it was disconnected by discord with that 1000 error code and then the members fetch didn't work suddenly
Starman can you mute mentionable name
He's not getting we're all ignoring him because he's asking us to spoonfeed hin
no
you are
Just telling that I c'a't launch my bot now
dont lie
"Hi guys, can you code my bot for me?, thanks"
is there any html css master that can help me a bit
is there any html css master that can help me a bit
@alexander.#6820 Ask, and lets see
I AM JUST TELLING THAT I CAN'T LAU'CH MY FREAKING BOT RIGHT NOW
but i can helo you Alexander
Then fix the issue?
I AM JUST TELLING THAT I CAN'T LAU'CH MY FREAKING BOT RIGHT NOW
@jolly wave THEN DEBUG THE ERRORS
There is no error
then send code instead of crying
Just an empty output
then
Mayb its running?
you aren't starting the bit

It's offline
the file is not running then
is there any html css master that can help me a bit
@wheat jolt just send the details
that wont help
someone will help eventually
or your internet is shit
Guyz what's going on here
My wifi is fine
node {js route}
then

send the code
and we'll check smth
but don't demand
^
why are you pointing at your name
No need to flood the chat like that
?
be nice
- but it only has -ping command
@sinful belfry yup, i tested it with my 4k guilds bot and also got issues. the problem is that since djs floods the gateway with member requests it hits the limits pretty fast, and the waiting causes the timeout to expire
Who
i'll come up with a workaround
@snow briar Not you. Please refrain from posting unnecessary messages if you're not going to help anyone or ask for help with programming
@jolly wave Send the code and be nice and we'll see what stuff is causing your bot to not start
OK wait
Pls dnt send the token 
I am not that dumb
ok is in caps

Actually I am new to discord so I m having problem understanding this
This is a development channel, for discussing programming
For general conversation #general
Ok thank you so I need to join that channel ๐๐ป
yes tony
you know windows has a snipping tool for screenshots right?
Omg
do you even log in
That's a separate event per each command at least
e
which is already quite wrong
Wait
do you even log in
const Discord = require("discord.js");
const client = new Discord.Client();
var prefix = '?'
var token =
client.on("ready", function() {
console.log(Logged in as ${client.user.tag}!);
})
client.on('message', msg => {
if (msg.content === '?hi') {
msg.reply('Hello!');
}
});
client.on('message', msg => {
if (msg.content === '?help') {
msg.reply('command: "?help","?hi"," ?warn"," ?newspaper", "?invite", "?usercount", "?servercount');
}
});
client.on('message', msg => {
if (msg.content === '?newspaper') {
msg.reply('1.0.2 : New command "?usercount" and "?servercount" added.');
}
});
Only a part
you dont even log in
Wait
smh
thats enough of this server for today
Jesus christ...
put the commands in 1 event
A bit curious if I really should use python-socketio if I'm going to use Django as backend or if the default websockets library will be enough
as in, is there a chance for any compatibility issues?
Rectification :I am dumb
Well, just missed something, the real problem was asking that a lot of times
@jolly wave
if(message.content.startsWith(prefix + "stats")){
const memoryUsage = Math.ceil(process.memoryUsage().heapUsed / 1024 / 1024);
message.channel.send('**Memory Usage:** ' + memoryUsage + 'MB')
}
spoonfeed
Spoonfeed?
Spoonfeed.
Whats that
Giving copy paste code
straight up giving code to someone without any explanations
He literally ask for it
And the rules say not to do it
this is how spoonfeed works
He wont learn anything if you do that
So, if someone needs help or something I can't give any code?
Welp even what you sent don't work
it does
k leave
Your events use msg
That's what I am changing message to bruh
i suggest that you learn some basics in javascript before starting to Write more Advanced stuff
i suggest you learn js before attempting a bot
sure writing a bot seems to be easy but the more advanced stuff needs some knowledge
This happends a lot?
Yeah
atleast once per day
Lots of peoples first project is a bot, and they don't learn any of the language before starting
I learned lua
I'll be lost fast
My first project was a stupid calculator using a raspy, but mate, how can someone ask those questions and act that way with the people
Change message to msg
Msg is not defined
๐ค
i actually learned javascript by coding bots. but i knew some lua before and know how to find stuff on google (learned this by having some wired issues with gameservers where the only fix was somewhere on Google page 20)
Msg wouldn't be
lmao
If msg is your var
google page 20
It's the var but it don't work
Sometimes spoon feeding is nessecary to stop yourself from going mad
its casesensitive
Or just not responding
I always research at discordjs-guide/stackoverflow etc, I don't really like to ask for help, bothering people for my stuff lol
Sometimes spoon feeding is nessecary to stop yourself from going mad
@placid iron this, exactly this.
usually i do these steps:
- Try some stuff maybe i get a idea what could work
- Look into the Docs
- Stackoverflow
- random Websites that google spew out bcs of a single keyword
- ask here if someone has a idea
Then
Check page 2 of google
i
f o l l o w a y o u t u b e t u t o r i a l
biNGO!
Let's ask here then
replace("[afk]") if you use js
Do SoMeOnE KnOw wHy mSg is nOt dEfInEd ?
msg = (var)
You said Msg is not defined.
When your var is msg
Because your IQ its equal to your bot uptime
ok thx
-ask2ask @ripe wasp
@ripe wasp
Don't ask to ask.
Just ask your question, it wastes time if you say "i need help" or "can someone help me?" instead of just saying what the problem is. Save your time and other people's time and just ask the question.
Please read https://dontasktoask.com/ for an explanation on why this is an issue.
Msg and msg are not the same thing
how to read data from json file ?
parse it with special functions
sorry
@slender thistle sorry
well you see
my friends want me to develop an ICE bot bc they're all mexican
Because your IQ its equal to your bot uptime
@ionic dawn lmao
from discord.ext import commands
import discord
import os
import sys
client = commands.Bot(command_prefix = "!")
@client.event
async def on_ready():
print("ready")
class Reply():
def init(self, bot, member):
self.bot = bot
self.Member = member
@client.command
async def check(message):
if message.content.startswith('!check'):
channel = message.channel
await channel.send('Any Mexicans here?')
if int(await channel.send) > 1:
exit()
@client.command
async def mexicanfound(message):
if message.content.startswith("!mexicanfound" + str(mexican)):
await channel.send('gtfo spik' and '@GreedyRev kick' + str(mexican) + 'ass out')
@client.command
async def checkformexican():
list[Member]
client.run(token)
wtf
how
`
thanks
```py```?
'from discord.ext import commands
import discord
import os
import sys
client = commands.Bot(command_prefix = "!")
@client.event
async def on_ready():
print("ready")
class Reply():
def init(self, bot, member):
self.bot = bot
self.Member = member
@client.command
async def check(message):
if message.content.startswith('!check'):
channel = message.channel
await channel.send('Any Mexicans here?')
if int(await channel.send) > 1:
exit()
@client.command
async def mexicanfound(message):
if message.content.startswith("!mexicanfound" + str(mexican)):
await channel.send('gtfo spik' and '@GreedyRev kick' + str(mexican) + 'ass out')
@client.command
async def checkformexican():
list[Member]
client.run(token)'
oop
ah
import discord
import os
import sys
client = commands.Bot(command_prefix = "!")
@client.event
async def on_ready():
print("ready")
class Reply():
def __init__(self, bot, member):
self.bot = bot
self.Member = member
@client.command
async def check(message):
if message.content.startswith('!check'):
channel = message.channel
await channel.send('Any Mexicans here?')
if int(await channel.send) > 1:
exit()
@client.command
async def mexicanfound(message):
if message.content.startswith("!mexicanfound" + str(mexican)):
await channel.send('gtfo spik' and '@GreedyRev kick' + str(mexican) + 'ass out')
@client.command
async def checkformexican():
list[Member]
client.run(token)```
here
from discord.ext import commands
import discord
import os
import sys
client = commands.Bot(command_prefix = "!")
@client.event
async def on_ready():
print("ready")
class Reply():
def init(self, bot, member):
self.bot = bot
self.Member = member
@client.command
async def check(message):
if message.content.startswith('!check'):
channel = message.channel
await channel.send('Any Mexicans here?')
if int(await channel.send) > 1:
exit()
@client.command
async def mexicanfound(message):
if message.content.startswith("!mexicanfound" + str(mexican)):
await channel.send('gtfo spik' and '@GreedyRev kick' + str(mexican) + 'ass out')
@client.command
async def checkformexican():
list[Member]
client.run(token)
Oh, sorry
Why did you create a class Reply and not do anything with it
even check isn't supposed to work
You're missing parentheses on the decorators
if int(await channel.send) > 1:
this doesn't make sense
oh ok
and you don't need to check for message content in commands
if message.content.startswith('!check'):
this will be useless and unnecessary with commands.Bot because a command will only run if a message starts with a command
doubt
look ill do it
I don't use such ifs and my bots worked for 2 years 
ill delete the if statement
I don't see the point of the command, it just send a message?
why is there an if
im saying
that after it detects if the person is mexican, it marks them on list
like
list[Member] to check
and then mark those specific people
That's wrong
You'd need type annotations to let d.py convert user input into certain objects
sorry, i dont develop discord bots
i usually work with machine learning
and this is like my third time working with it
Because your IQ its equal to your bot uptime
@ionic dawn remade the script myself also for saying this I now consider you as a clown
if anyone wants to throw names at someone else, take it to DMs
I dont even consider you a person, you are most like a donkey with power to talk
read my message above
i would suggest to stop here. i guess otherwise it could give you some trouble
Welp blocked him and I am out of here
thans
@slender thistle nope

thanks*
Converters in discord.py are op
very
whats wrong with it?
Heyo
var = commands.MemberConverter().convert(str, ctx)
Converts a str to a member in the context
It would try to find a member called Mexican
oh
Nothing really, I was just a bit confused, I guess
socket.io claims to be a websocket library with HTTP polling as fallback
im trying to say that the bot lists the member as a mexican regardless of user name
sorry if i sound rlly jumbled, im kinda lethargic
Was wondering if there would be any general compatibility issues between the Python library and the frontend version
So, if someone needs help or something I can't give any code?
@ionic dawn you can helo but don't send them the entire code and they learnt nothing but just copy paste
Welp even what you sent don't work
@jolly wave then just go to my source and copy the whole second setInterval function bye๐
@ripe wasp you would have to code your own database for that
@ionic dawn you can helo but don't send them the entire code and they learnt nothing but just copy paste
@jolly wave then just go to my source and copy the whole second setInterval function bye๐
@earnest phoenix you are late I blocked him
var = commands.MemberConverter().convert(str, ctx)
@placid ironasync def mexicanfound(ctx, mexican: discord.Member):^))
Have like user_id then nationality coloumns
there shouldnt be, websockets are standarized according to rfc, should be the same in all libs
@earnest phoenix you are late I blocked him
@jolly wave why did you block him
When he was trying to help you
Good question
@slender thistle I am so lost in this conversation tbh I don't think I'm helping
Mods if you don't mute this guy within the next five minutes I will literally die
I was the only who try to help him a bit with the code and he yell at me
leave it
Anyways gtg block hum
said fuck you at dm and blocked me
And IP ban him from my source
ok
Srry @slender thistle
why ping him :/
you don't need a class really
You pinged me 4 times 
what do you want your command to do?
so lemme start over
if you want to find a mexican on discord. you cant. however, you can have people enter their nationality to your bot and have a thing that takes the member id and checkes if that returns mexican
oh
that actually makes sense
Drop what
i am literally triggered by you telling us to stop
I fixed everything
the topic
K time to block you too

Just chill
mute me if you want shivaco
"The block master"
Nice now the channel is empty
shiv rn
K time to block you too
@jolly wave SHIVACO FUCKING MUTE THIS PIECE OF SHIT PLEASE PLEASE PLEASE
You're telling us to stop and not muting him
they got muted
leave it
isnt this supposed to be developing
yes
there are always jerks who start to argue about everything. But this is just childish.
back to get into writing npm packages. i might edit d.js-light to have a redis integration
in dms?
They can appeal their mute in my DMs on their own behalf. Last chance, please keep this channel on topic.
ok sorry
nvm forget what i said. my js skills wont cover it
@earnest phoenix what is your issue?
that code seems like it'd work
i wish i wasnt so fucking stupid when it comes to discord bots
i cant even read the documentation without getting confused
then learn the language first.
if you are getting overwhelmed take a break. hammering your Brain with stuff wont cut it
Installing node modules
npm ERR! cipm can only install packages when your package.json and package-lock.json or npm-shrinkwrap.json are in sync. Please update your lock file with `npm install` before continuing.
npm ERR!
npm ERR!
npm ERR! Missing: quick.db@latest
npm ERR!
```Help
install quickdb
i just dont use discord import
I installed
okey
how do i remove the thing where sending a link counts as a message edit? (discord.py)
yeah i kinda dont understand whhat you are asking @lucid plinth
on_message_edit is triggered when an embed is generated
i didnt even know that existed ๐
if you want to track message content changes, compare message content of previous and new messages
just check if the embed count increased between the old and the new message
or that
ahh thanks!
@commands.Cog.listener()
async def on_message_edit(self,bmsg,amsg):
if amsg.content == bmsg.content:
return
so just this would work??
yeah
I usually name them before and after respectively though to prevent any confusion
is that PY ?
yes
yeah ill prob change it
:0
ion know how i didnt think of this shit lmao thanks again @slender thistle
yo
hi
im still so frustrated
wellcome to be a Developer
i would take it. if he pays 50% upfront
off-topic
How do I check if my bot has admin in discord.js?
guild.me iirc returns the Member object of the bot
then just check permission.has("ADMINISTRATOR")
op
my current method which has failed for some reason is "msg.guild.me.hasPermission("ADMINISTRATOR")"
did you get an error?
uhh
and why is your check a string?
^^
?
Yes I have it like that
u have ur code in " " above
because I was quoting my code
just do like this
msg.guild.me.permissions.has("ADMINISTRATOR")``` try this
k
add 3x ` before and after your code
you make a codeblock if you add 3x `
```language
code
```
I already knew that lol
because im lazy and its 4 extra characters
make a makro like every sane person
so you get 6` in 1 second and then just go to the middle and enter your code
well what good macro thats free do you know that can be used by mac
you dont put in effort and expect to get help which requires more effort ๐ฉ
ew mac
yeah go try to find one for maac
write one yourself
mac is not supported as much as windows
i know some c# and could compile a macro program for mac
ok
but the issue is writing the macro program
lol
you can still use backticks on mac tho
@earnest phoenix is your guild defined?
wait nvm
yea just noticed
but its more or less a reflex
i think this channel here is bad for me to lurk in all day
:fp:

You'd want to check the channel type
Not the message type
Another way to do it would be to check if the guild object is present
io.on('connection', function(socket){
socket.on('chat message', function(msg){
io.emit('chat message', msg);
});
});
how does this make sense
If it's not then it's in a DM
if(!message.guild) {
// Logic here
}
so like if (msg.guild.type == dm) {}
what part?
if (message.channel.type === "dm") return;
if u want to ignore the dm
so im correct?
yes
because guild is the channel
for my code it is
what is ur code ?
discord.js
?????????????
@earnest phoenix no self ads
@earnest phoenix Did you see my message

pls
I think msg.guild is inherited from discord.js
What did I say
io.on('connection', function(socket){ // connecting to socket.io
socket.on('chat message', function(msg){ // listening to "chat message" which you've emitted
io.emit('chat message', msg); // emitting a listener with one parameter, msg
});
});
``` they're different things, so u can do that *if that makes sense*
@harsh moon Show me YOUR CODE
what part?
If you want to ignore DM messages just
if(!msg.guild) return;
type isnt a function
... I have not added that yet
@digital ibex I think I wasn't exactly clear in my message
It was more of a one-time rant because I'm mostly used to doing something like
smth.on("qwe", e => // ee
)``` without nested events
Don't give false information then 
oh
so, yeah, more of a rhetorical question tbh
you're not nesting events, afaik thats not what its called, but in the event, you should be emitting that to the frontend (which im assuming you're doing) when a message gets sent (im assuming you're checking that in the backed) you're emitting the event to handle it client side
wait uh, im confused
oh
discord bots?
Yes
i cant seem to understand it
i need someone to talk and show it to me
otherwise i cant learn
sorry
i sound so fucking stupid rn
There's tons of opensource bots online
would allowing a moderator to change the roles of every member in a server be api abuse
so im using canvas to make a banner image for my bot
would https://stackoverflow.com/questions/19585999/canvas-drawimage-with-round-corners be a good way to round images
or is there a better/easier way
i hate canvas. tryed to make a graph with chart.js but for some reason i cant send the chart while editing a embed. but i can send it in a new message
turtle art lol
i think that was a u problem
imagining not using python imaging libary
imagine not using javascript
im imagining and its glorious
please i last used canvas in 2018
extra dependencies
@pale vessel anyway i know u use canvas can u help
no if it's something hard
i just want to round someone's pfp
oh like border-radius in css?
yes
you want rounded edges or a circle 
is this tos
basically i want a circle yes
a circle is simple
everyone shouts at me whenever I change something
maybe try handling the error instead of ignoring it
These util methods seem to be pretty helpful https://github.com/SwitchbladeBot/switchblade/blob/dev/src/utils/CanvasUtils.js
isn't that redundant?
yes, if it's redundant, it gives the shape of a circle, does it not?
bc it'll loop around and around
or am i tripping
is it in python?
nope JS
i don't even know who i'm supposed to talk to
me
huh ?
No
then use replace for replacing afk in the name
;(((
i jsut want to remove the [AFK] with JS
split it then
let name = message.member.displayName;
name.replace("[AFK]", "");
message.member.setNickname(name);
not working
i have bot
you're not doing anything with that
i created my bot
the variable name from the start
replace doesnt mutate the variable
exactly
it returns the new string
you've changed it, but you're not doing anything with it
:0
you have to return it
well thats what you do in python at least
this article i found says
return [[expression]];
to omit the value
helloooooo
hello
im having a smol issue
w what
oh im kinda rusty
its in the form tag, but idk how to send it
but ill try
// 1
const [, name] = '[AFK]NguyenXD'.split('[AFK]');
// 2
'[AFK]NguyenXD'.replace('[AFK]', '');
// 3
'[AFK]NguyenXD'.slice(5)
these people are on a different level than me
they're so fucking smart
i can only program dumb ass projects
who?
i think most of my projects are stupid
but then peolpe say similar things about theirs, so maybe its just meh
hello I was having some trouble installing quick.db
js
k...
Any errors?
Ok so im trying to make embed pages only it tells me this as a error
TypeError: Cannot read property 'send' of undefined
can someone take a look at this code https://hasteb.in/upovezac.js please
its over 2000 characters tho
Use haste bin
k
Ok so im trying to make embed pages only it tells me this as a error
TypeError: Cannot read property 'send' of undefined
can someone take a look at this code https://hasteb.in/upovezac.js please
even without looking into your code, i can say the variable is undefined aka null. so basically you are calling like this (but just with undefined variable)undefined#send().
Use haste bin
they can use what ever they like
Huh
@dusky lagoon itโs message.channel.send({embed:embed})
let me check
could you show your command handler code? @dusky lagoon
and that {embed:embed} just makes it a slightly faster.
nothing else
@trail finch did you got Windows Build Tools installed if you use windows? and python?
and that
{embed:embed}just makes it a slightly faster.
@restive furnace mine doesnโt work without doing that
@restive furnace why do you want me to send my command handler that has nothing to do does it
well if message is undefined, then it is your command handler's fault.
Nice
do you guys have degrees?
its send that is undifined
how are u importing the command?
try log message and message#channel.
so i probably just need a bigger image
how do i log message
like 4:3 etc
....
https://hasteb.in/azihubul.js here is the code again if you want
what
Log it to your console
^
@trail finch did you got Windows Build Tools installed if you use windows? and python?
@lusty quest I have installed python but I dont use py i use js but still as it is showing no python installation found I stalles it but how to install windows build tools?
and here is the error: https://hasteb.in/lomugaci.coffeescript
npm i -g windows-build-tools
npm install -g windows-build-tools
sorry but i dont know what that mean
kk lemme install
python is needed for compiling some stuff
You can log things to your console with
console.log();
๐ฅ
@ripe wasp i could go for a engineering Degree
oh hell my pc so slow
oh cool
but its boring AF and like 80% of the class fails
im too young but ig ill go to college
ohw ok and how do i log the message
(message)
It's basic JavaScript
^^^
i want to be successful and ik it sounds generic and corny but thats rlly what i feel like doing
imagine not knowing how to use console.log how tf did you debug your code then?
if he didnt
prolly beginner
why wouldnt you want to be successful
consol- oh
XD
im sure everyone wants to be successful
i literally made an EMP
i want to be successful and ik it sounds generic and corny but thats rlly what i feel like doing
@ripe wasp same bro I want to be successful to but never was even today ๐ข
and there is me with my bot that only has a ping command
for no fucking reason
get a idea and try to work on it until it works. this is how ive got a bot with 230 Guilds
and if u dont, u prob got a good reason why u dont want to be
even with some mediocre code
bro i rlly want to just show the world that im capable
but these people are way higher than my lvl
@lusty quest are we the same person?
Sorry that i forget shit but im not a beginner -_-
they're just experienced
^
I am just a beginner I coded for like 3 months max
you learn it over time. you cant be expected to know things you havent even learned
Omg
Dunno man you don't just forget how to debug
write a bot in py. i also have some ideas for ML stuff if you want to know them
@ripe wasp you just havent worked with this package long enough to know what to do
coding is not even taught in my school xD
me neither
projects which have, i think, taught me a lot about js, is making my website
but i learned it myself
pushed myself
do the same but for python 4 u
database is also not taught in my school but I started it self-teaching is AWESOME
its not like i just begun learning javascript its just i forget alot
reading Github repos of bots until i knew how they work
@lusty quest i want to make a bot that listens to the messages that are sent and trains how to reply from them and then you can do a command and it sends what it thinks it should reply
talk bot?
that is my next project once i have finished this
wowow
I don't take any development classes
pretty much
you can do that
i took one
i was making one
for like a week
but left cuz it was for people making btos
F
so what you do
@placid iron skynet. like litterally a Bot that automaticly Monitors chats and decided if a user is writing bad stuff
is give synonym package
if they do the bot takes action
@lusty quest that is just MEE6 XD
it pretty much dumbs down the sentence and what people are saying
no
Lol
and then you can import webbrowser
to search up how to respon
respond*
it's kinda like a neural network
anyway i have to go get dinner now
nvrmind already found the log
ok go ahead
16gb is the sweet spot
buy it yourself or if you dont have money get a job or go to work and buy it
cya
thank you
developing is cool
np
but i only freelance
@strange trout i already did it
tfw you have a 16gig ram vps dedicated to hosting an smp on minecraft
Nice what did it log
@ripe wasp if you need an Idea. Write a App (web or Phone) that uses ML to recocnize text on pictures. but the text are Fantasy languages like Klingon.
hm
and then translates it
ยฏ_(ใ)_/ยฏ
dont think so
no
you're looking for swift
language for making ios apps
wait is js easier than py?
python has to be installed on the machine you want to run it on, that's the disadvantage of it and why so many lowlevel devs dislike python
wait guys i was making a video game
i personally think its harder
i think python is easier
Owo
Python has really easy syntax
py is harder same thinking to me too xD
both have theyre up and downs
thats why they teach it in schools when ur like 13 and stuff ๐คท
i just dont feel like learning it but i do at the same time
python is more complex, easier with syntax
js is retarded in all ways possible
but they are not far of each other
owo
why do people not like js? ๐ค
idk
singlethreaded, not typed
isnt js more popular
bcs its sometimes retarded
Use TS then
even js does not likes my brain
ts doesn't fix the issue of singlethreading
popular is not always better
Owo
wdym by singlethreading?
like i was unable to remove a key from a object with the normal methods. the only way to do it is settings the keys as undefined
what is the hardest bot category?
javascript runs only on one thread. other languages can run multi threaded
just set it to null ๐ฉ
like role play or leveling or music like ths?
music
there is no "hardest" category
@sudden geyser i know but for some reason this wont work
what is a "thread" ?
once it gets big its an arse
but theres no true hardest
I made it for my frnd
making music
no4
ook
making discord bot
Brainfuck, COW i guess these are some "harder" languages
the "hardest category" depends on what you're really doing. stuff like rank cards may be harder than music for others
๐ฟ
xD
someone actually wrote a bot with brainfuck
there's also esketit
Pretty much every bot feature is easy to replicate
how the hell is it possible?
emojiscript
what dosnt exists then?
@sinful belfry alright its fully working for me now with 400k members (and much faster than djs), check the latest commit
/tp
Owo
im programming les go
when you are bored enought to define a new programing language you probably have no life or just want the balling rights
k
/summon goat
lol
i tried to make a language once
A wild goat appeared
or you want to be able to confidently say, "I've written a programming language before"
oh
hi
๐
isnt it like
hey
technically
idk
when you are bored enought to define a new programing language you probably have no life or just want the balling rights
@lusty quest saw php?
theres guides on it and shit
type = print
its quite interesting
i will play some games
so cya guys gn in advance
is that how you write a programming language?
lmfaooo
AAAAAAAAAAA i did it https://modeus.is-inside.me/cciFj7yK.png
writing a programming language can mean two things, writing an interpreter for it or making an actual language that's compiled down to assembly
the corners





