<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: Marcus Rowe</title>
    <description>The latest articles on DEV Community by Marcus Rowe (@marcusrowe).</description>
    <link>https://dev.to/marcusrowe</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F4079335%2F84803a02-79ed-46b3-8e71-32a7f1aaf511.png</url>
      <title>DEV Community: Marcus Rowe</title>
      <link>https://dev.to/marcusrowe</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/marcusrowe"/>
    <language>en</language>
    <item>
      <title>What 522 Real Discord Servers Reveal About Bot Usage</title>
      <dc:creator>Marcus Rowe</dc:creator>
      <pubDate>Wed, 19 Aug 2026 18:00:24 +0000</pubDate>
      <link>https://dev.to/marcusrowe/what-522-real-discord-servers-reveal-about-bot-usage-341o</link>
      <guid>https://dev.to/marcusrowe/what-522-real-discord-servers-reveal-about-bot-usage-341o</guid>
      <description>&lt;p&gt;We spend a lot of time talking about features when we talk about Discord bots. We compare command lists, dashboards, and integrations. But the most useful signal is not what a bot can do. It is what servers actually do after they add it. We looked at 522 external guilds that installed our bot and pulled the usage numbers. The pattern is clear, and it is not about missing features.&lt;/p&gt;

&lt;p&gt;Here is the raw data.&lt;/p&gt;

&lt;p&gt;Across 522 external guilds, 234 recorded any daily activity at all. Fewer than half of the servers that installed the bot ever had a single day of meaningful use. Installation and adoption are two different things, and this is the first place they split.&lt;/p&gt;

&lt;p&gt;The gap widens when we look at recent usage. Only 144 distinct external guilds messaged in the last 7 days. That is about a quarter of the 522 servers. In other words, most servers install a bot, but only about a quarter use it on a weekly basis. The other three quarters installed it, tried a command or two, and then drifted away.&lt;/p&gt;

&lt;p&gt;Today, the number is smaller still. Just 39 guilds were active today. That is a small fraction of the install base. The drop from 522 to 144 to 39 is not noise in the data. It is a funnel, and every server owner sits somewhere in that funnel.&lt;/p&gt;

&lt;p&gt;What does this tell a Discord server owner? The deciding moment for a bot is not the feature tour. It is the setup and the welcome.&lt;/p&gt;

&lt;p&gt;Most servers install a bot and then do nothing with it. The bot sits in the member list, silent. No one configured a channel. No one ran the onboarding. No one told members why the bot is there. Members ignore it, and the owner forgets it. That is how 522 installs become 39 active servers.&lt;/p&gt;

&lt;p&gt;The fix is to treat the first five minutes as the product. When you add a bot, finish the setup in the same session. Pick the channels. Set the commands. Run a test. Then welcome the bot to your community so members see it as part of the server, not as a tool that appeared and never spoke.&lt;/p&gt;

&lt;p&gt;The numbers also show that the weekly habit is the real milestone. Moving a server from installed to used in the last 7 days is the hard step. Servers that clear it are the ones that gave the bot a clear, recurring job, like greetings, moderation, or a daily check-in. Once a server crosses that line, the bot has a reason to stay.&lt;/p&gt;

&lt;p&gt;Before you add one more bot, ask two questions. What is the one job this bot will do every week? And what will you do in the first five minutes to make that job obvious? If you cannot answer both, the bot will likely join the silent majority.&lt;/p&gt;

&lt;p&gt;Setup and welcome are not afterthoughts. They are the whole game. Most servers install a bot. Only about a quarter use it weekly. Be the server that finishes the setup, announces the bot, and gives it a reason to show up again tomorrow.&lt;/p&gt;

&lt;p&gt;If you want to start with a bot that makes setup simple, you can &lt;a href="https://novadiscordbot.com/free-discord-bot" rel="noopener noreferrer"&gt;add our free Discord bot&lt;/a&gt; or &lt;a href="https://novadiscordbot.com/" rel="noopener noreferrer"&gt;learn more at Nova Discord Bot&lt;/a&gt;.&lt;/p&gt;

&lt;p&gt;The Nova Bot Team&lt;/p&gt;

</description>
      <category>discord</category>
      <category>community</category>
    </item>
    <item>
      <title>How to Stop Spam and Raids in a Discord Server (5-Minute Setup)</title>
      <dc:creator>Marcus Rowe</dc:creator>
      <pubDate>Sat, 15 Aug 2026 17:55:56 +0000</pubDate>
      <link>https://dev.to/marcusrowe/how-to-stop-spam-and-raids-in-a-discord-server-5-minute-setup-1465</link>
      <guid>https://dev.to/marcusrowe/how-to-stop-spam-and-raids-in-a-discord-server-5-minute-setup-1465</guid>
      <description>&lt;p&gt;Discord servers of every size get hit by spam bots, scam links, and raid attempts. A single raid can fill your channels with pings and junk in seconds, and that noise drives real members away. The good news is that you can stop most of it in about five minutes using Discord's built-in tools plus one free bot. This guide walks you through both.&lt;/p&gt;

&lt;h2&gt;
  
  
  Step 1: Turn on Discord's built-in AutoMod
&lt;/h2&gt;

&lt;p&gt;AutoMod is a native Discord feature that scans messages and blocks content that matches your rules. To set it up, open your server, click the server name, and choose Server Settings. Then open Safety Setup and select AutoMod.&lt;/p&gt;

&lt;p&gt;Create a rule for commonly flagged words. Add terms like "free nitro," "free gift," and other phrases spam accounts use. AutoMod can block the message, send an alert, or time out the user. Start with block message so spam never appears in your channels.&lt;/p&gt;

&lt;p&gt;Create a second rule to block suspicious links and mention spam. Mention spam is when a bot pings many members at once, a common raid tactic. Set a low limit, such as three mentions in one message, and AutoMod will catch it before it floods your notifications.&lt;/p&gt;

&lt;h2&gt;
  
  
  Step 2: Turn on verification settings
&lt;/h2&gt;

&lt;p&gt;Verification keeps new accounts from posting until they clear a gate. In Server Settings, open Safety Setup and look for the verification level. Raise it to require a verified email or a verified phone number. This alone stops many throwaway spam accounts.&lt;/p&gt;

&lt;p&gt;You can also enable membership screening. When screening is on, new members must agree to your rules and complete a simple gate before they can see or type in channels. Go to Server Settings, then Rules Screening, and turn it on with a short welcome note. Combined with AutoMod, these built-in settings handle a large share of everyday spam.&lt;/p&gt;

&lt;h2&gt;
  
  
  Step 3: Add Nova Bot for one-click raid protection
&lt;/h2&gt;

&lt;p&gt;Discord's tools are strong, but they do not block every scam link or slow down a coordinated raid. Nova Bot fills those gaps and is free to set up in one click. To add it, open the invite link, choose your server, grant the permissions it asks for, and the protections turn on automatically.&lt;/p&gt;

&lt;p&gt;Nova Bot adds dedicated spam and raid protection. It detects sudden join spikes, repeated message floods, and other raid patterns, then acts automatically. It also blocks invite links posted by non-staff, which stops raiders from pulling your members into a throwaway server. Scam-link blocking catches phishing and fake gift links before anyone clicks them.&lt;/p&gt;

&lt;p&gt;On top of that, Nova Bot can auto-warn or time out users who break the rules. Instead of a human watching every channel, the bot issues a warning or a timeout on its own so your mod team can review the situation later.&lt;/p&gt;

&lt;p&gt;Setting it up takes about a minute. You can find the full setup guide and feature list at &lt;a href="https://novadiscordbot.com/discord-auto-moderation-bot" rel="noopener noreferrer"&gt;https://novadiscordbot.com/discord-auto-moderation-bot&lt;/a&gt; and the main site at &lt;a href="https://novadiscordbot.com/" rel="noopener noreferrer"&gt;https://novadiscordbot.com/&lt;/a&gt;.&lt;/p&gt;

&lt;h2&gt;
  
  
  Wrap up
&lt;/h2&gt;

&lt;p&gt;Spend five minutes on this order: enable AutoMod rules, raise your verification level, turn on screening, then invite Nova Bot and let it handle raids, invite links, and scam links. You will have a much quieter server without paying for anything.&lt;/p&gt;

&lt;p&gt;The Nova Bot Team&lt;/p&gt;

</description>
      <category>discord</category>
    </item>
  </channel>
</rss>
