-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Úpravy anket #24
Úpravy anket #24
Conversation
- New emoji class, inherited from Enum this time - Corrected embeds and errors for using the new emoji style - main.py has debug logger now - Now you can add new options using new button known bugs: - Raising errors in buttons/modals doesn't work properly due to a bug in attributes. Maybe raise an issue on discord.py pages Signed-off-by: robertsokola <[email protected]>
Try to make a embed that displays whether a user added a new option Signed-off-by: robertsokola <[email protected]>
Signed-off-by: robertsokola <[email protected]>
Je potřeba přepsat db, momentálně db využívá date místo datetime. TODO pro příště. |
…t commit should aim for tasks.loop and database overlay fixes. Signed-off-by: robertsokola <[email protected]>
oprava pomoci black
cogs/poll_command.py
Outdated
@@ -64,22 +64,34 @@ async def transform(self, interaction: discord.Interaction, date_time: str) -> d | |||
|
|||
|
|||
class PollCreate(commands.Cog): | |||
POLL_PARAMETERS = { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Tohle nakonec potřeba není, můžeš toto smazat. Přijdeme na jiný způsob jak to udělat, teď bychom se měli zaměřit jen na vytvoření anket, kdy se anketa smaže a pak pošle embed s hlasy.
Do tohoto PR přidán bugfix pro #29 |
- fixed bug with databases where two people clicking at the same time could break entire bot - added new functionality with looping, where the bot can check if the embed is due date - added new transformer for transferring dates, it's a little more dumbproof than previous versions - added new error handling... more beautiful! Signed-off-by: robertsokola <[email protected]>
Signed-off-by: robertsokola <[email protected]>
@Martian-0007 Půjdeš otestovat všechnu funkcionalitu, zda všechno jede jak má? :) |
Signed-off-by: robertsokola <[email protected]>
Hlavní pull-request na to, aby se nakonec všechny věci zrecenzovaly a byly na jednom místě, než tyto věci dáme na produkci. Co je nového? - #16 - #21 - #23 - #24 - Optimalizace hlasování - #29 - Vytvořena CI pipeline Co dál dělat? - Počkat, až bude PR #24 hotový, teprve pak můžeme kód otestovat a mergnout ho. Kdo si zaslouží dík? - @Martian-0007 Díky moc! :)
Pull request míří na úpravu anket podle issues. Zejména se jedná o tyto věci:
Tyto změny by měly obecně prospět anketám a byly by mnohem přehlednější.
Související issues:
TODO:
raise
keyword automaticky nepošle error.