Under Ctrl
Under Ctrl
  • 68
  • 1 424 423
A Guide to Discord Polls with Discord.js v14
A guide to polls with Discord.js version 14.15!
Discord: underctrl.io/discord
Patreon: patreon.com/UnderCtrl
Buy me a coffee (one-time donation): buymeacoffee.com/underctrl
Newsletter: underctrl.substack.com
Starter project: github.com/notunderctrl/commandkit-starter-project
Timestamps:
0:00 Introduction
0:16 Updating discord.js
0:51 Creating polls
8:33 Fetching and ending polls
11:00 View poll answers
11:59 New poll-related events
Thanks for watching!
มุมมอง: 3 070

วีดีโอ

I’m Never Making APIs Any Other Way (tRPC)
มุมมอง 3.9K7 หลายเดือนก่อน
An overview of tRPC in a full-stack project. 🧠 Resources tRPC documentation: trpc.io GitHub repo: github.com/notunderctrl/trpc-overview 🌐 Important links The Code Room (newsletter): underctrl.io/newsletter Discord: discord.underctrl.io Github: github.com/notunderctrl Patreon: patreon.com/UnderCtrl Buy me a coffee (one-time donation): buymeacoffee.com/underctrl
Make a Discord.js Welcome System (Multi-Guilded) 🚀
มุมมอง 6K8 หลายเดือนก่อน
Creating a Multi-Guilded Welcome System (Discord.js v14) 🚀 Starter files (if you don't already have a Discord.js project): github.com/notunderctrl/commandkit-starter-project simulate-join.js code: pastebin.com/urcudYNr MongoDB tutorial: th-cam.com/video/edeNqzKvj0g/w-d-xo.html Caching tutorial: th-cam.com/video/vXycKhl0hu4/w-d-xo.html CommandKit tutorial: th-cam.com/video/hUKh0NS1Ypk/w-d-xo.htm...
🌟 CommandKit for Beginners - Discord.js Command & Event Handler
มุมมอง 6K9 หลายเดือนก่อน
🌟 CommandKit for Beginners - Discord.js Command & Event Handler 🧠 Resources CommandKit docs: commandkit.js.org Starter files: github.com/notunderctrl/djs-barebones 🌐 Important links Dev Notes (Weekly newsletter): devnotes.underctrl.io Discord: discord.underctrl.io Github: github.com/notunderctrl Patreon: patreon.com/UnderCtrl Buy me a coffee (one-time donation): buymeacoffee.com/underctrl ⏰ Tim...
🧠 Learn Discord Autocomplete in 18 minutes (Discord.js v14)
มุมมอง 5K9 หลายเดือนก่อน
🧠 Learn Discord Autocomplete in 18 minutes (Discord.js v14) 🧠 Resources Starter files (CommandKit): github.com/notunderctrl/commandkit-starter-project Dummy data (pets.json): pastebin.com/kJNrnwcv Dummy data (owners.json): pastebin.com/ppme53B8 Source code (private): patreon.com/UnderCtrl 🌐 Important links Dev Notes (Weekly newsletter): devnotes.underctrl.io Discord: discord.underctrl.io Github...
How to Make a YouTube Notification Bot | Discord.js v14 🔔
มุมมอง 7K9 หลายเดือนก่อน
How to Make a TH-cam Notification Bot | Discord.js v14 🔔 🧠 Resources: Starter files: github.com/notunderctrl/commandkit-starter-project Full source code (private): patreon.com/UnderCtrl TH-cam Channel mentioned: www.youtube.com/@RoelVandePaar MongoDB setup with Discord bot: th-cam.com/video/edeNqzKvj0g/w-d-xo.html 🌐 Important links Discord: underctrl.io/discord Github: github.com/notunderctrl P...
How to make your own NPM package (Step-by-Step) 📦
มุมมอง 29K11 หลายเดือนก่อน
How to make your own NPM package (Step-by-Step) 📦 🧠 Resources tsconfig.json: pastebin.com/NT2Z7Kas tsup.config.ts: pastebin.com/m7bGKx0d 🌐 Important links Discord: ctrl.lol/discord Github: github.com/notunderctrl Patreon: patreon.com/UnderCtrl Buy me a coffee (one-time donation): buymeacoffee.com/underctrl 🕐 Timestamps 00:00 - Introduction 00:32 - Setting up npm account 00:49 - Authenticating t...
How to use TypeScript with your Discord Bot (and why)
มุมมอง 12K11 หลายเดือนก่อน
How to use TypeScript with your Discord Bot (and why) Source code: github.com/notunderctrl/djs-ts-bot Discord server: ctrl.lol/discord Patreon: patreon.com/UnderCtrl Buy me a coffee (one-time donation): buymeacoffee.com/underctrl Thanks for watching!
Boost your Discord Bot Performance with Redis ⚡️
มุมมอง 6K11 หลายเดือนก่อน
Boost your Discord Bot Performance with Redis ⚡️ 🧠 Resources Redis download: redis.io/download Redis download guide for windows: redis.io/docs/getting-started/installation/install-redis-on-windows/ Redis remote cache: redis.com/redis-enterprise-cloud/pricing Upstash [redis] remote cache: upstash.com Example connection string for remote cache: "redis://username:authpassword@127.0.0.1:6380/4" Sou...
🚀 Create a Chat GPT Bot in Discord (with GPT-4)
มุมมอง 51Kปีที่แล้ว
🚀 Create a Chat GPT Bot in Discord (with GPT-4) Here’s how you can make a Chat GPT like Discord bot (with support for GPT-4) that works in multiple channels! 🧠 Resources Source code (private): patreon.com/UnderCtrl Node.js: nodejs.org Visual Studio Code: code.visualstudio.com Username regex: msg.author.username.replace(/\s /g, '_').replace(/[^\w\s]/gi, ''); 🌐 Important links Newsletter: devnote...
🧠 Learn Select Menus in 17 Minutes! (Discord.js v14)
มุมมอง 17Kปีที่แล้ว
🧠 Learn Select Menus in 17 Minutes! (Discord.js v14) 🌐 Important links Starter files: github.com/notunderctrl/commandkit-starter-project Dev Notes Newsletter: devnotes.underctrl.io Discord: discord.underctrl.io Patreon: patreon.com/UnderCtrl Buy me a coffee (one-time donation): buymeacoffee.com/underctrl 0:00 Introduction 0:20 String Select Menu 10:10 Role Select Menu 13:58 Channel Select Menu ...
💬 Discord Message Collectors | Discord.js v14
มุมมอง 4.8Kปีที่แล้ว
💬 Discord Message Collectors | Discord.js v14 🌐 Important links: - Starter files: github.com/notunderctrl/commandkit-starter-project - Source code (private): patreon.com/UnderCtrl - Discord: discord.underctrl.io Patreon: patreon.com/UnderCtrl Buy me a coffee (one-time donation): buymeacoffee.com/underctrl Thanks for watching 💜
🔎 How to Scrape the Web with Node.js (Puppeteer)
มุมมอง 3.4Kปีที่แล้ว
🔎 How to Scrape the Web with Node.js (Puppeteer)
Does Your Bot REALLY Need a Dashboard? 🤔
มุมมอง 7Kปีที่แล้ว
Does Your Bot REALLY Need a Dashboard? 🤔
🧠 Multi-Player Rock Paper Scissors Bot Tutorial (Discord.js)
มุมมอง 7Kปีที่แล้ว
🧠 Multi-Player Rock Paper Scissors Bot Tutorial (Discord.js)
🚀 Create an ADVANCED Suggestions System (Discord.js)
มุมมอง 19Kปีที่แล้ว
🚀 Create an ADVANCED Suggestions System (Discord.js)
Discord Button Collectors 🗑️ Discord.js v14
มุมมอง 17Kปีที่แล้ว
Discord Button Collectors 🗑️ Discord.js v14
Context Menu Commands Guide | Discord.js v14 🤖
มุมมอง 8Kปีที่แล้ว
Context Menu Commands Guide | Discord.js v14 🤖
Build a Responsive Personal Portfolio with HTML & CSS | Full Beginners Tutorial 🔥🚀
มุมมอง 7Kปีที่แล้ว
Build a Responsive Personal Portfolio with HTML & CSS | Full Beginners Tutorial 🔥🚀
Gamble Command | Economy Discord Bot 🤖 (Discord.js v14)
มุมมอง 3.6Kปีที่แล้ว
Gamble Command | Economy Discord Bot (Discord.js v14)
Server Info Command 📋 Discord.js v14
มุมมอง 3.9Kปีที่แล้ว
Server Info Command 📋 Discord.js v14
Balance Command | Economy Discord Bot 🤖 (Discord.js v14)
มุมมอง 2.4Kปีที่แล้ว
Balance Command | Economy Discord Bot (Discord.js v14)
Create Modals in Discord | Discord.js v14 🧠
มุมมอง 15Kปีที่แล้ว
Create Modals in Discord | Discord.js v14 🧠
Cooldowns + Beg Command | Economy Discord Bot 🤖 (Discord.js v14)
มุมมอง 3Kปีที่แล้ว
Cooldowns Beg Command | Economy Discord Bot (Discord.js v14)
Connect to Database + Daily Command | Economy Discord Bot 🤖 (Discord.js v14)
มุมมอง 6Kปีที่แล้ว
Connect to Database Daily Command | Economy Discord Bot (Discord.js v14)
Make an AI Image Generator Discord Bot like Midjourney 🎨🤖
มุมมอง 38Kปีที่แล้ว
Make an AI Image Generator Discord Bot like Midjourney 🎨🤖
How to make a Discord Bot 🤖 | Economy Bot (Discord.js)
มุมมอง 13Kปีที่แล้ว
How to make a Discord Bot | Economy Bot (Discord.js)
Subcommand & Subcommand Groups (Discord.js + DJS-Commander)
มุมมอง 8Kปีที่แล้ว
Subcommand & Subcommand Groups (Discord.js DJS-Commander)
Nested Functions & Recursion | JavaScript for Beginners #16
มุมมอง 893ปีที่แล้ว
Nested Functions & Recursion | JavaScript for Beginners #16
How to Host your Discord Bot 24/7 🕠
มุมมอง 33Kปีที่แล้ว
How to Host your Discord Bot 24/7 🕠

ความคิดเห็น

  • @b08ster
    @b08ster 14 ชั่วโมงที่ผ่านมา

    how can i get it to be added to multiple servers and the commands still work?

  • @user-bg1vr5ww2b
    @user-bg1vr5ww2b 3 วันที่ผ่านมา

    Well explained. Thank you!

  • @angelinespacequeen8889
    @angelinespacequeen8889 5 วันที่ผ่านมา

    Thanks so much for this video! I ignored your caution about not knowing the basics of JS and I was still able to figure it out (after quite a time, mind you, but I did it.) I think that goes to show how excellent your descriptions are. I am so excited to keep learning! Thank you!

  • @JustLootShorts
    @JustLootShorts 5 วันที่ผ่านมา

    yoo i saw u in techsource video and i love ur content, your buying 12700k, 32GB RAM and RTX 3060 12GB right?

  • @smartbox943
    @smartbox943 5 วันที่ผ่านมา

    gives me this error: DiscordAPIError[20012]: You are not authorized to perform this action on this application every time i try the node src/register-command.js command

  • @phonedleek2585
    @phonedleek2585 5 วันที่ผ่านมา

    awesome, works, straight to the point. need more content like this.

  • @JustCallMeCode
    @JustCallMeCode 6 วันที่ผ่านมา

    22:02 FIRST: I appreciate and love the fact I can learn to make my own bot from you🫶🏾💯 My peeves aren’t from a place of hate but admiration of skill though I’ve probably gave you a decent amount of retention going back and forth on the video. You didn’t have to show off with the emoji in the code😂 (This is my first time coding anything, the only experience I have is my college lecturer Nemat trying to teach me how about the IF statement… I couldn’t concentrate because she added unnecessary emphasis on IF saying IFFA Statement while still saying if normally. It wasn’t good for me then but you are a godsend 🫶🏾💯)

  • @1cecubeice
    @1cecubeice 6 วันที่ผ่านมา

    what is the visual studio code theme and font?

  • @hyiping5926
    @hyiping5926 6 วันที่ผ่านมา

    Hmm when i generate the Discord invite link, i just get an error no matter if i choose user or guild "Installation type not supposed by this application"

  • @randominsaan7862
    @randominsaan7862 6 วันที่ผ่านมา

    Bro I love your djs commander but how do I make it integrated with user install? I tries giving integration types and contexts but nothing happens

  • @JustCallMeCode
    @JustCallMeCode 6 วันที่ผ่านมา

    The best hint I can give to anyone learning is do not rush and make sure you go over it meticulously 🫶🏾💯

  • @busi2820
    @busi2820 7 วันที่ผ่านมา

    We need more tutorials like this, awesome

  • @Gamerboy_1711
    @Gamerboy_1711 8 วันที่ผ่านมา

    [nodemon] to restart at any time, enter `rs` [nodemon] watching path(s): *.* [nodemon] watching extensions: js,mjs,cjs,json [nodemon] starting `node index.js` node:internal/modules/cjs/loader:1228 throw err; Error: Cannot find module 'C:\Users andz\Desktop\discord-bot\index.js' at Module._resolveFilename (node:internal/modules/cjs/loader:1225:15) at Module._load (node:internal/modules/cjs/loader:1051:27) at Function.executeUserEntryPoint [as runMain] (node:internal/modules/run_main:174:12) at node:internal/main/run_main_module:28:49 { code: 'MODULE_NOT_FOUND', requireStack: [] } Node.js v20.17.0 [nodemon] app crashed - waiting for file changes before starting... how to fix this?

  • @tvhax
    @tvhax 8 วันที่ผ่านมา

    Can we use our owned domain?

    • @ketanpadal9833
      @ketanpadal9833 7 วันที่ผ่านมา

      Yes, but its a bit different

    • @tvhax
      @tvhax 6 วันที่ผ่านมา

      @@ketanpadal9833 will you make any tutorial

  • @MrRampengu
    @MrRampengu 9 วันที่ผ่านมา

    adding extra libraries is not always a good option tbh you are adding extra dependencies on your project for something you can do easily, and it worse because this library makes you to write more code on every event

  • @Leavoh
    @Leavoh 9 วันที่ผ่านมา

    How do you get those pop ups with information about variables and functions, most of my variables and functions information basically says any and then the name.

  • @nerusnf
    @nerusnf 9 วันที่ผ่านมา

    Thank you!

  • @AizenSousuke92
    @AizenSousuke92 10 วันที่ผ่านมา

    But this means that the different top level folders are are dependent right? I.e, if I have a backend and frontend folder then i cannot have different teams working on them

  • @SenseiSatoruGojoo
    @SenseiSatoruGojoo 11 วันที่ผ่านมา

    when i do the message reply it replies 3 times, any fixes?

  • @user-wf3in8sn1f
    @user-wf3in8sn1f 12 วันที่ผ่านมา

    Love yaa u saved me

  • @mzzzzzzz01
    @mzzzzzzz01 12 วันที่ผ่านมา

    Great video, i really like it. Can you make video: How to use selects menu in a way when someone clicks on 1 option it makes ticket, and in it has a form in which you need to enter, for example, your name, where you come from, etc. I hope ure understand what i want to say

  • @Nick-hv8ii
    @Nick-hv8ii 13 วันที่ผ่านมา

    how do i turn my bot offline

  • @maltyhopperbrewing5513
    @maltyhopperbrewing5513 13 วันที่ผ่านมา

    Amazing videos. Even after following the tutorial I’m still messing up, resulting in me researching and looking for my mistake which I think is a great way to learn although frustrating.

  • @maltyhopperbrewing5513
    @maltyhopperbrewing5513 13 วันที่ผ่านมา

    I’ve now spent over three hours trying to get the bot online and every time I try and start the bot I’m just getting Error: Used disallowed intents

  • @OptionsEmporium-z8v
    @OptionsEmporium-z8v 14 วันที่ผ่านมา

    I wanted to implement a bot for something fairly niche. I have no prior programming experience, and this was incredibly useful. Thanks!

  • @maltyhopperbrewing5513
    @maltyhopperbrewing5513 14 วันที่ผ่านมา

    Couldn’t get the bot to start no matter what I tried. I will try again

    • @yrxt
      @yrxt 10 วันที่ผ่านมา

      did it work?

  • @vickycampbell1395
    @vickycampbell1395 14 วันที่ผ่านมา

    So I am having a issue at the "npm init -y" part, it just keep on saying "The term npm is not recognized", anyone know what I should do to fix this?

    • @yrxt
      @yrxt 10 วันที่ผ่านมา

      u didnt install node.js

  • @MohitKumar_CSE
    @MohitKumar_CSE 15 วันที่ผ่านมา

    Thanxx a lot .

  • @KevinNitro
    @KevinNitro 15 วันที่ผ่านมา

    Does it require port opened?

  • @HelloWorld-dq4uc
    @HelloWorld-dq4uc 17 วันที่ผ่านมา

    what is the size of image did he uses

  • @IoniB
    @IoniB 18 วันที่ผ่านมา

    Amazing tutorial, just the right speed and knowledge expectation + you show docs and talk us through so nicely, honeslty u r doing amazing work!!!

  • @wewalkinasmalltown
    @wewalkinasmalltown 18 วันที่ผ่านมา

    Dont know if this will apply to anyone else, but when I first added the Ping slash command it wouldn't show up in the server. I re invited the bot to the server with bot,slash.commands, and admin as the scope and the commands registered in the server.

  • @Rezgc_
    @Rezgc_ 19 วันที่ผ่านมา

    i keep getting There was and error: ReferenceError: Routes is not defined does anyone know how to fix? i trid to fix it but made it worse now its saying Expected token to be set for this request, but none was present

  • @Rix1128
    @Rix1128 20 วันที่ผ่านมา

    npm : The term 'npm' is not recognized as the name of a cmdlet, function, script file, or operable program. Check the spelling of the name, or if a path was included, verify that the path is correct and try again. At line:1 char:1 + npm init -y + ~~~ + CategoryInfo : ObjectNotFound: (npm:String) [], CommandNotFoundException + FullyQualifiedErrorId : CommandNotFoundException

  • @op12studio
    @op12studio 20 วันที่ผ่านมา

    I know this is an old video but it all still works. great job I am going to try and create a more persistent memory for it using some sort of vector database.

  • @mioxrls3955
    @mioxrls3955 21 วันที่ผ่านมา

    The npm doesnt work for me, it ends up saying its an error within the npm code.

  • @priyanshugupta7614
    @priyanshugupta7614 22 วันที่ผ่านมา

    Nice Tutorial learnt a lot of things

  • @mrlectus
    @mrlectus 23 วันที่ผ่านมา

    Why do I have to install types in some package and some I don't have to, but they still have types?

  • @webdevelopmentguide4910
    @webdevelopmentguide4910 23 วันที่ผ่านมา

    Thankful

  • @loopcat4369
    @loopcat4369 23 วันที่ผ่านมา

    THANK YOU SO MUCH. FINALLY SOMETHING MY SMOL BRAIN CAN UNDERSTAND!!!

  • @gfrinc.gamingguitar6667
    @gfrinc.gamingguitar6667 24 วันที่ผ่านมา

    im getting an error as well error: -4058 code: 'enoit' syscall: 'scandir'

  • @CodewithGunnar
    @CodewithGunnar 24 วันที่ผ่านมา

    Brilliant tutorial - thank you very much :) Got my first bot up and running!

  • @jasoncoller5408
    @jasoncoller5408 26 วันที่ผ่านมา

    "Private application cannot have a default authorization link" When you uncheck Public

  • @snaptrend3293
    @snaptrend3293 27 วันที่ผ่านมา

    Sir, thank you very much for your excellent work. I've watched many TH-cam tutorials, but your explanations are amazing. Please create more tutorials focused on JavaScript projects. I find JavaScript logic challenging, and I believe your teaching style would be incredibly helpful.

  • @user-yw5vz7tj6o
    @user-yw5vz7tj6o 28 วันที่ผ่านมา

    im having trouble in the alignment of the text and the image the paragraph text is still above the image not aligning to the center :<

  • @wildfoxplaz
    @wildfoxplaz 28 วันที่ผ่านมา

    @Under Ctrl i keep getting this PS C:\Users\Dell\OneDrive\Desktop\Bot> nodemon [nodemon] 3.1.4 [nodemon] to restart at any time, enter `rs` [nodemon] watching path(s): *.* [nodemon] watching extensions: js,mjs,cjs,json [nodemon] starting `node index.js` node:internal/modules/cjs/loader:1148 throw err; ^ Error: Cannot find module 'C:\Users\Dell\OneDrive\Desktop\Bot\index.js' at Module._resolveFilename (node:internal/modules/cjs/loader:1145:15) at Module._load (node:internal/modules/cjs/loader:986:27) at Function.executeUserEntryPoint [as runMain] (node:internal/modules/run_main:174:12) at node:internal/main/run_main_module:28:49 { code: 'MODULE_NOT_FOUND', requireStack: [] }

  • @YTView2021
    @YTView2021 หลายเดือนก่อน

    OMG bro is a fast typer!!

  • @maheerhuq6708
    @maheerhuq6708 หลายเดือนก่อน

    Can I do this in Python?

  • @ScreamTroller
    @ScreamTroller หลายเดือนก่อน

    Tbh they should increase the autoComplete limit

  • @Tricky-Kiddo
    @Tricky-Kiddo หลายเดือนก่อน

    Hello! I am finding your videos very helpful and insightful on understanding how to build my bot. I followed this one it worked great, but I am now seeming to have a hick-up. Setting up the changing status the first time completely worked nothing wrong there, I left my program closed down my computer and upon returning and turning the bot back on to continue tweaking and working on it the status of it watching or listing is no longer showing and I haven't touched any of my codes yet so I'm very confused as to what happened. If you got any insight or idea I'd greatly appreciate it! <3