Making a Discord Bot In Python (Part 7: Server Prefixes)

Поделиться
HTML-код
  • Опубликовано: 22 янв 2025

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

  • @paradoxial7665
    @paradoxial7665  2 года назад +1

    Join! discord.gg/UqdbGp426a

  • @autumnalizae9351
    @autumnalizae9351 2 года назад +2

    Amazing video baby :)) your doing great ❤️❤️❤️

  • @benzayven
    @benzayven 2 года назад

    Great video serie mate, Please keep continue. Thank you

  • @driccv
    @driccv 2 года назад

    This was amazing! Thank you

  • @aparvkishnov4595
    @aparvkishnov4595 2 года назад

    long way to 1000. youtube wasn't a dog eat dog world before pandemic.

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

    Hi! So I have an issue with the json file when setting the prefix. When I use the set prefix command, it makes a duplicate of the server ID with the new prefix. However, this somehow doesn't effect the functionality at all. It changes the prefix, you can ONLY use the new prefix, and you can reset the prefix. It's just a bit annoying at a dev viewpoint cause I'd like the json file to look clean. I don't usually make comments like this but as it's not very urgent, I might as well. Also I've checked every character of code about 10 times, I just thing it probably has something to do with the fact I made my version a cog, and it's probably missing a line you didn't include since you placed it in the main file.

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

    I am having a problem with the json file. I dont know if anyone is having problems with the json not being written on by the code, but i tried doing exactly like the video shows and it doesnt affect the file. I started the bot as usual, removed it from the server, added it again and the file was still empty. i have the {} inside the file, but the prefixes are not being added at all. I dont knwo what to do to fix this, i watche dthe video again, did the code again, tried to catch any erros but i cannot figure it out. Any ideas what i can do?

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

      this happened to me too I just fixed it, you have to put (f) next to load.json so like load.json(f)