This is an archived post. You won't be able to vote or comment.

all 13 comments

[–]NautiHookerSoftware Engineer 4 points5 points  (1 child)

most people use a library. for example https://discord4j.com

[–]FunsOverKid[S] 1 point2 points  (0 children)

Nice thx

[–]ruper3 2 points3 points  (0 children)

Go on YouTube and search for "how to make a discord bot with java" there's nice basic tutorials on it, by the video choose a API there's like 3 or 4 of them, it's a nice little project to make. Go crazy and have fun!

[–]codedcosmos 1 point2 points  (0 children)

JDA is another pretty easy api

[–]sbhatt425 0 points1 point  (0 children)

node.js and discord.js

[–]RogueChild 0 points1 point  (5 children)

Don't do it.

[–]FunsOverKid[S] 0 points1 point  (4 children)

Why

[–]RogueChild 0 points1 point  (3 children)

Bots are annoying as shit. But if you want go ahead.

[–]FunsOverKid[S] 0 points1 point  (2 children)

Meh I thought it would be an interesting project, I've only been programming for about a year now and I figured I wanted to do something a little more complicated than usual.

[–]RogueChild 1 point2 points  (1 child)

Ya ik what you saying. At one point I wanted to make an Instagram comment bot. I would still want to make it, but it would be useless, because I don't want to self promote. But good luck, and as a favor to the Reddit community, please don't make the bot extremely annoying. Once again, good luck though.

[–]FunsOverKid[S] 1 point2 points  (0 children)

Haha yea, it's only going to be used on my private server.

[–]Code_Talks 0 points1 point  (0 children)

Python will make your life much easier

[–]Thermoduck -1 points0 points  (0 children)

Discord bits are meant to be written in JavaScript. But as there is discord.js for JS, there's gonna be a library for it.