<?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: Khanmanan</title>
    <description>The latest articles on DEV Community by Khanmanan (@cwkhan).</description>
    <link>https://dev.to/cwkhan</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.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F613011%2Fceb943bc-fd40-412d-8546-588a204c258a.png</url>
      <title>DEV Community: Khanmanan</title>
      <link>https://dev.to/cwkhan</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/cwkhan"/>
    <language>en</language>
    <item>
      <title>How to Keep Your render or replit Projects Online 24/7 with hosting.aifordiscord.xyz</title>
      <dc:creator>Khanmanan</dc:creator>
      <pubDate>Wed, 30 Jul 2025 20:37:10 +0000</pubDate>
      <link>https://dev.to/cwkhan/how-to-keep-your-render-or-replit-projects-online-247-with-hostingaifordiscordxyz-4ddi</link>
      <guid>https://dev.to/cwkhan/how-to-keep-your-render-or-replit-projects-online-247-with-hostingaifordiscordxyz-4ddi</guid>
      <description>&lt;h1&gt;
  
  
  🚀 How to Keep Your render or replit Projects Online 24/7 with hosting.aifordiscord.xyz
&lt;/h1&gt;

&lt;p&gt;If you're hosting bots, APIs, or websites on &lt;a href="https://render.com" rel="noopener noreferrer"&gt;Render.com&lt;/a&gt; for free, you've probably noticed they go to sleep after a few minutes of inactivity. That results in &lt;strong&gt;cold starts&lt;/strong&gt; and &lt;strong&gt;delays&lt;/strong&gt;, especially when you need your project most.&lt;/p&gt;

&lt;p&gt;In this guide, I’ll show you how to keep your Render.com project &lt;strong&gt;alive 24/7&lt;/strong&gt; using a free service called &lt;a href="https://hosting.aifordiscord.xyz" rel="noopener noreferrer"&gt;&lt;code&gt;hosting.aifordiscord.xyz&lt;/code&gt;&lt;/a&gt;, built specifically for developers and bot makers.&lt;/p&gt;




&lt;h1&gt;
  
  
  🧠 Why Render.com Puts Projects to Sleep
&lt;/h1&gt;

&lt;p&gt;Render’s free web services are excellent for small apps and bots, but they come with limitations:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Apps go to sleep after 15 minutes of inactivity&lt;/li&gt;
&lt;li&gt;First request after sleep = cold start lag&lt;/li&gt;
&lt;li&gt;Limited monthly usage&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;This isn't great for bots, APIs, or uptime-critical tools — so we need a workaround.&lt;/p&gt;




&lt;h1&gt;
  
  
  🌐 What Is hosting.aifordiscord.xyz?
&lt;/h1&gt;

&lt;p&gt;&lt;a href="https://hosting.aifordiscord.xyz" rel="noopener noreferrer"&gt;&lt;code&gt;hosting.aifordiscord.xyz&lt;/code&gt;&lt;/a&gt; is a &lt;strong&gt;free uptime and pinging tool&lt;/strong&gt; made for developers using services like Render, Replit, Railway, etc.&lt;/p&gt;

&lt;h3&gt;
  
  
  🔥 Features:
&lt;/h3&gt;

&lt;ul&gt;
&lt;li&gt;Pings your app every 5 minutes&lt;/li&gt;
&lt;li&gt;Keeps Render projects awake 24/7&lt;/li&gt;
&lt;li&gt;0% downtime (compared to UptimeRobot's limits)&lt;/li&gt;
&lt;li&gt;Easy to use, no signup required&lt;/li&gt;
&lt;li&gt;Built for bot developers by &lt;a href="https://github.com/aifordiscord" rel="noopener noreferrer"&gt;@aifordiscord&lt;/a&gt;
&lt;/li&gt;
&lt;/ul&gt;




&lt;h1&gt;
  
  
  🛠️ How to Use It
&lt;/h1&gt;

&lt;h3&gt;
  
  
  ✅ 1. Deploy Your App on Render
&lt;/h3&gt;

&lt;p&gt;If you haven’t already:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Visit &lt;a href="https://render.com" rel="noopener noreferrer"&gt;render.com&lt;/a&gt;
&lt;/li&gt;
&lt;li&gt;Create a &lt;strong&gt;Web Service&lt;/strong&gt;
&lt;/li&gt;
&lt;li&gt;Connect your GitHub repo or use a Dockerfile&lt;/li&gt;
&lt;li&gt;Deploy and get your URL
Example: &lt;code&gt;https://your-app.onrender.com&lt;/code&gt;
&lt;/li&gt;
&lt;/ul&gt;




&lt;h3&gt;
  
  
  ✅ 2. Add Your URL to hosting.aifordiscord.xyz
&lt;/h3&gt;

&lt;ol&gt;
&lt;li&gt;Go to &lt;a href="https://hosting.aifordiscord.xyz" rel="noopener noreferrer"&gt;&lt;code&gt;hosting.aifordiscord.xyz&lt;/code&gt;&lt;/a&gt;
&lt;/li&gt;
&lt;li&gt;Enter your URL (e.g., &lt;code&gt;https://your-app.onrender.com&lt;/code&gt;)&lt;/li&gt;
&lt;li&gt;Click &lt;strong&gt;Submit&lt;/strong&gt;
&lt;/li&gt;
&lt;li&gt;Done! Your project is now pinged every 5 minutes 🚀&lt;/li&gt;
&lt;/ol&gt;

&lt;blockquote&gt;
&lt;p&gt;You can add multiple URLs, and there’s &lt;strong&gt;no account or email&lt;/strong&gt; required.&lt;/p&gt;
&lt;/blockquote&gt;




&lt;h1&gt;
  
  
  🧪 Bonus Tip: Use a &lt;code&gt;/ping&lt;/code&gt; or &lt;code&gt;/health&lt;/code&gt; Endpoint
&lt;/h1&gt;

&lt;p&gt;If you're running an API or bot backend, it’s a good idea to expose a lightweight route like &lt;code&gt;/ping&lt;/code&gt;:&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight javascript"&gt;&lt;code&gt;&lt;span class="nx"&gt;app&lt;/span&gt;&lt;span class="p"&gt;.&lt;/span&gt;&lt;span class="nf"&gt;get&lt;/span&gt;&lt;span class="p"&gt;(&lt;/span&gt;&lt;span class="dl"&gt;'&lt;/span&gt;&lt;span class="s1"&gt;/ping&lt;/span&gt;&lt;span class="dl"&gt;'&lt;/span&gt;&lt;span class="p"&gt;,&lt;/span&gt; &lt;span class="p"&gt;(&lt;/span&gt;&lt;span class="nx"&gt;req&lt;/span&gt;&lt;span class="p"&gt;,&lt;/span&gt; &lt;span class="nx"&gt;res&lt;/span&gt;&lt;span class="p"&gt;)&lt;/span&gt; &lt;span class="o"&gt;=&amp;gt;&lt;/span&gt; &lt;span class="p"&gt;{&lt;/span&gt;
  &lt;span class="nx"&gt;res&lt;/span&gt;&lt;span class="p"&gt;.&lt;/span&gt;&lt;span class="nf"&gt;status&lt;/span&gt;&lt;span class="p"&gt;(&lt;/span&gt;&lt;span class="mi"&gt;200&lt;/span&gt;&lt;span class="p"&gt;).&lt;/span&gt;&lt;span class="nf"&gt;send&lt;/span&gt;&lt;span class="p"&gt;(&lt;/span&gt;&lt;span class="dl"&gt;"&lt;/span&gt;&lt;span class="s2"&gt;Bot is alive!&lt;/span&gt;&lt;span class="dl"&gt;"&lt;/span&gt;&lt;span class="p"&gt;);&lt;/span&gt;
&lt;span class="p"&gt;});&lt;/span&gt;
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;p&gt;Then you can add this to the pinger:&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;https://your-app.onrender.com/ping
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;






&lt;h1&gt;
  
  
  💡 Why It's Better Than UptimeRobot
&lt;/h1&gt;

&lt;p&gt;While UptimeRobot is great, it:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Requires account setup&lt;/li&gt;
&lt;li&gt;Has a 5-minute minimum interval&lt;/li&gt;
&lt;li&gt;Limits monitors on free plan&lt;/li&gt;
&lt;li&gt;Sometimes misses requests&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;On the other hand:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;code&gt;hosting.aifordiscord.xyz&lt;/code&gt; has &lt;strong&gt;0% downtime&lt;/strong&gt;
&lt;/li&gt;
&lt;li&gt;No login, no limits, no fluff&lt;/li&gt;
&lt;li&gt;Built by the dev community for devs 👨‍💻&lt;/li&gt;
&lt;/ul&gt;




&lt;h1&gt;
  
  
  💬 Final Thoughts
&lt;/h1&gt;

&lt;p&gt;If you want your Render project to stay awake 24/7 with zero cost, &lt;code&gt;hosting.aifordiscord.xyz&lt;/code&gt; is the way to go. It's simple, fast, and optimized for bots and webhooks.&lt;/p&gt;

&lt;p&gt;Try it now, and say goodbye to cold starts forever 🔥&lt;/p&gt;




&lt;h1&gt;
  
  
  ✍️ Written by &lt;a href="https://dev.to/cwkhan"&gt;@cwkhan&lt;/a&gt;
&lt;/h1&gt;

&lt;p&gt;Building bots, APIs, and dev tools at &lt;a href="https://github.com/aifordiscord" rel="noopener noreferrer"&gt;Ai for Discord&lt;/a&gt;&lt;/p&gt;

</description>
    </item>
    <item>
      <title>How to make discord bot in 2025 | how to make discord bot in Andriod</title>
      <dc:creator>Khanmanan</dc:creator>
      <pubDate>Tue, 01 Jul 2025 05:36:09 +0000</pubDate>
      <link>https://dev.to/cwkhan/how-to-make-discord-bot-in-2025-how-to-make-discord-bot-in-andriod-36cp</link>
      <guid>https://dev.to/cwkhan/how-to-make-discord-bot-in-2025-how-to-make-discord-bot-in-andriod-36cp</guid>
      <description>&lt;h1&gt;
  
  
  AstraCord Setup Guide
&lt;/h1&gt;

&lt;p&gt;This guide will help you set up AstraCord on your server or development environment.&lt;/p&gt;

&lt;h2&gt;
  
  
  Prerequisites
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;Node.js 18 or higher&lt;/li&gt;
&lt;li&gt;Discord Developer Account&lt;/li&gt;
&lt;li&gt;Basic knowledge of Discord bots&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
  
  
  Discord Bot Setup
&lt;/h2&gt;

&lt;h3&gt;
  
  
  1. Create Discord Application
&lt;/h3&gt;

&lt;ol&gt;
&lt;li&gt;Go to &lt;a href="https://discord.com/developers/applications" rel="noopener noreferrer"&gt;Discord Developer Portal&lt;/a&gt;
&lt;/li&gt;
&lt;li&gt;Click "New Application"&lt;/li&gt;
&lt;li&gt;Name your application "AstraCord" (or your preferred name)&lt;/li&gt;
&lt;li&gt;Go to the "Bot" section&lt;/li&gt;
&lt;li&gt;Click "Add Bot"&lt;/li&gt;
&lt;li&gt;Save your bot token (keep this secret!)&lt;/li&gt;
&lt;/ol&gt;

&lt;h3&gt;
  
  
  2. Get Client ID
&lt;/h3&gt;

&lt;ol&gt;
&lt;li&gt;In the "General Information" section&lt;/li&gt;
&lt;li&gt;Copy your "Application ID" (this is your Client ID)&lt;/li&gt;
&lt;/ol&gt;

&lt;h3&gt;
  
  
  3. Bot Permissions
&lt;/h3&gt;

&lt;p&gt;AstraCord requires the following permissions:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Send Messages&lt;/li&gt;
&lt;li&gt;Use Slash Commands&lt;/li&gt;
&lt;li&gt;Embed Links&lt;/li&gt;
&lt;li&gt;Attach Files&lt;/li&gt;
&lt;li&gt;Read Message History&lt;/li&gt;
&lt;li&gt;Add Reactions&lt;/li&gt;
&lt;li&gt;Connect (for voice commands)&lt;/li&gt;
&lt;li&gt;Speak (for voice commands)&lt;/li&gt;
&lt;li&gt;Manage Messages (for moderation)&lt;/li&gt;
&lt;li&gt;Kick Members (for moderation)&lt;/li&gt;
&lt;li&gt;Ban Members (for moderation)&lt;/li&gt;
&lt;li&gt;Manage Roles (for moderation)&lt;/li&gt;
&lt;li&gt;Manage Channels (for moderation)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
  
  
  Installation
&lt;/h2&gt;

&lt;h3&gt;
  
  
  Local Development
&lt;/h3&gt;

&lt;ol&gt;
&lt;li&gt;
&lt;strong&gt;Clone the repository&lt;/strong&gt;
&lt;/li&gt;
&lt;/ol&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight shell"&gt;&lt;code&gt;   git clone https://github.com/aifordiscord/astracord.git
   &lt;span class="nb"&gt;cd &lt;/span&gt;astracord
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;ol&gt;
&lt;li&gt;
&lt;strong&gt;Install dependencies&lt;/strong&gt;
&lt;/li&gt;
&lt;/ol&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight shell"&gt;&lt;code&gt;   npm &lt;span class="nb"&gt;install&lt;/span&gt;
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;ol&gt;
&lt;li&gt;
&lt;strong&gt;Create environment file&lt;/strong&gt;
&lt;/li&gt;
&lt;/ol&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight shell"&gt;&lt;code&gt;   &lt;span class="c"&gt;# Create .env file&lt;/span&gt;
   &lt;span class="nv"&gt;DISCORD_TOKEN&lt;/span&gt;&lt;span class="o"&gt;=&lt;/span&gt;your_bot_token_here
   &lt;span class="nv"&gt;CLIENT_ID&lt;/span&gt;&lt;span class="o"&gt;=&lt;/span&gt;your_client_id_here
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;ol&gt;
&lt;li&gt;
&lt;strong&gt;Deploy commands&lt;/strong&gt;
&lt;/li&gt;
&lt;/ol&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight shell"&gt;&lt;code&gt;   node deploy-commands.js
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;ol&gt;
&lt;li&gt;
&lt;strong&gt;Start the bot&lt;/strong&gt;
&lt;/li&gt;
&lt;/ol&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight shell"&gt;&lt;code&gt;   npm start
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;h3&gt;
  
  
  Replit Deployment
&lt;/h3&gt;

&lt;ol&gt;
&lt;li&gt;
&lt;p&gt;&lt;strong&gt;Import to Replit&lt;/strong&gt;&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Go to &lt;a href="https://replit.com" rel="noopener noreferrer"&gt;Replit&lt;/a&gt;
&lt;/li&gt;
&lt;li&gt;Create new Repl from GitHub&lt;/li&gt;
&lt;li&gt;Enter: &lt;code&gt;https://github.com/aifordiscord/astracord&lt;/code&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;&lt;strong&gt;Set Environment Variables&lt;/strong&gt;&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Go to Secrets tab in Replit&lt;/li&gt;
&lt;li&gt;Add &lt;code&gt;DISCORD_TOKEN&lt;/code&gt; with your bot token&lt;/li&gt;
&lt;li&gt;Add &lt;code&gt;CLIENT_ID&lt;/code&gt; with your application ID&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;&lt;p&gt;&lt;strong&gt;Deploy Commands&lt;/strong&gt;&lt;br&gt;
&lt;/p&gt;&lt;/li&gt;
&lt;/ol&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight shell"&gt;&lt;code&gt;   node deploy-commands.js
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;ol&gt;
&lt;li&gt;
&lt;strong&gt;Run the Bot&lt;/strong&gt;
&lt;/li&gt;
&lt;/ol&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight shell"&gt;&lt;code&gt;   npm start
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;h3&gt;
  
  
  Docker Deployment
&lt;/h3&gt;

&lt;ol&gt;
&lt;li&gt;
&lt;strong&gt;Create Dockerfile&lt;/strong&gt; (if not exists)
&lt;/li&gt;
&lt;/ol&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight docker"&gt;&lt;code&gt;   FROM node:18-alpine
   WORKDIR /app
   COPY package*.json ./
   RUN npm install
   COPY . .
   CMD ["npm", "start"]
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;ol&gt;
&lt;li&gt;
&lt;strong&gt;Build and Run&lt;/strong&gt;
&lt;/li&gt;
&lt;/ol&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight shell"&gt;&lt;code&gt;   docker build &lt;span class="nt"&gt;-t&lt;/span&gt; astracord &lt;span class="nb"&gt;.&lt;/span&gt;
   docker run &lt;span class="nt"&gt;-e&lt;/span&gt; &lt;span class="nv"&gt;DISCORD_TOKEN&lt;/span&gt;&lt;span class="o"&gt;=&lt;/span&gt;your_token &lt;span class="nt"&gt;-e&lt;/span&gt; &lt;span class="nv"&gt;CLIENT_ID&lt;/span&gt;&lt;span class="o"&gt;=&lt;/span&gt;your_id astracord
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;h2&gt;
  
  
  Configuration
&lt;/h2&gt;

&lt;h3&gt;
  
  
  Custom Emojis
&lt;/h3&gt;

&lt;p&gt;Edit &lt;code&gt;data/emojis.json&lt;/code&gt; to customize emojis:&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight json"&gt;&lt;code&gt;&lt;span class="p"&gt;{&lt;/span&gt;&lt;span class="w"&gt;
  &lt;/span&gt;&lt;span class="nl"&gt;"success"&lt;/span&gt;&lt;span class="p"&gt;:&lt;/span&gt;&lt;span class="w"&gt; &lt;/span&gt;&lt;span class="s2"&gt;"✅"&lt;/span&gt;&lt;span class="p"&gt;,&lt;/span&gt;&lt;span class="w"&gt;
  &lt;/span&gt;&lt;span class="nl"&gt;"error"&lt;/span&gt;&lt;span class="p"&gt;:&lt;/span&gt;&lt;span class="w"&gt; &lt;/span&gt;&lt;span class="s2"&gt;"❌"&lt;/span&gt;&lt;span class="p"&gt;,&lt;/span&gt;&lt;span class="w"&gt;
  &lt;/span&gt;&lt;span class="nl"&gt;"info"&lt;/span&gt;&lt;span class="p"&gt;:&lt;/span&gt;&lt;span class="w"&gt; &lt;/span&gt;&lt;span class="s2"&gt;"ℹ️"&lt;/span&gt;&lt;span class="p"&gt;,&lt;/span&gt;&lt;span class="w"&gt;
  &lt;/span&gt;&lt;span class="nl"&gt;"warning"&lt;/span&gt;&lt;span class="p"&gt;:&lt;/span&gt;&lt;span class="w"&gt; &lt;/span&gt;&lt;span class="s2"&gt;"⚠️"&lt;/span&gt;&lt;span class="p"&gt;,&lt;/span&gt;&lt;span class="w"&gt;
  &lt;/span&gt;&lt;span class="nl"&gt;"loading"&lt;/span&gt;&lt;span class="p"&gt;:&lt;/span&gt;&lt;span class="w"&gt; &lt;/span&gt;&lt;span class="s2"&gt;"⏳"&lt;/span&gt;&lt;span class="p"&gt;,&lt;/span&gt;&lt;span class="w"&gt;
  &lt;/span&gt;&lt;span class="nl"&gt;"fun"&lt;/span&gt;&lt;span class="p"&gt;:&lt;/span&gt;&lt;span class="w"&gt; &lt;/span&gt;&lt;span class="s2"&gt;"🎭"&lt;/span&gt;&lt;span class="p"&gt;,&lt;/span&gt;&lt;span class="w"&gt;
  &lt;/span&gt;&lt;span class="nl"&gt;"games"&lt;/span&gt;&lt;span class="p"&gt;:&lt;/span&gt;&lt;span class="w"&gt; &lt;/span&gt;&lt;span class="s2"&gt;"🎮"&lt;/span&gt;&lt;span class="p"&gt;,&lt;/span&gt;&lt;span class="w"&gt;
  &lt;/span&gt;&lt;span class="nl"&gt;"moderation"&lt;/span&gt;&lt;span class="p"&gt;:&lt;/span&gt;&lt;span class="w"&gt; &lt;/span&gt;&lt;span class="s2"&gt;"🛡️"&lt;/span&gt;&lt;span class="p"&gt;,&lt;/span&gt;&lt;span class="w"&gt;
  &lt;/span&gt;&lt;span class="nl"&gt;"voice"&lt;/span&gt;&lt;span class="p"&gt;:&lt;/span&gt;&lt;span class="w"&gt; &lt;/span&gt;&lt;span class="s2"&gt;"🎵"&lt;/span&gt;&lt;span class="w"&gt;
&lt;/span&gt;&lt;span class="p"&gt;}&lt;/span&gt;&lt;span class="w"&gt;
&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;h3&gt;
  
  
  Bot Settings
&lt;/h3&gt;

&lt;p&gt;Modify &lt;code&gt;config.js&lt;/code&gt; for customization:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Change bot colors&lt;/li&gt;
&lt;li&gt;Update activity messages&lt;/li&gt;
&lt;li&gt;Adjust cooldowns&lt;/li&gt;
&lt;li&gt;Add owner IDs&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
  
  
  Inviting the Bot
&lt;/h2&gt;

&lt;p&gt;Generate an invite link:&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;https://discord.com/api/oauth2/authorize?client_id=YOUR_CLIENT_ID&amp;amp;permissions=8&amp;amp;scope=bot%20applications.commands
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;p&gt;Replace &lt;code&gt;YOUR_CLIENT_ID&lt;/code&gt; with your actual client ID.&lt;/p&gt;

&lt;h2&gt;
  
  
  Troubleshooting
&lt;/h2&gt;

&lt;h3&gt;
  
  
  Common Issues
&lt;/h3&gt;

&lt;p&gt;&lt;strong&gt;Bot doesn't respond to commands:&lt;/strong&gt;&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Ensure bot has proper permissions&lt;/li&gt;
&lt;li&gt;Check if commands are deployed globally&lt;/li&gt;
&lt;li&gt;Verify bot token is correct&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;strong&gt;Permission errors:&lt;/strong&gt;&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Make sure bot role is above roles it needs to manage&lt;/li&gt;
&lt;li&gt;Check individual channel permissions&lt;/li&gt;
&lt;li&gt;Ensure bot has Administrator permission or specific permissions&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;strong&gt;Commands not appearing:&lt;/strong&gt;&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Run &lt;code&gt;node deploy-commands.js&lt;/code&gt; again&lt;/li&gt;
&lt;li&gt;Wait up to 1 hour for global commands to update&lt;/li&gt;
&lt;li&gt;Try adding to a test server first&lt;/li&gt;
&lt;/ul&gt;

&lt;h3&gt;
  
  
  Getting Help
&lt;/h3&gt;

&lt;ul&gt;
&lt;li&gt;Join our support server: &lt;a href="https://dsc.gg/aifordiscord" rel="noopener noreferrer"&gt;https://dsc.gg/aifordiscord&lt;/a&gt;
&lt;/li&gt;
&lt;li&gt;Check GitHub issues: &lt;a href="https://github.com/aifordiscord/astracord/issues" rel="noopener noreferrer"&gt;https://github.com/aifordiscord/astracord/issues&lt;/a&gt;
&lt;/li&gt;
&lt;li&gt;Read Discord.js documentation: &lt;a href="https://discord.js.org" rel="noopener noreferrer"&gt;https://discord.js.org&lt;/a&gt;
&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
  
  
  Production Deployment
&lt;/h2&gt;

&lt;h3&gt;
  
  
  Process Managers
&lt;/h3&gt;

&lt;p&gt;&lt;strong&gt;PM2 (Recommended):&lt;/strong&gt;&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight shell"&gt;&lt;code&gt;npm &lt;span class="nb"&gt;install&lt;/span&gt; &lt;span class="nt"&gt;-g&lt;/span&gt; pm2
pm2 start index.js &lt;span class="nt"&gt;--name&lt;/span&gt; astracord
pm2 startup
pm2 save
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;p&gt;&lt;strong&gt;Forever:&lt;/strong&gt;&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight shell"&gt;&lt;code&gt;npm &lt;span class="nb"&gt;install&lt;/span&gt; &lt;span class="nt"&gt;-g&lt;/span&gt; forever
forever start index.js
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;h3&gt;
  
  
  Monitoring
&lt;/h3&gt;

&lt;p&gt;Monitor your bot with:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;PM2 monitoring: &lt;code&gt;pm2 monit&lt;/code&gt;
&lt;/li&gt;
&lt;li&gt;Log files: Check &lt;code&gt;logs/&lt;/code&gt; directory&lt;/li&gt;
&lt;li&gt;Discord API status: &lt;a href="https://discordstatus.com" rel="noopener noreferrer"&gt;https://discordstatus.com&lt;/a&gt;
&lt;/li&gt;
&lt;/ul&gt;

&lt;h3&gt;
  
  
  Updates
&lt;/h3&gt;

&lt;p&gt;To update AstraCord:&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight shell"&gt;&lt;code&gt;git pull origin main
npm &lt;span class="nb"&gt;install
&lt;/span&gt;node deploy-commands.js
pm2 restart astracord
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;h2&gt;
  
  
  Security
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;Never share your bot token&lt;/li&gt;
&lt;li&gt;Use environment variables for secrets&lt;/li&gt;
&lt;li&gt;Regularly update dependencies&lt;/li&gt;
&lt;li&gt;Monitor logs for suspicious activity&lt;/li&gt;
&lt;li&gt;Limit bot permissions to what's needed&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
  
  
  Support
&lt;/h2&gt;

&lt;p&gt;Need help? We're here for you:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Discord Support: &lt;a href="https://dsc.gg/aifordiscord" rel="noopener noreferrer"&gt;https://dsc.gg/aifordiscord&lt;/a&gt;
&lt;/li&gt;
&lt;li&gt;GitHub Issues: &lt;a href="https://github.com/aifordiscord/astracord/issues" rel="noopener noreferrer"&gt;https://github.com/aifordiscord/astracord/issues&lt;/a&gt;
&lt;/li&gt;
&lt;li&gt;Documentation: Check README.md&lt;/li&gt;
&lt;/ul&gt;

</description>
    </item>
    <item>
      <title>How to host discord bot 24/7 using Heroku</title>
      <dc:creator>Khanmanan</dc:creator>
      <pubDate>Fri, 18 Nov 2022 19:45:26 +0000</pubDate>
      <link>https://dev.to/cwkhan/how-to-host-discord-bot-247-using-heroku-ao</link>
      <guid>https://dev.to/cwkhan/how-to-host-discord-bot-247-using-heroku-ao</guid>
      <description>&lt;p&gt;Hey everyone, in this quick tutorial I'm going to show you how to host your discord bot 24/7 for free using Heroku.&lt;/p&gt;

&lt;p&gt;Hhh What you'll need: &lt;/p&gt;

&lt;p&gt;-A discord bot (duh)&lt;br&gt;
-Some knowledge of Javascript and the Discord.js library &lt;br&gt;
-A Heroku account (sign up here: &lt;a href="https://signup.heroku.com/" rel="noopener noreferrer"&gt;https://signup.heroku.com/&lt;/a&gt;) &lt;/p&gt;

&lt;p&gt;Once you have all of that, head over to your Heroku account and create a new app. Give it a name (this can be anything) and set the region to whichever is closest to you. After that, select "Create App".&lt;/p&gt;

&lt;p&gt;Once the app has been created, head over to the "Deploy" tab and scroll down to the "Manual Deploy" section. Select the branch you want to deploy from (usually this will be "master") and click "Deploy Branch". Now, wait for the deploy to finish.Once it has finished, head over to the "Resources" tab and click "Add a resource". Search for "Heroku Scheduler" and select it. Once you've added the Scheduler, head over to the "Settings" tab and click "Reveal Config Vars". You will need to set two config variables: BOT_TOKEN and CLIENT_ID. The BOT_TOKEN is your bot's token (you can find this in the discord developer portal) and the CLIENT_ID is your Discord application's client ID (also found in the developer portal).After you've set those, head over to the "Heroku Scheduler" tab and create a new job. In the "Command" field, type in "node bot.js" (or whatever your main file is called) and in the "Frequency" field, select how often you want your bot to be restarted. I usually just set mine to "Daily". After that, click "Add Job" and you're all done! Your bot should now be up and running 24/7.&lt;/p&gt;

&lt;p&gt;If you have any questions, feel free to leave them in the comments below and I'll try to get back to you as soon as I can. &lt;/p&gt;

&lt;p&gt;As always, thanks for reading and I hope this helped you out.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2F34furj6i5xm6csf6m9pf.jpg" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2F34furj6i5xm6csf6m9pf.jpg" alt="Image.png" width="800" height="450"&gt;&lt;/a&gt;&lt;/p&gt;

</description>
    </item>
    <item>
      <title>How to get mongodb url for discord bot ?</title>
      <dc:creator>Khanmanan</dc:creator>
      <pubDate>Fri, 16 Jul 2021 18:06:08 +0000</pubDate>
      <link>https://dev.to/cwkhan/how-to-get-mongodb-url-for-discord-bot-3gc5</link>
      <guid>https://dev.to/cwkhan/how-to-get-mongodb-url-for-discord-bot-3gc5</guid>
      <description>&lt;p&gt;Credits to  msv &lt;/p&gt;

&lt;h1&gt;
  
  
  Join our discord server if u don't understand 😑
&lt;/h1&gt;

&lt;p&gt;&lt;a href="https://dsc.gg/cwkhan" rel="noopener noreferrer"&gt;Discord&lt;/a&gt;&lt;/p&gt;

&lt;h1&gt;
  
  
  Mongo Database Setup 🌿
&lt;/h1&gt;

&lt;ul&gt;
&lt;li&gt;Come on official MongoDB website. &lt;a href="https://account.mongodb.com/account/register" rel="noopener noreferrer"&gt;Register&lt;/a&gt; or &lt;a href="https://account.mongodb.com/account/login" rel="noopener noreferrer"&gt;Login&lt;/a&gt; into your account.&lt;/li&gt;
&lt;li&gt;After registration, you will be transferred to another page. You need to click on the green button, then write the name of your project in the window that opens (no matter what you write, this will not affect the work.) Click on the green button. Examples:&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fcdn.discordapp.com%2Fattachments%2F667072123914813444%2F686353659650768939%2FIMG_20200309_035249.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fcdn.discordapp.com%2Fattachments%2F667072123914813444%2F686353659650768939%2FIMG_20200309_035249.png" width="800" height="400"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fcdn.discordapp.com%2Fattachments%2F667072123914813444%2F686353659331870865%2FIMG_20200309_035651.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fcdn.discordapp.com%2Fattachments%2F667072123914813444%2F686353659331870865%2FIMG_20200309_035651.png" width="800" height="400"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;After that, you will be asked to enter Add Members and Set Permissions. At this stage, you can just catch a cold, citing the green button (it plays no role.)&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fcdn.discordapp.com%2Fattachments%2F667072123914813444%2F686353658962640904%2FIMG_20200309_035747.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fcdn.discordapp.com%2Fattachments%2F667072123914813444%2F686353658962640904%2FIMG_20200309_035747.png" width="800" height="400"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;And so, we have created our project, now let's create a "cluster". Click on the &lt;strong&gt;Build a Cluster&lt;/strong&gt; button, then in the window that opens, simply click the green &lt;strong&gt;Create cluster&lt;/strong&gt; button (You can also change the name of the cluster if you wish, by default it is "Cluster0")&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fcdn.discordapp.com%2Fattachments%2F667072123914813444%2F686353658648199200%2FIMG_20200309_035819.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fcdn.discordapp.com%2Fattachments%2F667072123914813444%2F686353658648199200%2FIMG_20200309_035819.png" width="800" height="400"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fcdn.discordapp.com%2Fattachments%2F667072123914813444%2F686353658299809807%2FIMG_20200309_035851.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fcdn.discordapp.com%2Fattachments%2F667072123914813444%2F686353658299809807%2FIMG_20200309_035851.png" width="800" height="400"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;After you clicked on the &lt;strong&gt;Create cluster&lt;/strong&gt; button. You should wait 1-3 minutes.&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fcdn.discordapp.com%2Fattachments%2F667072123914813444%2F686353627912208447%2FIMG_20200309_035925.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fcdn.discordapp.com%2Fattachments%2F667072123914813444%2F686353627912208447%2FIMG_20200309_035925.png" width="800" height="400"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;After our cluster has been created, you will see this picture:&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fcdn.discordapp.com%2Fattachments%2F667072123914813444%2F686353627736178702%2FIMG_20200309_040013.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fcdn.discordapp.com%2Fattachments%2F667072123914813444%2F686353627736178702%2FIMG_20200309_040013.png" width="800" height="400"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Okay! The floor is done. Next, go to the &lt;strong&gt;Database Access&lt;/strong&gt; tab. Screenshot:&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fcdn.discordapp.com%2Fattachments%2F667072123914813444%2F686353627509817527%2FIMG_20200309_040207.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fcdn.discordapp.com%2Fattachments%2F667072123914813444%2F686353627509817527%2FIMG_20200309_040207.png" width="800" height="400"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;After switching to this tab, we see a green button with the inscription &lt;strong&gt;ADD NEW USER&lt;/strong&gt;, in the window that opens, set the rights "Atlas Admin". Then write your name and the desired password (it is worthwhile to understand that through these data you will enter the database. So write down your password on a piece of paper or notebook.) Save! Screenshot:&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fcdn.discordapp.com%2Fattachments%2F667072123914813444%2F686353627320680467%2FIMG_20200309_040424.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fcdn.discordapp.com%2Fattachments%2F667072123914813444%2F686353627320680467%2FIMG_20200309_040424.png" width="800" height="400"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Now. Go to the &lt;strong&gt;Network Access&lt;/strong&gt; tab.&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fcdn.discordapp.com%2Fattachments%2F667072123914813444%2F686353626209452081%2FIMG_20200309_042002.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fcdn.discordapp.com%2Fattachments%2F667072123914813444%2F686353626209452081%2FIMG_20200309_042002.png" width="800" height="400"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;We see a green button with the inscription &lt;strong&gt;&lt;em&gt;ADD IP ADDRESS&lt;/em&gt;&lt;/strong&gt;, poke. In the window that opens, in the line "&lt;strong&gt;Whitelist Entry&lt;/strong&gt;", write the value &lt;strong&gt;&lt;em&gt;0.0.0.0/0&lt;/em&gt;&lt;/strong&gt;. A comment is optional. We save.&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fcdn.discordapp.com%2Fattachments%2F667072123914813444%2F686353627106902047%2FIMG_20200309_040548.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fcdn.discordapp.com%2Fattachments%2F667072123914813444%2F686353627106902047%2FIMG_20200309_040548.png" width="800" height="400"&gt;&lt;/a&gt;&lt;/p&gt;



&lt;ul&gt;
&lt;li&gt;[🎉] Congratulations! We have created a base, now we need a link to connect to the base. To do this, again go to the &lt;strong&gt;Clusters&lt;/strong&gt; tab&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fcdn.discordapp.com%2Fattachments%2F667072123914813444%2F686353626029228097%2FIMG_20200309_042035.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fcdn.discordapp.com%2Fattachments%2F667072123914813444%2F686353626029228097%2FIMG_20200309_042035.png" width="800" height="400"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;We see our newly created cluster. We find a button labeled CONNECT, press it. A window opens, click the second section ("Connect Using MongoDB Compass"). After that you will see the copy button (this link cannot be shown to people. If they find out the name and password from the database, they will be able to manage your database.)&lt;/p&gt;

</description>
    </item>
    <item>
      <title>How to host discord bot 24/7 on replit 2022 | cwkhan</title>
      <dc:creator>Khanmanan</dc:creator>
      <pubDate>Sun, 04 Jul 2021 06:49:00 +0000</pubDate>
      <link>https://dev.to/cwkhan/hosting-discord-bot-on-replit-1lo0</link>
      <guid>https://dev.to/cwkhan/hosting-discord-bot-on-replit-1lo0</guid>
      <description>&lt;p&gt;Want host discord.js bot replit 24/7 ?&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;1 Go to ur project&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;2 Go to ur project main file&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;3 put these code in your main file&lt;/strong&gt;&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight javascript"&gt;&lt;code&gt;&lt;span class="nf"&gt;require&lt;/span&gt;&lt;span class="p"&gt;(&lt;/span&gt;&lt;span class="dl"&gt;'&lt;/span&gt;&lt;span class="s1"&gt;http&lt;/span&gt;&lt;span class="dl"&gt;'&lt;/span&gt;&lt;span class="p"&gt;).&lt;/span&gt;&lt;span class="nf"&gt;createServer&lt;/span&gt;&lt;span class="p"&gt;((&lt;/span&gt;&lt;span class="nx"&gt;req&lt;/span&gt;&lt;span class="p"&gt;,&lt;/span&gt; &lt;span class="nx"&gt;res&lt;/span&gt;&lt;span class="p"&gt;)&lt;/span&gt; &lt;span class="o"&gt;=&amp;gt;&lt;/span&gt; &lt;span class="nx"&gt;res&lt;/span&gt;&lt;span class="p"&gt;.&lt;/span&gt;&lt;span class="nf"&gt;end&lt;/span&gt;&lt;span class="p"&gt;(&lt;/span&gt;&lt;span class="dl"&gt;'&lt;/span&gt;&lt;span class="s1"&gt;Bot is alive!&lt;/span&gt;&lt;span class="dl"&gt;'&lt;/span&gt;&lt;span class="p"&gt;)).&lt;/span&gt;&lt;span class="nf"&gt;listen&lt;/span&gt;&lt;span class="p"&gt;(&lt;/span&gt;&lt;span class="mi"&gt;3000&lt;/span&gt;&lt;span class="p"&gt;)&lt;/span&gt;
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;p&gt;Now u can see website icon on replit&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;4 now copy ur website url&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;5 go to these websites&lt;a href="https://apptime.eu.org" rel="noopener noreferrer"&gt;apptime&lt;/a&gt; &lt;/p&gt;

&lt;p&gt;&lt;strong&gt;How to Use&lt;/strong&gt;&lt;br&gt;
Learn how to create your new monitor in just 2 minutes.&lt;/p&gt;

&lt;p&gt;5&lt;br&gt;
&lt;strong&gt;Sign In&lt;/strong&gt;&lt;br&gt;
Sign In to Apptime.&lt;/p&gt;

&lt;p&gt;6&lt;br&gt;
&lt;strong&gt;Create new Monitor&lt;/strong&gt;&lt;br&gt;
Create your new monitor on the Dashboard page.&lt;/p&gt;

&lt;p&gt;7&lt;br&gt;
Finish!&lt;br&gt;
Yes, that's all.&lt;br&gt;
 &lt;/p&gt;
&lt;a href="https://youtu.be/O24Q02LpFl4" rel="noopener noreferrer"&gt; &lt;br&gt;
    &lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fcdn.discordapp.com%2Fattachments%2F815889753492291595%2F933629539601489930%2Funknown.png" alt="Automodbot" width="800" height="400"&gt;&lt;br&gt;
&lt;/a&gt; 

&lt;p&gt;8 if u  not understand here is the &lt;a href="https://youtu.be/O24Q02LpFl4" rel="noopener noreferrer"&gt;totureal&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;join our &lt;a href="https://dsc.gg/kmdevs" rel="noopener noreferrer"&gt;discord server&lt;/a&gt;&lt;/p&gt;

</description>
      <category>replit</category>
      <category>discord</category>
      <category>javascript</category>
      <category>hosting</category>
    </item>
    <item>
      <title>How to make welcome bot discord.js</title>
      <dc:creator>Khanmanan</dc:creator>
      <pubDate>Mon, 26 Apr 2021 21:07:20 +0000</pubDate>
      <link>https://dev.to/cwkhan/how-to-make-welcomer-bot-discord-js-4khm</link>
      <guid>https://dev.to/cwkhan/how-to-make-welcomer-bot-discord-js-4khm</guid>
      <description>&lt;h3&gt;
  
  
  How to make welcomer bot discord.js ? In 1m
&lt;/h3&gt;

&lt;h3&gt;
  
  
  1&lt;a href="https://GitHub.com/khanmanan/welcomer-bot-discord.js" rel="noopener noreferrer"&gt;FIRST GO TO&lt;/a&gt;
&lt;/h3&gt;

&lt;h3&gt;
  
  
  Then Click on clone copy link
&lt;/h3&gt;

&lt;p&gt;And go to replit then click on import from git&lt;br&gt;
Wehn ur import complete then Click on 🔒 icon then make a new secreet TOKEN = VALU BOT TOKEN&lt;br&gt;
then click on run&lt;br&gt;
If u got any error &lt;br&gt;
Join our discord server&lt;br&gt;
&lt;a href="https://discord.gg/uC5bAzvmX5" rel="noopener noreferrer"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/http%3A%2F%2Finvidget.switchblade.xyz%2FuC5bAzvmX5" width="800" height="400"&gt;&lt;/a&gt;&lt;/p&gt;





&lt;h3&gt;
  
  
  watch totureals
&lt;/h3&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fyoutu.be%2FwNJfGON1qQo" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fyoutu.be%2FwNJfGON1qQo" alt="Tutorial" width="" height=""&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fp2j8m36yd2gxo1l629s2.jpg" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fp2j8m36yd2gxo1l629s2.jpg" alt="Example" width="800" height="450"&gt;&lt;/a&gt;&lt;/p&gt;

</description>
    </item>
    <item>
      <title>How to make moderation bot discord.js</title>
      <dc:creator>Khanmanan</dc:creator>
      <pubDate>Mon, 12 Apr 2021 12:59:04 +0000</pubDate>
      <link>https://dev.to/cwkhan/how-to-make-discord-js-moderation-bot-no-code-50of</link>
      <guid>https://dev.to/cwkhan/how-to-make-discord-js-moderation-bot-no-code-50of</guid>
      <description>&lt;p&gt;How to mae discord bot in 5 mins ? &lt;br&gt;
Esy go check out &lt;/p&gt;

&lt;p&gt;&lt;a href="https://youtu.be/TXzZABndSj8" rel="noopener noreferrer"&gt;https://youtu.be/TXzZABndSj8&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;First got to &lt;a href="https://replit.com/@khanmanam/automod-bot-10#.env" rel="noopener noreferrer"&gt;https://replit.com/@khanmanam/automod-bot-10#.env&lt;/a&gt; click on frok icon&lt;br&gt;
Then make a new file called .env&lt;br&gt;
Then put in .env TOKEN= YOUR BOT TOKEN HERE&lt;br&gt;
then click on run ur bot is ringing now how to host ?&lt;br&gt;
Go to &lt;a href="https://hosting.cwkha.tk" rel="noopener noreferrer"&gt;https://hosting.cwkha.tk&lt;/a&gt; put ur repl  Url&lt;/p&gt;

&lt;p&gt;&lt;a href="https://www.youtube.com/embed/TXzZABndSj8?autoplay=1" rel="noopener noreferrer"&gt;https://www.youtube.com/embed/TXzZABndSj8?autoplay=1&lt;/a&gt;&lt;/p&gt;

</description>
    </item>
  </channel>
</rss>
