You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Buttons on a Rich Embed are possible using the Discord Components package. Managed to get a skeleton working of how the Chohan game is going to look
Update cycles are working as intended. There may be the opportunity to allow the bot to asyncio.sleep(1) instead of checking the time difference so often, however that is IFF the bot can accept input during a sleep. I imagine that's the whole point of Async Tasks, but you never know what kind of limitations a single core machine can have.
Feature Description
https://gamerules.com/what-are-the-rules-of-cho-han/
Desired Solutions
There will be 3 minutes on a timer for the cho-han gameUsers can do between 2 - 10 minute games.XPcurrency accordingly.XPcurrency from users that lost the game.Additional context
https://stackoverflow.com/questions/61883534/how-to-get-the-message-content-embed-from-the-message-id
https://stackoverflow.com/questions/58969381/how-to-edit-embed-messages-discord-py
Considering also using Rich Embeds for actual buttons under the embed, however I am unsure whether or not they exist in Discord.py.
The text was updated successfully, but these errors were encountered: