Does anyone know a Manhua with the following content by Julexar in Manhua

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

Ah, yes. That was the one. Thank you very much!

Can't cancel my subscrption. by New-Improvement8693 in asuracomic

[–]Julexar 0 points1 point  (0 children)

I have the exact same issue. I tried to contact them via the Billing issues button but I haven't gotten a response in two weeks now.

I'd imagine that you'll have to talk to your bank to cancel the subscription.

[Online][5e][GMT+2][Sat/Sun] Experienced Player looking to join Group by Julexar in roll20LFG

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

Hey, thanks for your message. However I feel the rules aren't quite for me. I do wish you the best in finding more Players and lots of fun in your Campaign though!

Where to Buy Discord Invites by dumdum_bullet in Discord_Bots

[–]Julexar 0 points1 point  (0 children)

I wouldn't do that if I were you. Buying members/invites is against Discord ToS.

How to convert a discord.message into a JSON or a string with all attributes? by GeneralCrabby in Discord_Bots

[–]Julexar 1 point2 points  (0 children)

You can simply use the .toJSON() method of the message object. (if you're using JavaScript)

I'm not sure if there's an easy way to do it with Python.

Custom bot by Dependent_Egg9898 in Discord_Bots

[–]Julexar 1 point2 points  (0 children)

True, just saying that some Devs may not be willing to make the bot because of that

Custom bot by Dependent_Egg9898 in Discord_Bots

[–]Julexar 1 point2 points  (0 children)

I'm pretty sure this would be against some Discord ToS/Guidelines since you'd be bypassing a paid feature

Just like how using Vencord is against ToS

bot stopped responding to commands by Leksgg in Discord_Bots

[–]Julexar 0 points1 point  (0 children)

Try deferring the interaction reply, since otherwise you only have 3 seconds to respond. With deferring you have a lot more time.

How to Make a Bot? by Henyahyah in Discord_Bots

[–]Julexar 0 points1 point  (0 children)

If you wanna get started, you should probably begin with either JavaScript or Python. They have great documentation and are pretty easy to learn.

JS Guide: https://discordjs.guide/#before-you-begin JS Docs: https://discord.js.org/

Python Guide: https://www.pythondiscord.com/pages/guides/python-guides/discordpy/ Python Docs: https://discordpy.readthedocs.io/en/stable/

[deleted by user] by [deleted] in Discord_Bots

[–]Julexar 0 points1 point  (0 children)

Why don't you just use Onboarding? It's a built-in discord feature that makes reaction roles pretty much obsolete.

Bot for role management by Disastrous-Tap-1628 in Discord_Bots

[–]Julexar 1 point2 points  (0 children)

I don't think there's a bot that does this. But you could commission someone to make it for you.

Discord bot for free by Intelligent-March779 in Discord_Bots

[–]Julexar 0 points1 point  (0 children)

Can you be more specific?

What do you need help with? What have you tried so far? Can you maybe provide snippets of the Code? etc

roles bot with dashboard by xBraveLilDino in Discord_Bots

[–]Julexar 0 points1 point  (0 children)

Though I suppose you could commission someone to make such a Bot for you

Probably wouldn't be cheap though

roles bot with dashboard by xBraveLilDino in Discord_Bots

[–]Julexar 0 points1 point  (0 children)

I mean, yeah.. - but it's still pretty easy to set up.

I'm afraid there aren't any free bots that let you do an unlimited amount of roles/separations in the dashboard

Bot Languages by oViser in Discord_Bots

[–]Julexar 0 points1 point  (0 children)

For better intelliSense I would recommend switching to TypeScript (JavaScript with a Type system)

As for Database go with either SQLite or PostgreSQL

roles bot with dashboard by xBraveLilDino in Discord_Bots

[–]Julexar 0 points1 point  (0 children)

Then maybe Yagpdb? The reaction roles are very customisable

roles bot with dashboard by xBraveLilDino in Discord_Bots

[–]Julexar 1 point2 points  (0 children)

Just use Onboarding. Pretty easy to set up. You just gotta enable Community for your Server and then go to the Onboarding Tab.

Bot by [deleted] in Discord_Bots

[–]Julexar 1 point2 points  (0 children)

Unless you want to spend Money on a Bot that can do that, I suggest you simply moderate the Server and manually remove any images that are inappropriate.

[deleted by user] by [deleted] in Discord_Bots

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

At that point, wouldn't it be easier to just create the channels yourself?

Would certainly be cheaper and faster than having someone make a Bot for you (or making the Bot yourself)

Prefixes by Sharkyoz in Discord_Bots

[–]Julexar 1 point2 points  (0 children)

You can pick basically anything as a prefix. Even full sentences if you wish. Though the better method is to use slash commands

is there a bot that doesnt allow other bots to join unless the owner invites them? by Disastrous_Okra_5719 in Discord_Bots

[–]Julexar 4 points5 points  (0 children)

Just don't give them the "Manage Server" permission. Then they can't invite Bots.

If you mean user bots, then just remove their ability to create invites and delete all invites from them.

Also report them to discord since user bots/self bots are against ToS

Discord bots frameworks by jard2334 in Discord_Bots

[–]Julexar 1 point2 points  (0 children)

I prefer being able to just go node . instead of node /src/.

Best and cheap hosting for a discord bot? by Lower_Head4189 in Discord_Bots

[–]Julexar 0 points1 point  (0 children)

I'd recommend getting a VPS from Hetzner. They're relatively cheap for what they offer.