-
Notifications
You must be signed in to change notification settings - Fork 29
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
Add guides to Concord #109
Comments
I'll get most of these done, in addition to guides covering
|
Adding the config.json related guides to the guides directory. References Cogmasters#109
Adding the config.json related guides to the guides directory. References Cogmasters#109
Adding the config.json related guides to the guides directory. References Cogmasters#109 Co-authored-by: Lucas Müller <[email protected]>
Adding the "using sqlite3 with concord" guide. References Cogmasters#109 Co-authored-by: HackerSmacker
Adding the "using sqlite3 with concord" guide. References Cogmasters#109 Co-authored-by: HackerSmacker
Adding the "using sqlite3 with concord" guide. References Cogmasters#109 Co-authored-by: HackerSmacker
Adding the "using sqlite3 with concord" guide. References Cogmasters#109 Co-authored-by: HackerSmacker
Adding the config.json related guides to the guides directory. References Cogmasters#109 Co-authored-by: Lucas Müller <[email protected]>
Adding the "using sqlite3 with concord" guide. References Cogmasters#109 Co-authored-by: HackerSmacker
Adding the "using sqlite3 with concord" guide. References Cogmasters#109 Co-authored-by: HackerSmacker
Adding the debugging guide md file. Refereces Cogmasters#109 Co-authored-by: HackerSmacker
Adding the "using sqlite3 with concord" guide. References Cogmasters#109 Co-authored-by: Lucas Müller <[email protected]> Co-authored-by: HackerSmacker
Adding the "env vars with concord" guide. References Cogmasters#109
Adding the "env vars with concord" guide. References Cogmasters#109
Adding the "env vars with concord" guide. References Cogmasters#109
Adding the "using sqlite3 with concord" guide. References Cogmasters#109 Co-authored-by: Lucas Müller <[email protected]> Co-authored-by: HackerSmacker
Adding the debugging guide md file. Refereces Cogmasters#109 Co-authored-by: Lucas Müller <[email protected]> Co-authored-by: HackerSmacker
Adding the "env vars with concord" guide. References Cogmasters#109 Co-authored-by: Lucas Müller <[email protected]>
Adding slash commands guide, that will teach how to create (global and guild specific) slash commands, respond to them, and how delete them. References Cogmasters#109
Adding slash commands guide, that will teach how to create (global and guild specific) slash commands, respond to them, and how delete them. References Cogmasters#109
Adding slash commands guide, that will teach how to create (global and guild specific) slash commands, respond to them, and how delete them. References Cogmasters#109
Adding slash commands guide, that will teach how to create (global and guild specific) slash commands, respond to them, and how delete them. References Cogmasters#109
Adding slash commands guide, that will teach how to create (global and guild specific) slash commands, respond to them, and how delete them. References Cogmasters#109
Adding the "using sqlite3 with concord" guide. References Cogmasters#109 Co-authored-by: Lucas Müller <[email protected]> Co-authored-by: HackerSmacker
Adding the "using sqlite3 with concord" guide. References Cogmasters#109 Co-authored-by: Lucas Müller <[email protected]> Co-authored-by: HackerSmacker
Adding the debugging guide md file. Refereces Cogmasters#109 Co-authored-by: Lucas Müller <[email protected]> Co-authored-by: HackerSmacker
Adding the "env vars with concord" guide. References Cogmasters#109 Co-authored-by: Lucas Müller <[email protected]> Co-authored-by: HackerSmacker
Adding the guide of how to install Concord on termux. References Cogmasters#109 Co-authored-by: Lucas Müller <[email protected]> Co-authored-by: HackerSmacker
Adding the guide of how to use embeds with Concord. References Cogmasters#109 Co-authored-by: Lucas Müller <[email protected]> Co-authored-by: HackerSmacker
A question about a feature: how do I set a bot's status to do not disturb then back to online in C? |
You can do that with discord_update_presence(), here is an example for reference! |
Thanks. And, is there a way to enable all intents? |
|
It immediately fails with that trick for some reason. |
You got some logs? (make sure to enable logging at your |
Logging does not seem to be working with running Though, at least using |
Sorry, my bad; works differently than I thought.
|
Yeah then forget about that trick.. I assumed just filling up all |
That seems to work; thank you. I also just found the Discord server link lol to ask there in the future. |
Adding slash commands guide, that will teach how to create (global and guild specific) slash commands, respond to them, and how delete them. References Cogmasters#109
Adding slash commands guide, that will teach how to create (global and guild specific) slash commands, respond to them, and how delete them. References #109
Oops, wrong PR, I meant to close #160 |
Describe the feature
This issue is for keeping track of the many guides that should help make Concord a more welcoming place to newcomers. If you got any suggestions, feel free to write them down below!
NOTE: all of the following should be added to
docs/guides/
Acceptance criteria
config.json
filesenv
variablesVersion
v2.1.0
The text was updated successfully, but these errors were encountered: