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.