#discordbot — Public Fediverse posts
Live and recent posts from across the Fediverse tagged #discordbot, aggregated by home.social.
-
We built a Discord bot in Rails and the big lesson was structural: move the bot into its own class and start it from a rake task so it stays separate from the web server and listeners only acknowledge each event once. `discordrb` handles the API, `dotenv-rails` keeps the token out of your code.
-
Bot Discord “Book Fairy” tự động: dùng lệnh /grab tên sách → bot tìm trên **Prowlarr**, đưa vào **qBittorrent** tải về, sau khi hoàn tất tải lên **Nextcloud** và trả link chia sẻ (có thể đặt mật khẩu). Hỗ trợ kiểm tra sách đã có, chọn release, hiển thị trạng thái, lọc định dạng (epub/pdf/mobi). Xây dựng bằng Docker Compose, Discord.py. #selfhosted #DiscordBot #Prowlarr #qBittorrent #Nextcloud #Docker #Automation #Sách #MãNguồn
https://www.reddit.com/r/selfhosted/comments/1qkxk1f/i_built_a_selfh
-
🛡️🤖 AI Discord Server Moderator – 24/7 Peace of Mind
Let AI handle the hard part. Set your server rules once and enjoy round-the-clock automatic moderation that keeps your community safe and respectful.🚀 Stress-free server management.
🔔 Join the waitlist now:
https://nextstardrop.com/ai-discord-moderator-2/#DiscordBot #AIModeration #Nextstardrop #CommunityTools #DiscordAI #ServerModerator #Automation
-
Updated my bot to get the Facebook posts from the cafe at my work and then ping me if they have some slop that I like. Saves me from both having to ever actually use Facebook and then also from being disappointed when they have the slop that I don't like (which is most of what they serve).
-
Okay, so before I went to bed last night I had the thought of integrating Mastodon stuff into my Discord bot. I uhh did that today.
At the moment all it can do is take a string from a slash command and post that to one of three accounts (this one, @Melon, or it's own @pearlbot). On the Discord side it'll already DM me hourly with updates from various RSS feeds, so I slipped in the Mastodon stuff in there too so now I'll post those here as well.
-
Got about half way through writing a Discord bot using Elixir and Nostrum (a library). It'll do pomodoro timer stuff. Not too proud about how much OTP stuff I've forgotten but I don't think I ever knew it well to begin with. Want to muddle along with me? Check out my video.
YouTube: https://youtu.be/47LmGso5UOs
PeerTube: https://video.mycrowd.ca/w/tBuR3QAP4qpabHzjFSQJAX #elixir #discordbot #nostrum -
Looking for a Discord bot to post to Bluesky? Yes there's even atproto app built for that by @festive.midnightdoggo19.com #atproto #bluesky #atprotodev #bsky #opensource #atprotoapp #discord #discordbot
-
I finally have my posts showing up on Discord thanks to @skycord.bsky.social!! Huge props to my good friend @kyanoxia.com for making this possible. If you've been waiting for something like this congrats because it's live now :3 #contentcreator #discordbot #discord
-
Update to the last post, I was able to get a discord bot running on the computer. Hopefully, I can get xfce running next. #adélielinux #linux #retrocomputing #discord #discordbot
-
📈 Weekly statistics:
🗒 59 new reports were registered
🚫 1096 potential scam messages were deleted.🗑 35484 potential scam messages were deleted in total.
📊 4669 reported accounts in total.#antiscam #scam #discord #discordbot
You also want to use the bot? Check out https://scameleon.de -
📈 Weekly statistics:
🗒 69 new reports were registered
🚫 1494 potential scam messages were deleted.🗑 33012 potential scam messages were deleted in total.
📊 4545 reported accounts in total.#antiscam #scam #discord #discordbot
You also want to use the bot? Check out https://scameleon.de -
📈 Weekly statistics:
🗒 36 new reports were registered
🚫 1526 potential scam messages were deleted.🗑 25849 potential scam messages were deleted in total.
📊 3801 reported accounts in total.#antiscam #scam #discord #discordbot
You also want to use the bot? Check out https://scameleon.de -
📈 Weekly statistics:
🗒 36 new reports were registered
🚫 1053 potential scam messages were deleted.🗑 24323 potential scam messages were deleted in total.
📊 3765 reported accounts in total.#antiscam #scam #discord #discordbot
You also want to use the bot? Check out https://scameleon.de -
Just started offering my Bot writing and hosting services of Fiverr, should anyone be interested^^
https://www.fiverr.com/s/x2GWWB
#discordbot #sellingonmastodon -
📈 Weekly statistics:
🗒 27 new reports were registered
🚫 317 potential scam messages were deleted.🗑 18330 potential scam messages were deleted in total.
📊 3472 reported accounts in total.#antiscam #scam #discord #discordbot
You also want to use the bot? Check out https://scameleon.de -
I've recently found out about @[email protected] which is a Mastodon #discordbot that by following you Mastodon/Fediverse account can post your posts and if you want replys or boost's in your discord server it's free and really easy to set up
For anyone who might want that here is the link to the bots webpage
https://pachy.social/ -
Can someone please explain me what do Discord bots actually bring. I can get over it. Isn't Discord to chat and discuss?
-
Working on a #DiscordBot for generating prompts in some art servers. Would love to hear any suggestions folks have!
#Discord #Python #CreativeCoding -
Hey everyone on fedi! I'm back to developing my discord bot, and I need help explaining what it does and how it works. I dont have that many characters to use on here so this will be a thread.
Option 1:
This bot helps you make friends with similar interests anonymously. You use commands in private messages to talk through the bot. It hides your real identity, making it safe. Set a username, choose interests, wait for a match, then chat privately. No need to worry if it doesn't work with them; You are anonymous the whole time you are in contact with them, and so they wont be able to connect anything you say to you. I'm great for connecting with people like you, even for discussing personal topics. I'm a safe space. -
I took one of my favorite features out of my #DiscordBot and made it into it’s own dedicated #Discord bot.
Introducing MuzakBot! It’s a very simple bot that gets all of the known music streaming service links for a song/album and posts them in a simple response.
-
I just compressed json. In ts I had to keep as many json responses under 100 characters (that way I can throw the data to discord and not my db), so I have to stringify it, but I turn all booleans into 0b or 1b. Like true becomes 1b. also I trimmed off the start and end, ofc the main object will be wrapped with { } so its redundant. Any more ideas of things I can do to reduce size? Or even any string compression algorithms? I think I can use full unicode, and it doesnt matter how many bytes the character takes, 1 character is one character.
-
Bot is complete and live in it's host server! Always so fun to see a project come to life 💜