وب سایت تخصصی شرکت فرین
دسته بندی دوره ها

Develop Discord Bots in Nodejs: Complete Course in 2023

سرفصل های دوره

Learn To Develop Discord Bots in 2023 With Updated New Content


01 - Introduction
  • 001 In this course
  • 002 Instructor introduction
  • 003 Course updates for free
  • 004 Course Updates List (2023).html
  • 005 At Your Own Pace
  • 006 Course Structure & What you want

  • 02 - Prerequisites (2023)
  • 001 Section Objective
  • 002 Links to Software Required.html
  • 003 Nodejs Programming Language
  • 004 Visual Studio Code
  • 005 Version Control of Software
  • 006 Visual Studio Code Commands.html
  • 007 Creating a new Discord Server
  • 008 Creating a Discord Bot Application
  • 009 save + restart bot file.html
  • 010 The Next Step

  • 03 - (Optional) Nodejs Basics (2023)
  • 001 Section Objective
  • 002 console.log()
  • 002 nodejs-basics.zip
  • 003 Variables and Variable Types
  • 003 nodejs-basics.zip
  • 004 console.log + variables.html
  • 005 For loops
  • 005 nodejs-basics.zip
  • 006 Array
  • 006 nodejs-basics.zip
  • 007 For loop + Array.html
  • 008 If, else if, else statements
  • 008 nodejs-basics.zip
  • 009 If Statements Text Lecture.html
  • 010 Functions
  • 010 nodejs-basics.zip
  • 011 functions text lecture.html
  • 012 JSON Data Preperation
  • 012 json-code.zip
  • 013 JSON Data text lecture.html
  • 014 Temperature Converter Program
  • 014 tempconverter-project.zip
  • 015 Weight Converter Program
  • 015 weightconverter-project.zip
  • 016 Writing Comments
  • 016 commented-source-code.zip
  • 017 Convert Milliseconds to Date and Time
  • 017 date-time-project.zip
  • 018 foreach-is-not-a-function.zip
  • 018 .forEach() is not a function
  • 019 When to use const variable
  • 020 The Next Step

  • 04 - Hello World Bot Updated (2023)
  • 001 Section Objective
  • 002 Course & Code Update 2023.html
  • 003 Creating a Discord Server
  • 004 Discord Bot Creation
  • 005 Inviting the Bot Update
  • 006 app.js + Inviting the Bot
  • 007 Discord.js
  • 007 hello-world-bot-2022.zip
  • 008 hello-world-bot-2022.zip
  • 008 npm Installation
  • 009 Discord.js Course Update
  • 010 Client Intents Partials Update
  • 010 hello-world-bot-2023.zip
  • 011 Ready & Login Update
  • 011 hello-world-bot-2023.zip
  • 012 Token Safety Update
  • 012 hello-world-bot-2023.zip
  • 013 Hello World! Update
  • 013 hello-world-bot-2023.zip
  • 014 Help Commands Update
  • 014 hello-world-bot-2023.zip
  • 015 Math Example Update
  • 015 hello-world-bot-2023.zip
  • 016 hello-world-bot-2023.zip
  • 016 .createdTimestamp Update
  • 017 Node.js Promise Update
  • 017 hello-world-bot-2023.zip
  • 018 hello-world-bot-2023.zip
  • 018 .joinedTimestamp Update

  • 05 - Hosting A Discord bot & Web Servers (2023)
  • 001 Section Objective
  • 002 Hosting Bots (nodejs applications).html
  • 003 How To Host Your Bot
  • 004 Token Security
  • 005 Node.js Web Server & Discord Bot.html

  • 06 - Rock, Paper or Scissors Bot (2023)
  • 001 Section Objective
  • 002 Bot Template.html
  • 002 discord-bot-template.zip
  • 003 Game Logic
  • 003 discord-bot-template.zip
  • 003 rock-paper-scissors-game-logic.zip
  • 004 User Input
  • 004 discord-bot-template.zip
  • 004 rock-paper-scissors-game-part-1-source-code.zip
  • 005 Deciding Who Won
  • 005 discord-bot-template.zip
  • 005 rock-paper-scissors-game-part-1-source-code.zip
  • 006 StatusMessage
  • 006 discord-bot-template.zip
  • 006 rock-paper-scissors-game-part-1-source-code.zip
  • 007 Saving Game Logic
  • 007 discord-bot-template.zip
  • 007 save-data-logic.zip
  • 008 Object Structure
  • 008 discord-bot-template.zip
  • 008 rock-paper-scissors-bot-part-2-save-data.zip
  • 009 Saving Data Demo
  • 009 discord-bot-template.zip
  • 009 rock-paper-scissors-bot-part-2-save-data.zip
  • 010 Read Data Demo
  • 010 discord-bot-template.zip
  • 010 rock-paper-scissors-bot-part-2-save-data.zip
  • 011 discord-bot-template.zip
  • 011 rock-paper-scissors-bot-part-2-save-data.zip
  • 011 saveGame()
  • 012 discord-bot-template.zip
  • 012 newGame = true
  • 012 rock-paper-scissors-bot-part-2-save-data.zip
  • 013 Create a New Game
  • 013 discord-bot-template.zip
  • 013 rock-paper-scissors-bot-part-2-save-data.zip
  • 014 Fixing Paper & Scissors Command
  • 014 discord-bot-template.zip
  • 014 rock-paper-scissors-bot-part-2-save-data.zip
  • 015 Display Game Data Logic
  • 015 discord-bot-template.zip
  • 015 display-game-data-logic.zip
  • 016 Return All Games
  • 016 discord-bot-template.zip
  • 016 rock-paper-scissors-part-3-display-data-source-code.zip
  • 017 Return Specific Game
  • 017 discord-bot-template.zip
  • 017 rock-paper-scissors-part-3-display-data-source-code.zip
  • 018 Improvements & Expansion
  • 018 rock-paper-scissors-part-3-display-data-source-code.zip

  • 07 - Voting Poll Bot (2023)
  • 001 Section Objective
  • 001 poll-bot-template-source-code.zip
  • 002 Using a Template
  • 002 poll-bot-template-source-code.zip
  • 003 poll-bot-template-source-code.zip
  • 003 !Help Command
  • 004 Create Poll External Function
  • 004 create-command-source-code.zip
  • 004 poll-bot-full-IMPROVED-project-2023.zip
  • 004 poll-bot-template-source-code.zip
  • 005 Send Data & Object Creation
  • 005 create-command-source-code.zip
  • 005 poll-bot-full-IMPROVED-project-2023.zip
  • 005 poll-bot-template-source-code.zip
  • 006 Filesystem Save Data
  • 006 create-command-source-code.zip
  • 006 poll-bot-full-IMPROVED-project-2023.zip
  • 006 poll-bot-template-source-code.zip
  • 007 Read & Extend Data
  • 007 create-command-source-code.zip
  • 007 poll-bot-full-IMPROVED-project-2023.zip
  • 007 poll-bot-template-source-code.zip
  • 008 create-command-source-code.zip
  • 008 poll-bot-full-IMPROVED-project-2023.zip
  • 008 poll-bot-template-source-code.zip
  • 008 !create poll completion
  • 009 JSON.stringify() Correction
  • 009 poll-bot-template-source-code.zip
  • 010 JSON.parse() Correction
  • 010 poll-bot-template-source-code.zip
  • 011 Returns Polls List
  • 011 poll-bot-full-IMPROVED-project-2023.zip
  • 011 poll-bot-template-source-code.zip
  • 012 Display Polls List
  • 012 poll-bot-full-IMPROVED-project-2023.zip
  • 012 poll-bot-template-source-code.zip
  • 013 Return a Specific Poll
  • 013 poll-bot-full-IMPROVED-project-2023.zip
  • 013 poll-bot-template-source-code.zip
  • 013 specific-poll-source-code.zip
  • 014 Create Embed Message
  • 014 poll-bot-full-IMPROVED-project-2023.zip
  • 014 poll-bot-template-source-code.zip
  • 014 specific-poll-source-code.zip
  • 015 Fixing Date & Embed Docs
  • 015 poll-bot-full-IMPROVED-project-2023.zip
  • 015 poll-bot-template-source-code.zip
  • 015 specific-poll-source-code.zip
  • 016 Add Fields for Voting
  • 016 poll-bot-full-IMPROVED-project-2023.zip
  • 016 poll-bot-template-source-code.zip
  • 016 specific-poll-source-code.zip
  • 017 Graph part 1
  • 017 poll-bot-full-IMPROVED-project-2023.zip
  • 017 poll-bot-template-source-code.zip
  • 017 specific-poll-source-code.zip
  • 018 Graph part 2
  • 018 poll-bot-full-IMPROVED-project-2023.zip
  • 018 poll-bot-template-source-code.zip
  • 018 specific-poll-source-code.zip
  • 019 polls-closed-polls-source-code.zip
  • 019 poll-bot-full-IMPROVED-project-2023.zip
  • 019 poll-bot-template-source-code.zip
  • 019 !close poll command
  • 020 polls-closed-polls-source-code.zip
  • 020 poll-bot-full-IMPROVED-project-2023.zip
  • 020 poll-bot-template-source-code.zip
  • 020 !close poll completion
  • 021 poll-bot-full-IMPROVED-project-2023.zip
  • 021 poll-bot-template-source-code.zip
  • 021 !vote poll start
  • 022 Loop Through All Polls
  • 022 poll-bot-full-IMPROVED-project-2023.zip
  • 022 poll-bot-template-source-code.zip
  • 023 Register Your Vote
  • 023 poll-bot-full-IMPROVED-project-2023.zip
  • 023 poll-bot-template-source-code.zip
  • 024 Bot Improvements
  • 024 poll-bot-full-IMPROVED-project-2023.zip
  • 025 Pros & Cons
  • 025 poll-bot-full-IMPROVED-project-2023.zip
  • 026 Why read documentation
  • 026 poll-bot-full-IMPROVED-project-2023.zip

  • 08 - Loot Box Simulator Bot (2023)
  • 001 Section Objective
  • 001 loot-box-bot-2023-source-code.zip
  • 002 Discord.js Update 2023.html
  • 002 loot-box-bot-2023-source-code.zip
  • 003 2023 Intents update
  • 003 loot-box-bot-2023-source-code.zip
  • 004 User Text Input Command
  • 004 loot-box-bot-2023-source-code.zip
  • 005 User Number Input
  • 005 loot-box-bot-2023-source-code.zip
  • 006 loot-box-bot-2023-source-code.zip
  • 006 !isNan(Number)
  • 007 Min & Max Values
  • 007 loot-box-bot-2023-source-code.zip
  • 008 Reward Rolls
  • 008 loot-box-bot-2023-source-code.zip
  • 009 Reward Items & Luck Factor
  • 009 loot-box-bot-2023-source-code.zip
  • 010 channel.type Update 2023.html
  • 010 loot-box-bot-2023-source-code.zip
  • 011 Receiving Loot
  • 011 loot-box-bot-2023-source-code.zip
  • 012 Tailoring a Reply Message
  • 012 loot-box-bot-2023-source-code.zip
  • 013 Commenting the Code
  • 013 loot-box-bot-2023-source-code.zip

  • 09 - (Optional) Nodejs Projects (2023)
  • 001 Section Objective
  • 002 Movie List Sorter
  • 003 Display All Movies
  • 003 movielist-project-source-code.zip
  • 004 If Movie Title Exist
  • 004 movielist-project-source-code.zip
  • 005 Movies With Minimum Rating
  • 005 movielist-project-source-code.zip
  • 006 Movies That We Can Afford
  • 006 movielist-project-source-code.zip
  • 007 Watch a Specific Movie
  • 007 movielist-project-source-code.zip
  • 008 Circular Reference Text.html
  • 008 cirkular-reference-source-code.zip
  • 009 Circular Reference Node.js
  • 009 cirkular-reference-source-code.zip
  • 010 DRY - Dont Repeat Yourself
  • 010 DRY-Source-Code.zip
  • 011 Comments!
  • 011 movielist-project-source-code.zip

  • 10 - Welcome To The Server Bot (2023)
  • 001 Section Objective
  • 002 Intents Update + Template
  • 002 welcome-to-the-server-bot-source-code-2023.zip
  • 003 GuildMember Reading Docs
  • 003 welcome-to-the-server-bot-source-code-2023.zip
  • 004 Intents & Event
  • 004 welcome-to-the-server-bot-source-code-2023.zip
  • 005 Circle Reference JSON
  • 005 welcome-to-the-server-bot-source-code-2023.zip
  • 006 Fetch Channels
  • 006 welcome-to-the-server-bot-source-code-2023.zip
  • 007 Welcoming the New Member
  • 007 welcome-to-the-server-bot-source-code-2023.zip
  • 008 Admin Channel Message
  • 008 welcome-to-the-server-bot-source-code-2023.zip
  • 009 DM & Comments
  • 009 welcome-to-the-server-bot-source-code-2023.zip
  • 010 Fixing The DM
  • 010 welcome-to-the-server-bot-source-code-2023.zip
  • 011 Bonus Lecture.html
  • 45,900 تومان
    بیش از یک محصول به صورت دانلودی میخواهید؟ محصول را به سبد خرید اضافه کنید.
    خرید دانلودی فوری

    در این روش نیاز به افزودن محصول به سبد خرید و تکمیل اطلاعات نیست و شما پس از وارد کردن ایمیل خود و طی کردن مراحل پرداخت لینک های دریافت محصولات را در ایمیل خود دریافت خواهید کرد.

    ایمیل شما:
    تولید کننده:
    مدرس:
    شناسه: 23924
    حجم: 4177 مگابایت
    مدت زمان: 852 دقیقه
    تاریخ انتشار: 12 آذر 1402
    طراحی سایت و خدمات سئو

    45,900 تومان
    افزودن به سبد خرید