MilesWKblog.mileswk.com·Oct 23, 2024I Created an AI Discord Bot: Here is How I Did It.A long time ago, I created Gizmo. Gizmo was this AI discord bot, programmed in Python, that was able to interact with the user. After two weeks of Gizmo being around, my free OpenAI API key expired. This was kind of unexpected. I was able to use an A...DiscussAI
ritiksharmaaaritiksharmaaa.hashnode.dev·Oct 16, 2024Understanding Discord: A Developer’s Journey from Confusion to ClarityIntroduction Discord is often described as a community-building platform, but what sets it apart from traditional social media? As a software developer, I found it difficult to grasp at first. My journey with Discord began when I tried to access gene...Discuss·10 likesgeneraldiscord
PfpFinderdiscord-pfps.hashnode.dev·Sep 13, 2024How to Use a Discord Timestamp Generator Tool - Ultimate Guide!Are you struggling to coordinate times across different time zones in your Discord community? Want to make your messages look polished with timestamps that automatically adjust to your members' local times? Enter the Discord Timestamp Generator Tool!...Discussdiscordtimestamps
bytesforSobakinTech's blogblog.sobakintech.xyz·Sep 12, 2024How to Develop a Basic Discord Bot in PythonInstall discord.py package Begin with installing the discord.py package, it is required for the bot as it serves as the core of the bot. It provides the essential tools and functionalities needed to interact with the Discord platform, enabling the ...Discuss·11 likesdiscord
Ronie Neubauerronieneubauer.com·Aug 25, 2024Bot do discord para extrair informações de um site e postar em um canal utilizando pythonA ideia deste post é compartilhar a base de um script que criei algum tempo atrás para monitorar o site de um jogo e informar o momento exato que os jogadores do clan inimigo entravam e saiam do jogo, avisando qualquer ação no discord do nosso clan."...Discuss·13 likes·150 readsbot
Gajjar Aryanaryangajjar.hashnode.dev·Jul 13, 2024Unlock the Power of Seamless Document Management with Doc-E.aiHey folks, I hope you all are doing crazy🤩, Let's deep dive into this Doc-E !! What is Doc-E and what are the requirements to use it? Doc-e is a powerful tool that allows you to easily create, store, and share documents within your Discord and Slack...Discuss·1 likecontent
Vaishnavi Pawarjustalearner.hashnode.dev·Jun 13, 2024Exploring Discord APIsAs usual, I was quite bored and nearly on the verge of doomsday scrolling — let’s be candid, I was already scrolling like a maniac — when I came across some shorts on YouTube with the caption, “Here’s how to build your own Discord bot in under 10 min...DiscussDiscord bot
useapiuseapi.hashnode.dev·May 13, 2024Discord CDN ProxyHost your images and videos on Discord CDN Suppose you want to take advantage of the free Discord CDN to host your images or videos. With the simple script below, you can upload your assets to a desired Discord channel: curl -X POST "https://discord....Discuss·34 readsdiscord
Md Faizan Alamsololearner.hashnode.dev·Mar 31, 2024How To Create A Discord BotDiscord bots have become an integral part of the gaming and online communities, providing valuable functionalities and enhancing the overall user experience. In this tutorial, I will walk you through the process of creating your own Discord bot from ...Discuss·12 likes·61 readsdiscord
Arindam Majumderarindam1729.hashnode.dev·Mar 9, 2024Create a Discord bot with NodeJSIntroduction We, developers always love to play with APIs to automate our boring activities. And With Discords API we can automate those stuff using Discord bots. In this article, we'll explore How to create a Discord bot using NodeJs and also Add a ...kunal gavhane and 2 others are discussing this3 people are discussing thisDiscuss·102 likes·1.1K readsNode.js