-
-
Notifications
You must be signed in to change notification settings - Fork 1
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
[*.0] 🐛 Fix conflict between two different buttons #87
Comments
Edit: This problem is probably linked with using global variables |
Can i help you in that @MasterCruelty ? |
Of course you can! Do you have any idea to do this? |
Currently I don't have any idea for now. |
Got it! Let me know after your check 👌 |
@archetipico do you have any idea to solve? |
I'll look at it as soon as I have free time |
The next issue I'll try to fix is this One as soon as I have an hour or two to spend on it. |
@archetipico Any ideas? |
The last time I wrote here was March 31... I forgot about this issue. May I suggest that instead of using
I think the |
If I'm not wrong(it's a bit since my last reiew of that code), that's the problem. |
Typing
/urban argument1
and then/urban argument2
will be resulting in a conflict because if you press the button of the first command you get the next page ofargument1
but if you press the button of the second command, you get still the next page ofargument1
instead ofargument2
.I used
/urban
as an example but the problem is intended in every function that uses Inline buttons.urban.py
The text was updated successfully, but these errors were encountered: