I turned Discord into a Code Editor

Поділитися
Вставка
  • Опубліковано 25 лис 2024

КОМЕНТАРІ • 93

  • @DaylightDev
    @DaylightDev Рік тому +28

    It's a weird idea to spend time on something that isn't practical (for example, remember the 2k characters) discord message limitation and the fact that it can't really support inserting big parts of code between others because you can't move tge messages, so that's just almost the same as coding on a piece of paper.
    Also, the laziness to add a bot to every project is a very bad excuse for using selfbots. And even if you don't care about legality of your actions, I think there is even a possibility to get some ip ban instead of a one that bans only one account.
    And also, after all of that, you're even releasing it, instead of just saying "so, that's how that interesting experiment went, don't try that for yourself". And releasing it on Patreon, though, that isn't as bad as releasing it in the first place

  • @mariocamspam72
    @mariocamspam72 Рік тому +225

    When you hear a romanian or russian accent, you know world-class software engineering will happen

  • @ZyrenV
    @ZyrenV Рік тому +54

    very simple concept but nice execution, lovely video

  • @StefCoders
    @StefCoders Рік тому +8

    wha... Discord is now my favourite code editor.

    • @StefCoders
      @StefCoders Рік тому

      Thx @FaceDev :) Also I just installed it and its awesome.

  • @frogzach6203
    @frogzach6203 Рік тому +28

    No, smoking won't affect my child.
    Child after 13 years: Coding in discord

  • @Heeter
    @Heeter Рік тому +32

    Categories should be folders!

    • @FaceDevStuff
      @FaceDevStuff  Рік тому +14

      Thought about it, but I forgot to do it! :)

    • @Jdjdjdjdhfjbgdgjd
      @Jdjdjdjdhfjbgdgjd 5 місяців тому +1

      @@FaceDevStuffwouldn’t work cuz subfolders

  • @GreenNotebookGaming
    @GreenNotebookGaming Рік тому +1

    The text on the screen in the end i saw as utf-8 encoded text, i put it through a utf-8 python script and then this is what i got:
    Decoded String 1: Thankq for watching
    Decoded String 2: Andas always
    Decoded String 3: SeHr/u in the next one!

  • @dany_
    @dany_ Рік тому +1

    I almost didn't realize you were Romanian 😅
    I'm Romanian too brother!

  • @afro-es
    @afro-es Рік тому +5

    certified face classic

  • @mist254
    @mist254 Рік тому +2

    this. is. great.

  • @t-ree
    @t-ree Рік тому +1

    You did it!! Amazing!

  • @user-qr4jf4tv2x
    @user-qr4jf4tv2x Рік тому

    this guy lives in the future.
    soon this project will be used by future prompt coders

  • @wolliger
    @wolliger Рік тому +1

    Amazing video. Cant believe you only have 2k subs

  • @_aluzion
    @_aluzion Рік тому +5

    gonna switch to discord now

  • @Piotr89waYT
    @Piotr89waYT Рік тому +2

    Master Class. I wish I knew how to code so I could use this for the meme LMAO

  • @mattiavitturi1490
    @mattiavitturi1490 Рік тому +4

    Imagine deleting a project named ../../../../Windows/System32

    • @wiksilz1387
      @wiksilz1387 4 місяці тому

      Well, maybe you need to use backslashes instead of that

  • @axer552
    @axer552 Рік тому +2

    epic video

  • @LightslicerGP
    @LightslicerGP Рік тому

    Ending song by 20syl, mkbhd uses it alot
    Also, nice job!
    For future me: 6/30/23 at 12:50 am 💀

  • @snovelice
    @snovelice Рік тому +1

    GOOD VIDEO!

  • @HoRiiZeN
    @HoRiiZeN Рік тому

    yaay new video

  • @matze489
    @matze489 Рік тому

    0:45 wet got you right there

    • @FaceDevStuff
      @FaceDevStuff  Рік тому

      As I said in another comment pointing it out: "Had to use it for screenshots examples in one of my videos", because I couldn't get any "Check my bio" scam profiles to screenshot to put for a high-res thumbnail

    • @matze489
      @matze489 Рік тому

      @@FaceDevStuff i meant that you started typing „po“. Muscle memory?

    • @FaceDevStuff
      @FaceDevStuff  Рік тому

      @@matze489 oh bruh, I was typing "project"

    • @matze489
      @matze489 Рік тому

      @@FaceDevStuff yes, but you started typi g „po“ and nor „pr“ at first. Like the orange/black site

  • @IamPyu-v
    @IamPyu-v Рік тому +1

    5:10 Russian Roulette

  • @zionek0
    @zionek0 Рік тому +1

    Suggestion for a vid: I added plugins/extensions to my discord code editor

  • @shadamethyst1258
    @shadamethyst1258 Рік тому +13

    ed is the only true editor. It would have actually been quite easy to forward discord messages to ed's stdin and print back stdout to discord

  • @tyakshisingh8688
    @tyakshisingh8688 Рік тому +1

    Cool video!

  • @itzinnovator
    @itzinnovator Рік тому

    YOO NO WAY!!!>!!

  • @ggorg0
    @ggorg0 Рік тому +2

    0:00 Emacs is best.

    • @meta___
      @meta___ Рік тому +2

      if you don't mind 2 hour startup time, loading into a daemon, living in emacs (you can do note-taking, browse the web, play music, use the terminal ALL in emacs) and 1.5 million lines of elisp or something

  • @plop_dev
    @plop_dev 11 місяців тому

    but surely you did this with vscode

  • @notcacti
    @notcacti Рік тому

    how did you make it so that the channel (or file in the fs) gets only the specific messages? like if the channel is named index-py and somebody sends a message using js what would you do it handle it?

    • @FaceDevStuff
      @FaceDevStuff  Рік тому

      Well, the parser will remove the ```py at the start and the ``` at the end, and assume it's JavaScript code (index-js channel). After that, you'll get the generic SyntaxErrors saying that "print" is not defined and stuff like that.
      The project was written with the intent of acting just like a code editor, so, when you paste python code into your "index.js" using an actual code editor, what would happen...?

  • @Vennox
    @Vennox Рік тому

    forta vere

  • @fayking
    @fayking Рік тому +5

    i thought the base64 codes in the end would translate to something else, love the vid btw

  • @qweriop
    @qweriop Рік тому +1

    amateurs. i use the hex editor in emacs to write code.
    imagine using more than 16 keys on your keyboard. ridiculous.

  • @lilnibblit
    @lilnibblit Рік тому +1

    which library did you use to integrate with discord?

    • @FaceDevStuff
      @FaceDevStuff  Рік тому

      Discord.JS

    • @lilnibblit
      @lilnibblit Рік тому

      @@FaceDevStuff Thanks. I didn't know it could be used to create user bots

    • @FaceDevStuff
      @FaceDevStuff  Рік тому

      @@lilnibblit almost any wrapper can be used to do that, since the user API is the same as the bot API, BUT, some libraries like discord.js don't allow it, so I used "discord.js-v13-selfbot" or something, which is basically discord.js but modified a bit

  • @rubyciide5542
    @rubyciide5542 Рік тому

    When a programmer becomes a discord mod

  • @Mub1532
    @Mub1532 Рік тому +1

    code editor

  • @somnullty
    @somnullty Рік тому

    Id call it VSCord

  • @meta___
    @meta___ Рік тому

    what's the editor that pops up when you edit the .JS file

    • @FaceDevStuff
      @FaceDevStuff  Рік тому

      "Notepads", open source project on GitHub. You can also find it in Microsoft Store

    • @meta___
      @meta___ Рік тому

      @@FaceDevStuff thank you

  • @SyncronedStuff
    @SyncronedStuff Рік тому

    Was that a discord token at the end or am I mistaken?

  • @bruhsfx2
    @bruhsfx2 Рік тому

    whys blud locking a discord bot behind a paywall

  • @HafuPlayStuff
    @HafuPlayStuff Рік тому

    pair programming 2.0

  • @barry_wastaken
    @barry_wastaken Рік тому

    Be careful, your security is poor

    • @FaceDevStuff
      @FaceDevStuff  Рік тому

      If you're talking about the code, I'm aware

    • @barry_wastaken
      @barry_wastaken Рік тому

      @@FaceDevStuff just warning you brother

    • @mariocamspam72
      @mariocamspam72 Рік тому +2

      Lol, it's not like this is some sort of NSA service... It's a hobby project.

    • @FaceDevStuff
      @FaceDevStuff  Рік тому

      @@mariocamspam72 still, inviting someone to the server you crashed while the code is running allows use of literally any command on the hosting OS (for example, using the OS module in Python to delete important files), hence why i advised people to not use it on their main account

    • @BlueTree242
      @BlueTree242 Рік тому

      It can be used to simply run any malware, it's not about account it's about where you run it, code should run in docker

  • @RehanPlayzYT
    @RehanPlayzYT 5 місяців тому

    Microsoft Word is the best IDE

  • @eineatombombe
    @eineatombombe Рік тому

    3:02 how do you have the audacity to insult rust????

  • @slowdev1438
    @slowdev1438 Рік тому

    This type of selfbot is good because it doesnt make any http request with a user token, it's only listening to event from a ws conn

    • @JohnPorkMC
      @JohnPorkMC Рік тому +1

      it does... how the hell do you think he can get the events

  • @powerdropco
    @powerdropco 10 місяців тому

    blud is on to nothing

  • @duwgd97twafdiatyfv
    @duwgd97twafdiatyfv Рік тому

    why cant people be normal and write all their code in windows notepad!