How To Code a Discord Bot In Python Tutorial | Part 4 - Ticket System, Buttons & Select Options

preview_player
Показать описание
Part 4 for my new "coding a discord bot in python" series
Hope you guys enjoy!
Make sure to leave a like and subscribe if you did enjoy and comment if you want to see something else in future videos or if you need help with something
Рекомендации по теме
Комментарии
Автор

Like and subscribe if you enjoyed this video and want more daily uploads!

isheronski
Автор

You know.... Channels have a high rate limit...

If you're currently using channels to implement "tickets" (short lived conversations between a subset of people), please consider using discord's thread feature instead. Threads were made for **exactly** this purpose: to have a short, separate discussion with a subset of people. Trying to use channels for this is antiquated and has several limitations:

* There is a strict limit on the number of channels in a server/category as well as the rate they can be created
* Channel names can have strict limitations on partnered servers. There are certain **numbers** which can cause your channel to fail in creation
* Threads have a much cleaner permissioning and archiving process

While you may be used to channels or prefer the UI, please consider if this is the correct tool for what you're trying to accomplish.

No
Автор

when i do "!ticket" the dosent dosent send anything

Plxs_
Автор

It is giving me this error payload = {'allow': allow.value, 'deny': deny.value, 'id': target.id}

AttributeError: 'NoneType' object has no attribute 'id

darkstriker
welcome to shbcf.ru