#development
1 messages · Page 1409 of 1
what is your fleshy sheilds numerical value @zealous helm
¯_(ツ)_/¯
they vanished
I'm trying to figure a way to delete things, looking
delete what?
I really suggest you to get away from bdfd honestly and work with a proper discord library instead
the rude words youve said to people? @zealous helm
is bdfd even allowed
allowed where?
Define bdfd
bot designer for discord
probably not
Oh
the phone app
You have to alter the client
that many people use
It can't be a direct copy
Bad Dice Freaking Dice
I'm not in the mood flazepe
How unfortunate
rip
Agreed
Is there an easier way of making it so only someone with administrator privileges can use a command
yes
Define easier way?
Let me show you how it's done in google drawings
message.member.hasPermission("permission")
How to install package
With key i don't remember
I searched up how to do it and it came up as like a page of code and I dont want restrictive ones to be that long
like pnpm
example: if(!message.member.hasPermission("permission")) return;
Thank you
yw
.^
Something tells me it isn't capitalized
Idk something like that
lol
I want to make sure the person who's using the code has admin my bot needs admin to join servers
If it needs admin it cant be on top.gg
Oh
if you have any features that doesnt require admin
Certain feature can require admin
No features require the bot to have admin
Correct
I thought kicking and banning required the bot to have admin
it requires "kick and ban" permissions
Ok
KICK_MEMBERS and BAN_MEMBERS
Am I able to change that then
Did you already upload your bot?
I believe if you click “Edit” you can change those type things.
Cause I'm making a multimedia bot so I was thinking admin would make it the easiest
No.
just click "Edit" and change the invite link to the one without the permission
in that case it will need ATTACH_FILES and SEND_MESSAGES
and EMBED_LINKS in some cases
Cause these are the base commands I was thinking about without economy etc.
*DO NOT ADD <> WHEN DOING THE COMMANDS THAT JUST SHOWS THAT ITS ANOTHER ARGUMENT/PART OF THE COMMAND
=====Test Commandstest_tube=====
----------Ping----------
H!ping
Makes the bot respond with pong used to test bot and see if there working properly.
Required:Everyone
----------Beep----------
H!beep
Makes the bot respond with boop used to test bot and see if they are working properly
Required:Everyone
=====Server and Moderationelectric_plug=====
----------Server-----------
H!server
Tells you the servers name,ID,when it was created and what its main region is.
Required:Everyone
----------Warn----------
H!warn <@user>
Warns tagged user
Required:Administrator
----------Mute----------
H!mute <@user> <time>
Mutes tagged user for specified amount of time.
Required:Administrator
----------Softban----------
H!ban <@user>
It bans the tagged user
Required:Administrator
----------Autorole----------
H!autorole <role>
When you set this up it automatically gives the role to every member intill the role is deleted
Required:Administrator
=====Broadcasting & Polls=====
----------Broadcast----------
H!broadcast <chat> <text>
Broadcasts to any chat room
Required:Administrator
----------Poll----------
H!poll <chat> <title> <question> (repeat the question part as many times as you want questions)
Puts a poll into the chatroom selected
Required:Administrator
=====Profile and User Managment=====
----------Open Profile----------
H!myprofile
This command opens the persons profile
Required:Everyone
----------Inspect Profile----------
H!inspect <@user>
Opens tagged users profile.
Required:Everyone
=====Music=====
----------Play----------
H!play <music video name>
Adds song to current queue
Required:Everyone
----------Add To Idle----------
H!idleplay
Puts up a poll voting on whether to add a song to a playlist that plays when no songs are chosen.
Required:Everyone
Is that too much for one bot
Because that doesnt even include economy fun games etc.
ca correspond a quoi ?
did you just really put your token there?
Looks good
I forget
go to discord.com/developers

Should I change it since I shared the link
very 
I'm losing braincells each time someone screws up with their bot token 
Happens so often.
i dit that
good
So is it in the link
you really have to check that you don't post your token!
i forget
Is there a way of getting a link without showing the token
k
Cause I shared the link in some off my friends servers
what do you mean?
I shared the link and the link includes the token so I was wondering if I could get one without the token
is everything okay in here
ookies
Is this still to many perms
for what?
im trying to make an change prefix command but this vent is being a kuck lord
you do
I have to many?
it needs an invite link for youre bot to join servers
yes
are you sure you defined your bot as client
yes
but the bot doesnt require "create instant invite"
where
everything starts ith @client even the run
Ik but that perm is tk make invites in the server they join
well if you need that
it just says or feels like its just saying fuck you atm
why would it need to manage the server its self?
I guess it doesn't need that
not unless it raids or deletes servers lol which is against tos btw
I wasnt thinking I still thought that was around the lines of roles and channel reordering etc
So is this good
only give permissions your bot truly needs
and priority speaker?
remember the bot gets invited with sendmessage only
Mention everyone is for announcements but I dont need tts I can get rid of it I need priority speaker for the music commands
Wouldent that be for making profiles like mme6
I don't think you need webhooks for that, or atleast I don't see any reason why you need it...
questions?
Anything else that seems unnecessary
how do you put the music commands easily?
I think it looks fine
Ok
what do you exactly mean?
How do we create music commands?
You just need an image library and the attach files permission for that
And I have one more question to ask after you guys figure that one out
bah offer me a librairy with which we can make the music commands easily
You can use lavalink
what's up?
I'm not sure about easily
How do I make it so they need to accept the perms when they invite the bot
bon.
proposez moi une librairy avec laquelle ont peux faire les commabdes musique plus facilement ?
you shouldnt look for ease, you should look for the best
And the two go hand in hand
the bot will automatically create a role with the perms you provided
you can't do more about it
Whenever I leave the bot page it gets rid of the perms
ohh you just need that for the link
dont have to set that up on the discord.com/developers site
Where do j put my permissions interger
Yeah just check all the permissions you need and copy the link
It automatically generates a link for you
It keeps erasing when I switch to the link page
Wait nvm
Where you check the permissions
discord.com/oauth2/authorize?client_id="client id"&permissions="the integer here"&scope=bot
lol no
I can change them on the link page too
that
I was changing them on the bot page
Oh
ah lol
what ive always wanted when changing my prefix or trying Ignoring exception in on_message Traceback (most recent call last): File "C:\Users\forth\AppData\Local\Programs\Python\Python39-32\lib\site-packages\discord\client.py", line 333, in _run_event await coro(*args, **kwargs) File "C:\Users\forth\AppData\Local\Programs\Python\Python39-32\lib\site-packages\discord\ext\commands\bot.py", line 943, in on_message await self.process_commands(message) File "C:\Users\forth\AppData\Local\Programs\Python\Python39-32\lib\site-packages\discord\ext\commands\bot.py", line 939, in process_commands ctx = await self.get_context(message) File "C:\Users\forth\AppData\Local\Programs\Python\Python39-32\lib\site-packages\discord\ext\commands\bot.py", line 853, in get_context prefix = await self.get_prefix(message) File "C:\Users\forth\AppData\Local\Programs\Python\Python39-32\lib\site-packages\discord\ext\commands\bot.py", line 798, in get_prefix ret = await discord.utils.maybe_coroutine(prefix, self, message) File "C:\Users\forth\AppData\Local\Programs\Python\Python39-32\lib\site-packages\discord\utils.py", line 331, in maybe_coroutine value = f(*args, **kwargs) File "c:\Users\forth\OneDrive\Documents\kigles\botmain.py", line 12, in get_prefix return prefixes[str(message.guild.id)] KeyError: '778387194423410689'
You shouldnt be storing them in a dict to begin with
what
Also @safe creek try it without the str conversion
or more like the guild id
guild probably
ya
I need to switch to pc my phones about to die
What what WHat WHAt whAt whaT watt
yes
Guild ids are strings, no?
If yes, some guilds may not be included in the dictionary, so either use .get on the dictionary or catch the KeyError with a try-except
Not in d.py
yes for the custom prefixes
They're ints
IDs are integers in discord.py
want my code?
Laughs in java long
Why aren't codeblocks in monospace on Android
I don't think I need it
you usre?
Unless there's an unexplainable fuckery going on
In which case I'll double-pray for you to all ~~non-~~existing Gods
I gave you the instructions
Just try removing the str around message.guild.id @safe creek
Because message.guild.id is an int
I'm sorry
i see
If you are entering it into the dict as an int, you can't get its value using a str
the code is a mix of json and py if im correct
The code isn't exactly a mix of JSON and Python
js
It's Python and Python dictionaries
hmmm
Was I talking to you
what i so
It's just a way of storing data
do*
It's literal fucking text with a special format
do you just want to point out the stuff ive done wrong in the code?
That's all JSON is in files
I gave the advice in the first place
And what's apparently wrong
This message
you should actually learn Python then
Ask Google what dict.get Python is
If you don't know what a dictionary is
mmmk
is dict.get() same as dict["property"]
Get() method for dictionaries in Python
In python dictionaries, following is a conventional method to access a value for a key. The get() method is used to avoid such situations. This method returns the value for the given key, if present in the dictionary
In terms of behavior when getting a non-existent key... it's different
What's the best alternitive to if/else if
Dicts @gritty sinew
I'm assuming one errors and the other doesn't...?
basically the Python equivalent of a switch
Switch cases
I use .get whenever I'm unsure if a key actually exists in a dictionary because it simply returns None if a key wasn't found
Correct, flaze
I use js
OH
Not python
.get returns None, getting key through [] errors
Yeah I just realized lol
Switch cases are the alternative to if else in js
ima redo it fuck it
Why
Cause I have spaghetti code right now
You can just make your bot add the guild to dictionary if it doesn't exist
im confused idk what to fucking do where to put what
You can also set a default other than None right? Like getattr?
dict.get("MY NON EXISTENT KEY", "THE KEY DOES NOT EXIST")
No need to play with getattr
At least I don't see any reason to
No I'm just saying it works similarly to getattr
Ah, then yeah
Or rather it's use case is
True
hold on lt me try removing then adding the bot
That works too
You could also just make the bot add a default prefix to your prefixes dictionary whenever one isn't found for a guild
to the server
yeah it should show the guild id and prefix on join in an .json file when it joins the server and the n removes said info when left the server
"name": "HAPPY",
"version": "0.0.1a",
"description": "happy bot",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node index.js"
},
"dependencies": {
"canvas": "^2.2.0",
"canvas-constructor": "^2.0.1",
"child_process": "^1.0.2",
"cpu-stat": "^2.0.1",
"dbdapi.js": "^0.7.5-pre",
"dblapi.js": "^2.4.0",
"discord.js": "10.6.4",
"discord.js-commando": "^0.10.0",
"drdevapi.js": "^0.2.6",
"express": "^4.17.1",
"ffmpeg-binaries": "^4.0.0",
"fs": "^0.0.2",
"fs-extra": "^7.0.1",
"mathjs": "^5.4.0",
"moment": "^2.23.0",
"moment-duration-format": "^2.2.2",
"moment-timezone": "^0.5.23",
"ms": "^2.1.1",
"node-opus": "^0.3.3",
"node-superfetch": "^0.1.9",
"opusscript": "^0.0.6",
"os": "^0.1.1",
"parse-ms": "^2.0.0",
"path": "^0.12.7",
"platform": "^1.3.5",
"quick.db": "^7.1.3",
"quick.db-plus": "^0.1.3",
"quick.hook": "^1.5.1",
"request": "^2.87.0",
"simple-youtube-api": "^5.1.1",
"snekfetch": "^4.0.4",
"superagent": "^4.0.0",
"ytdl-core": "^4.0.2"
},
"engines": {
"node": "12.x"
},
"repository": {
"url": "https://glitch.com/edit/#!/sad"
},
"license": "MIT",
"keywords": [
"node",
"glitch",
"express",
"HAPPY"
]
}
any wrong?
does anyone know a better alternative to if else
ternary
switch
Theres a few others aswell, such as dynamic stuff, which may or may not be applicable
is ternary better

thats new Ignoring exception in on_guild_join Traceback (most recent call last): File "C:\Users\forth\AppData\Local\Programs\Python\Python39-32\lib\site-packages\discord\client.py", line 333, in _run_event await coro(*args, **kwargs) File "c:\Users\forth\OneDrive\Documents\kigles\botmain.py", line 47, in on_guild_join json.dump(prefixes, f, indent=4) File "C:\Users\forth\AppData\Local\Programs\Python\Python39-32\lib\json\__init__.py", line 180, in dump fp.write(chunk) io.UnsupportedOperation: not writable
check pins it #topgg-api @earnest phoenix
okay
In terms of performance, usually if is faster than ternery - but the difference is very small. Use whichever you find more readable
There are also cases in which ternary just doesn't make sense
Isnt a tenary just an if else statement just formatted diffrent
nope
The question of which one is faster, the ternary operator or if/else statement, was asked again and again. The canned answer is: you don’t c...
Damn people put a lot of effort in these things
ayyyy i got it to work
nice!!
in the join and remove it had the bottom thingy inside the dump as read and not write
I was talking about javascript, is it exactly the same as in java?
What's the best source for learning js
Oh I didn't even read it, I just read the conclusion
Lmao didn't notice it was java
so it had 2 thingys as read and not write 
xD
Pretty much the conclusion I'm seeing online is it doesn't make any performance difference that matters.
If it matters, then you shouldn't be using js anyway.
how would i get user activities in djs?
user.presence.activities lol
for me that just returns []
Member intents must be enabled
guild presences
danke
if i have a channel id, how can i see if the channel is in the guild? Discord.py please ping me
Did the solution not work yesterday
You can loop over the list and check if its in there
yesterday from wat i remember we got the channel from the #topgg-api
like the channel id
ye, but how can i get the list?
We did both
the list is channel objects
You do the loop
Then the object in the loop you check if its in there.
for guild in ctx.guild.channel
but is it text_channels?
or just channels?
@solemn latch
what the fuck
I'm trying shiv
oh

No, like
Then do that lol
or channel in guild.channels
If you got it from guild, then it's in guild's channels
if channel2 in ctx.guild.text_channels:```
no
Instead check if channel2 returns None
Instead check if channel2 returns None
Mother fuck me sideways
ctx.guild.get_channel(channel id)
I like you as a non mod shiv lol
Ikr
cock = ctx.guild.get_channel(channel id)
cock
if cock == None:
ok
ty
shiv is super epic
omg 530 no scope
thanks shiv and woo
flaze didnt help :p
C'mon, don't do my man like that
True
I really need to spend a week or two learning python.
python is best
ive made an entire bot + dashboard
only using python + html
Python is relatively helpful
im learning js
Except when it's not
its super similar to python
No it's not
@slender thistle turning over to the dark side
so far it is
Other than it being interpreted
I spent 2 honest to god's fuck hours on a program that didn't even work
like ive been understanding why shit is like how it is
and instead did it in Excel in 30 minutes
The syntax is completely different
excel = bad google sheets
i havent gotten to that 
Not completely but still
Excel is fun but VBA can vanish
It's noticable
indentation
They're sorta kinda similar
no constants in python iirc?
a = "5"
is better than let a = "cock";
Wack
whats constant useful for?
Use const if you're not going to modify it
We're aall about dynamic typing and being able to fuck our programs up because of our own stupidity
preformance?
Reliability
and a good practice
If a constant number is needed, you don't want to change it
and readability
I never used a single var in my code
In big projects it gets messy
u have issues TM
I have found myself accidentally editing object properties I wasn't supposed to touch in the first place after I created them
Learn TS xd
would u guys say a bot in like 450 servers is "doing well"?
Types
If I'm gonna give up on myself, I'm doing it with style
Js has classes
TS is just a C# JS
js is just a c+ js
and it's freaking awesome
But on a serious note, I do want to get a hang of TS
I'm familiar with JS a bit so nothing would change
o ok
Tim hates TS so you're good
😂
You still have your stack overflow
nope
kekw
That's...
Yikes
@earnest phoenix thanks!
Holy flying rocks
Nice lebelup @drifting wedge
Gz boys
I want one too
Thanks I'm going to waste that oxygen bubble and suffocate myselfnto death
Soon
mood shiv
You can have it flaze
no I don't want to either
gg
@pale vessel gg on level up
thanks
Hyp3
Don't want that oxygen either though
what's the best way to make a music bot with?
Code
Obvs testing channels
do u always have to use google api or whatever that is
no shit
Mainly yeah
testing it has a bunch of bots
Google APIs suck
with same prefix
ik that's the point
rip
so scraping?
how can that be done?
So Lavalink or ytdl/youtube-dl
Something tells me scraping for music bots is definitely a fun experience you'll hate yourself for
@slender thistle has anyone applied for a bot as a selfbot?
ty 😄
like for dbl in ur time
and some ip blocks
They can't
u guys check?
Only bot accounts can be submitted
Wha
No
o ok
The ID can't be changed 
Is it possible to set the status of your bot as mobile in discord.py?
in mobile?
oh
i dont think so
u can run the bot from ur phone and it might work
With discord.py
but i think not
No
oh f
Frankly, I very highly doubt it's possible
Why not?
Unless you edit the library yourself
i saw it done in js, hoping that it can be done in py
Ah
run another instance in js
or mod dpy
Probably need to modify the identity payload that's sent by dpy then
oh
But I'm just going to assume that it's hardcoded and ^
u can mod dpy
unless there is a way to specify websocket options
ok ig i wont do it
Like in Discord.js
You shouldn't anyway, it's undocumented
I say that but I do it too, yikes
is it possible to listen to a voice chat in dpy?
to listen?
Yes
Be careful with it though
SO STUPIDDDD
I'm not sure if it's supported or not
but its for like voice recognition commands
Different libraries, different implementations
if we have a DB that just has userid_amountoftokens do we still need to state that
so like 1_50tokens
ping if u respond
@sterile lantern what
privacy policy
do we need to state that we store user ids that assosicate to amount of tokens u have
assosciate*
Wdym amount of tokens
Oh
Yeah just state that you're storing their user ID
ok ty
Good
just need to change the db.set functions n stuff
The sooner you switch from JSON the better
That was a huge failure 🤣
No
@grave jay yes, in #general-int
English-only rule still applies
hello everyone
so im trying to implement some sort of "perk" for ppl that would vote
this perk would span across a couple hrs
how would i go around doing that?
what exactly do you need help with?
how would i do that
oh
make a table in your database named "boosts", then if a user votes put their id there + the date it was added. Then when they get the xp somehow u first check if their id is in the database, and if it is you give them the boost
that's how I would do it
listen for top.gg webhook requests, once you get a webhook request for a user, put their id in a database / mark them that they voted if you want to keep data minimal, and save the timestamp of that request in your database too.
when checking for the perk, hit up the database, get the user, if the perk has been active for more than n hours, remove it, otherwise use it
depending your database design, if the user doesn't have a perk, you either won't find a user in your database, or the user won't have their perk flag set to true
yeah we kinda said the same thing
yup :p
:)
np
this should state the reason in the ban in the same message right or do i havr to add an ctx.send statement thingy
ugnore the error in client
im going to cog the file
that will make the reason show in the audit logs
if you want to show it in the message, you have to add the reason to the send
ahhh ok
will it work if i add 2 empty lines then put the reason code?
member.ban(reason=reason))```
like that
ofc in the correct format
@quartz kindle
wait
dafuq
there?
Is there a way I can set the cygwin terminal as my default terminal for vscode?
im not good at explanation
lol
F strings are hot
yeah what i meant
@slender thistle sorry for the thing, remmeber we were doing this?
channel2 = ctx.guild.get_channel(channel)
if channel2:```
welp it didnt work
this is the entire command code: py @commands.group(invoke_without_command = True, case_insensitive = True) @cooldown(1, 0.65, BucketType.user) async def log2(self, ctx, channel1: str): if len(channel1) != 21: await ctx.send("Please mention a channel!") if len(channel1) == 21: channel = channel1[2:20] channel2 = ctx.guild.get_channel(channel) if channel2:
like theres more stuff in the bottom
ofc
but like thats the important part
if the message isnr a channel mention
#development is [#development](/guild/264445053596991498/channel/272764566411149314/)
so if the message isnt that length it just sends that error
@hollow sedge
OHH
That's a bad way to check though
just use channel1: discord.Channel
Instead of channel1: str @drifting wedge
Can anyone help me about my error ? I only got this on my raspberry, on my windows computer it perfectly works
The code : ```py
@client.event
async def on_ready():
db = sqlite3.connect('connect4.sqlite')
cursor = db.cursor()
cursor.execute("""
CREATE TABLE IF NOT EXISTS main(
user_id TEXT,
victorycount TEXT,
losecount TEXT
)
""")
The error :
db = sqlite3.connect('connect4.sqlite')
sqlite3.OperationalError: unable to open database file
Try adding sudo before you run it
okay
@leaden lake did that work?
idk, it said "unable to import discord" but I imported it and my other discord bot perfectly works, So I done a sudo python3 -m pip install discord.py[voice] and it's installing to must things
Oh ok
yeah it worked... huh, the file is created, I'll tell you if the bot works
Alright
@hollow sedge the bot is working, thanks !!
Anyway the programs usually require root permissions to work with files
So just remember that
okay, thanks, I will remember that to the future
Yeah np
I need help
once again?
Didn't people already say not to ask for bot developer for discord help
@zealous helm what's up
Anyone know a way to delete messages sent by the bot
What lib?
What
Are you trying to code?
Yes?
Idk what that means
dbl.webhook.on('ready', hook => {
^
TypeError: Cannot read property 'on' of undefined
Bruh idk what you're asking
help
@zealous helm coding language?
Bro do you mean in discord?
Right click and then delete them
Clever lad
yes
Anyone know a way to delete messages sent by the bot
@zealous helm right click on the message, then click delete
I'm blocking you jfc
Okay I love you too boo
lol
Anyone know a way to delete messages sent by the bot
@pure robin help this lad
@zealous helm Bro, right click on the bot message, you will get an option to delete, click there and you are done
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.
It was 4 fuckin times
Are you trying to do a say command?
One message removed from a suspended account.
One message removed from a suspended account.
What
One message removed from a suspended account.
I'm going to cry
One message removed from a suspended account.
One message removed from a suspended account.
No
One message removed from a suspended account.
One message removed from a suspended account.
Show us what you want
message.delete();
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.
I was saying it in case he meant that
My crystal ball broke
One message removed from a suspended account.
I can't read his mind
One message removed from a suspended account.
I'm aware
One message removed from a suspended account.
One message removed from a suspended account.
One message removed from a suspended account.
Don't come back later asking the same thing
One message removed from a suspended account.
You're not going to get an answer
One message removed from a suspended account.
Complete bullshit
One message removed from a suspended account.
One message removed from a suspended account.
How do I send messages on discord?
No no, how do I send messages on discord
No you don't understand, I want to send messages
Not big mad xD
One message removed from a suspended account.
Yes
One message removed from a suspended account.
Satan help me
One message removed from a suspended account.
So you can get an Idea of what I'm doing before I ask my question:
const guildInfo = bot.guildCache.get(message.guild.id)
switch (args[0]){
case 'on':
await guildSchema.findByIdAndUpdate(message.guild.id, {$set: {disabledXp: false}, $pull: {disabledCommands: {$in: ['rank', 'leaderboard']}}}, {upsert:true, new:true})
message.channel.send('You have turned on XP for this server! I have enabled the \`rank\` and \`leaderboard\` commands for you.')
break;
case 'off':
await guildSchema.findByIdAndUpdate(message.guild.id, {$set: {disabledXp: true}, $push: {disabledCommands: {$each: ['rank', 'leaderboard']}}}, {upsert:true, new:true})
guildInfo.disabledCommands.push('rank', 'leaderboard')
bot.guildCache.set(message.guild.id, guildInfo)
message.channel.send('You have turned off XP for this server! I disabled the \`rank\` and \`leaderboard\` commands for you.')
break;
}```
I want to remove the words `rank` and `leaderboard` from the guildInfo.disabledCommands array when args[0] is on. Since the array is always changing and If I remove one of them the value of the other element gets changed, what would I use or how can I go about to make sure they always get removed no matter what position they are in the array ?
One message removed from a suspended account.
a
I'm not
One message removed from a suspended account.
But since it's ending, I gotta say something
One message removed from a suspended account.
@cobalt urchin if args0 regex.replace(/your regex/, "")
Obviously idk what tf I'm so sorry I can't explain the niceties phenomenally
I have every right to say fuck y'all I don't want your help
And your mad over what
You're fuckin annoying I don't want your help
One message removed from a suspended account.
One message removed from a suspended account.
One message removed from a suspended account.
You keep repeating the same thing over and over
One message removed from a suspended account.
And you're both blocked so I can't see what's being said 😂
One message removed from a suspended account.
One message removed from a suspended account.
One message removed from a suspended account.
Damn that's so funny
One message removed from a suspended account.
Byeeee
One message removed from a suspended account.
@tame kestrel troll gameing
Hm
One message removed from a suspended account.
One message removed from a suspended account.
Idk if this is my bad mood or not but fuck that made my day worse
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.
I see
@pure lion If you aren’t going to give relevant information about what you need help, please leave this channel
One message removed from a suspended account.
One message removed from a suspended account.
In otherwise, you’ll be muted
Guys I already told you they were using bot designer for Discord
One message removed from a suspended account.
One message removed from a suspended account.
Yeah I checked the messages above
One message removed from a suspended account.
Sorry, I won't do it again
He's not trolling
Thank you
I didn’t really ask for another opinion about it but okay
Nah you're still being super annoying
One message removed from a suspended account.
One message removed from a suspended account.
Please keep this channel on-topic now
Any off-topic/troll conversations will be muted
I'm agreeing with you guys, I'm just saying they're not trolling. He apparently using BDFD, not an a actual language
Still not a reason to block people, or tell them to fuck off, they can state clearly with what they need help
Anyways
I need help with deleting messages in BDFD
One message removed from a suspended account.
lmao
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.
Hey Tim
One message removed from a suspended account.
hi :3
You know there's a BDFD server you can ask for help in
One message removed from a suspended account.
If anyone can help you can @ me
he was banned from bdfd
One message removed from a suspended account.
you can imagine why
One message removed from a suspended account.
bruh
thats why hes asking here
One message removed from a suspended account.
One message removed from a suspended account.
Just make a second account and go ask there, honestly
Who is banned
this onceAgain guy
One message removed from a suspended account.
I see
i already said it but they straight up ignored it, nobody here will actually help you with shitty third party scripting languages because you don't have direct control over the output of the code - if you need help with bot makers go complain to their support guilds, if you're banned from there, well, that's a you problem
One message removed from a suspended account.
dont cry
ooooh my bot is 90% in the queue
One message removed from a suspended account.
One message removed from a suspended account.
it's a development in the queue process
One message removed from a suspended account.
Muted them, thanks
karen, what do you think?
This channel is here for code related help, and not to discuss about queue
yeah i was not trying toa rgue or something
i was just a bit happy to see that it didn't take much time after all.
One message removed from a suspended account.
It’s fine, just clarifying the channel’s purpose
One message removed from a suspended account.
So does anyone actually have any coding/programming issues
One message removed from a suspended account.
guys just drop it, awsome understands
One message removed from a suspended account.
is my client glitched or did the muted guy not receive the muted role? @_@
yeah but this really tastes like "being sceptical"
One message removed from a suspended account.
One message removed from a suspended account.
One message removed from a suspended account.
when is discord not fucking xD
is there a good way to actually learn CSS without spending many hours because I usually just try random stuff until it works
One message removed from a suspended account.
One message removed from a suspended account.
sigh i hate it
like I want to get to the actual backend part of my project but then I have to spend days working on the CSS
One message removed from a suspended account.
interesting
One message removed from a suspended account.
react and libs seem nice but i just want to create a simple web app 😭
cant remember the last time i worked with vanilla js
i mean there isnt much you can do with vanilla anything
unless you're writing your own package
Yeah that's the idea
It just takes long
Vanilla js in browser is like
Uhh
Beeg muscale
lmao
You need to train it but once you have it you're a god
my first experience with js was through jquery
What's so good about jQuery?
but then i dropped jquery when i learned how to do the same things without it
this is the closest i get to vanilla js in my code lol
jquery makes web js easier by providing a ton of shortcuts and short syntaxes
for example instead of what cry posted, you would just do div = $("#screencont")
jquery was relatively okay
it's just not suggested in modern web dev anymore since there are faster technologies and SPAs
this is why i dont like to use things like bootstrap
but there is so much bloat these days that even jquery is "fast" compared to todays tech lmao
What's a lodash anyway
lodash is also a mega collection of functions
oh my fucking god that has so much bloat it's insane
For some reason npm i -g won't set to path any more
Have to use npx now
With my potato pc that's a little annoying
rip
Simples or no simples?
wut
What kinda shit?
utility functions
basically every time you need to make a custom function for something simple, like looping over an array and doing whatever, its possible that lodash already has a function that does the same thing lol
Ah
That looks cool
But like
Why not just steal the source code
Of that one func
Instead of yknow
Installing



