How to Create a Shop for Your Discord Economy Bot (Part 1)

Поделиться
HTML-код
  • Опубликовано: 3 окт 2024
  • How to Create a Shop for Your Discord Economy Bot
    Create a Discord Economy Bot from scratch! Coding a Discord Bot is actually not as complicated as it sounds. In this discord bot tutorial series we are using slash commands the new way for bots to interact with users on discord. Slash Commands enable a munch better user experience on discord and makes your bot seem a whole lot more professional.
    { Part 2 of Shop Command }
    • Buy Custom Roles with ...
    { Access Source Code }
    patreon.com/EvenMoreCode
    { Join the Community Discord }
    / discord

Комментарии • 11

  • @jaycoolw
    @jaycoolw 8 месяцев назад +2

    Hey man, I just wanna let you know your channel and videos are extremely underrated

    • @EvenMoreCode
      @EvenMoreCode  4 дня назад

      Thank you so much bro! Really appreciate that!

  • @lostoroton
    @lostoroton Год назад +4

    if any one is receiving errors with the command colors.
    change the choices to the name and it will work.
    don't forget to run node deploy-commands.js after updating
    .addChoices(
    { name: "Red", value: "Red" },
    { name: "Cyan", value: "Cyan" },
    { name: "Blue", value: "Blue" },
    { name: "Yellow", value: "Yellow" },
    { name: "Magenta", value: "Magenta" },
    { name: "Green", value: "Green" }
    )

  • @aloxen_
    @aloxen_ Год назад

    holy shit how do you have less than 100k subs your golden
    keep it up dude!!!!!!!!!!!!!💪💪💪💪💪

  • @ItsRonnie08
    @ItsRonnie08 Год назад

    Suggestion: next video get into punish commands like mute, kick, and ban

  • @lostoroton
    @lostoroton Год назад +1

    Max options is 25 I think

  • @cozyannie
    @cozyannie 2 месяца назад

    how would I set an emoji as a item people can buy and an emoji as a coin?

    • @EvenMoreCode
      @EvenMoreCode  4 дня назад +1

      This would depend on how you want to store it but for example in your database you can have a shop item and use the emoji name as the shop item name. Then when someone buys an emoji then you would have to add that to their inventory which you would track in your database

  • @vison1452
    @vison1452 Год назад

    can you make it in python pls?

  • @lord__skippy
    @lord__skippy 9 месяцев назад

    "let's just go in here"
    WHERE IS HERE?

    • @EvenMoreCode
      @EvenMoreCode  4 дня назад

      My bad bro, let me know if you still need help