-
-
Notifications
You must be signed in to change notification settings - Fork 101
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
[FEATURE REQUEST] Add AddButton and RemoveButton #147
Comments
oh i forgot to mension @Lachee |
Please, add it. I need it in my project <3 |
how i can add butons plis help |
if you want do like that, you can try this: var btn1 = new Button();
btn1.Label = "Test"
btn1.Url = "Uri"
presence.Buttons[0] = btn1 But when i try it doesn't work |
what do you mean "doesn't work". @Mrgaton it needs to be an array |
i dont now how to do thath can u show me code plis im new in c# |
its an array... you need to declare an array. |
@Mrgaton, I do not help with introductory programming questions in discord or as issues. I expect users of my libraries and tools to know at least basic C# and programming. I just don't have the time to help every possible beginner, sorry 😢. There are plenty of resources online to get you started and the examples show you how to do it 🤨 Please do some research outside this issue. |
o okey sory i now what is timestamp |
Okey u are awesome Lachee |
see issue #150 |
Hello again, I have another thing that could be added, which is
AddButton
andRemoveButton
like:The text was updated successfully, but these errors were encountered: