Has anyone here made a discord bot before? inb4 discord sucks

Has anyone here made a discord bot before? inb4 discord sucks

Attached: 56262994_364814794242509_4447241291656763602_n.jpg (1080x1080, 160K)

Other urls found in this thread:

benchmarksgame-team.pages.debian.net/benchmarksgame/faster/node-python3.html
saveig.com/p.i.n.k02/?lang=fr
github.com/DV8FromTheWorld/JDA
twitter.com/SFWRedditImages

Not from scratch but I've dinked around.

just use irc like a real nigga :DDD

Attached: 0072_zps5fe0b090.jpg (2448x3264, 2.47M)

Was it with python or javascript?

Attached: 54800724_398823217516768_7863269087231769855_n.jpg (1080x1349, 205K)

Noone I talk to uses irc and discord has cool features.

I don't even know where to find irc channels by category.

Attached: 54732151_316516832309333_1665508721940142811_n.jpg (1080x1350, 113K)

Can people pull your ip if you're in the same irc?

Most programming languages, JS, C#, Go etc have discord libraries written for them by the community which help greatly and there is lots of example code and documentation out there, wrote an advanced bot with typescript and node quite easily desu senpai

I run a bot in each.

Thank you

Attached: 51001749_396604564501888_1641291183130225914_n.jpg (1080x1080, 135K)

NodeJS is superior.

Forgot my proof :)

benchmarksgame-team.pages.debian.net/benchmarksgame/faster/node-python3.html

Did a bot in python and in nodejs with typescript, python was far more cumbersome when it came to async await etc. Had a far better time using typescript, despite javascript being complete shite

Typescript is bloat, use raw javascript, it's fucking autistic.

Attached: 1555427192637.png (646x746, 63K)

For any proper projects I wouldn't ever use pure js anymore, typescript offers pretty fantastic optimization and syntax sugar.

Be elitist about js if you want, it's an autism ecosystem anyway

typescript is literal bloat, it's python syntax for people that are too dumb to learn javascript.

Who is thot?

I write Python shit using discordpy.readthedocs.io/en/latest/api.html its easy as shit

Python syntax? If anything it's closer to c#. If you're scared to use any of it, luckily any valid javascript is valid typescript.

Too dumb? Ah yes of course, having a comprehensive and technical types system on top of javascript somehow requires less knowledge than more.

Try harder kid.

>discord

Isn't that the pedophile app for distributing CP?

Have used this, docs were comprehensive and overall was an okay lib to use

saveig.com/p.i.n.k02/?lang=fr

yeah, I used Java with github.com/DV8FromTheWorld/JDA quite successfully.

You're thinking of irc

I have, I tried a few libraries and would gladly recommend discord.js, I've had the best experience with it. Very straightforward and great documentation.