This post has been de-listed
It is no longer included in search results and normal feeds (front page, hot posts, subreddit posts, etc). It remains visible only via the author's post history.
Is there a bot which can convert a text I've typed to an image containing the text but bigger? Like when I post a code for joining a game, I want people to be able to see it easily even if someone sent a message or two after the code, so I want it to be in the form of an image.
Idk if this exists, but it'd be easy to make so I'll do it. Sounds like a fun mini project. I'll send an invite link here once done
Regardless of language, the first thing you want to do is make your foundation solid. Make sure you understand the basics like loops, variables, types, etc. Make sure you can also understand and read errors. A huge problem I see is people neglect this stage and then need help at every little bump in the road, but that will make the process tedious and much less fun for you, so take your time at this stage.
Once you have that, you'll want to learn some more advanced concepts like objects and object oriented programming, you'll also want to be able to find and use libraries as needed, and be able to read their documentation so you can properly work with it.
At this stage, you can start looking into making bots. Depending on your language, you will want to find a library that allows you to interact with the discord API and read it's documentation to figure out how it works, at this point you'll have everything you need to make a bot
Subreddit
Post Details
- Posted
- 2 years ago
- Reddit URL
- View post on reddit.com
- External URL
- reddit.com/r/Discord_Bot...
You're welcome, happy coding!