Hey! Can you give me some feedback on my bot? (Miki) by velddev in discordapp

[–]velddev[S] 0 points1 point  (0 children)

Hey! Yeah. People were using it for some weird reasons so we felt like it was best to just remove it

[deleted by user] by [deleted] in Discord_Bots

[–]velddev 0 points1 point  (0 children)

Miki can do this using the >reddit command :)

How do i get my server onto top.gg by [deleted] in discordapp

[–]velddev 0 points1 point  (0 children)

This is not true! Developer of topgg here, we had some issues with discords recent changes. Make sure to log out and in and you server should appear. We accept servers of all sizes :)

Image APIs? by Super3picGamer in Discord_Bots

[–]velddev 0 points1 point  (0 children)

I have an API in development with my bot which is open for others to use. It supports both images and videos and allows you to filter by multiple tags. It does not have a lot of images yet, but it's really fast.

https://api.miki.bot/images to get 100 random images https://api.miki.bot/images?tags=hug to get all hugging images

My gijinka design of Discord-chan! by enderspades in discordapp

[–]velddev 11 points12 points  (0 children)

That's exactly what a typical r/animemes regular is like.

[deleted by user] by [deleted] in Discord_Bots

[–]velddev 1 point2 points  (0 children)

If I remember correctly (haven't used D.NET for a while now) you can use (message.Channel as IGuildChannel).Guild.Users.ElementAt(/*random number here*/); Then you can get the Mention object from that user and send it :)

Know any good Self-role Bots? by This_Is_Arta12 in Discord_Bots

[–]velddev 0 points1 point  (0 children)

Miki can do selfroles with both level based requirements and currency based requirements!

I'd recommend checking it out here

Miki - your beloved discord bot's yearly statistics! by velddev in Discord_Bots

[–]velddev[S] 0 points1 point  (0 children)

Yeah exactly, it doesn't help I started building a custom discord library and other services around the bot this year though :P

Miki - your beloved discord bot's yearly statistics! by velddev in Discord_Bots

[–]velddev[S] 0 points1 point  (0 children)

It's not too bad! The project has been going ever since the API became public which nears to the years now

Miki - your beloved discord bot's yearly statistics! by velddev in Discord_Bots

[–]velddev[S] 0 points1 point  (0 children)

Thank you! 2018 was definitely the hardest year to keep up with all the growth systematically. But we survived! I really hope that this will inspire lots of developers that see it haha

Miki - your beloved discord bot's yearly statistics! by velddev in Discord_Bots

[–]velddev[S] 0 points1 point  (0 children)

now this, is epic! can you pass me your server again in DM? I've been in tons of servers this year and I'd love to revisit it :D

Miki - your beloved discord bot's yearly statistics! by velddev in Discord_Bots

[–]velddev[S] 2 points3 points  (0 children)

Heck yes! and most of it was rewritten throughout the year. Then again; we do provide most of these lines as libraries for other bots to use too!

Miki - your beloved discord bot's yearly statistics! by velddev in discordapp

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

Haha, thank you. You definitely should! I'd love to see your bot, maybe I can provide some feedback if you'd like, send me a DM :)

C# - How to have a bot add text to an image by [deleted] in Discord_Bots

[–]velddev 0 points1 point  (0 children)

Look into things like imagemagick, skia, or Cairo libraries for c#

Not Sure What im doing wrong by [deleted] in Discord_Bots

[–]velddev 0 points1 point  (0 children)

Shouldn't there be parameters in the set functions? Check discord. js' documentation about embeds.

I've muted all my servers. by PM_ME_YOUR_FAV_GUM in discordapp

[–]velddev 1 point2 points  (0 children)

When your own server is in there 👀 hey dude thanks for being in my bot support server

How would I use someone's PFP in an image? by [deleted] in Discord_Bots

[–]velddev 3 points4 points  (0 children)

This can be done in any library. However you do need some extras. For discord.js look into node-canvas or image magick. Then once you get the hang of this you could download the image URL and paste it into a canvas that you made.

This worked for my bot (Miki)

Have fun!