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
Is your feature request related to a problem? Please describe.
When the bot registers a new user or is added to a new server, it would be nice if it actually introduced itself and explained what just happened rather than doing nothing. We want to make it more recognizable for users to find what they want to do in the economy system and/or with the bot.
Therefore, we want to add a lot of help features that are designed with the aim of making the interface seem less overwhelming and with step by step guides and tutorials.
Describe the solution you'd like
Some rules to follow when implementing these guides:
Tailor the complexity and detail of your explanations accordingly, with the assumption that they no nothing about what this guide is about
Outline the topics you will cover, like a text book
Use simple, straightforward sentences, avoid massive text blocks
Add screenshots, if provided the possibility, to illustrate each step. Ensure visuals are clear and directly related to the text
Use bold or italics to emphasize key points or warnings
Include tips or notes for additional context
Follow your own instructions to ensure they are accurate and complete, things may be get outdated over time
Include a FAQ section if applicable
Use a consistent formatting principle
Proofread for spelling and grammar errors
Revise any unclear or ambiguous instructions
Use the Discord Bot UI Kit (views) wherever possible
Features we want to include are:
Some response that is sent whenever a user is registered, and can also be accessed through a command, entailing what you can do in the economy system
Some response that is sent when the bot joins a server to guide the user as to what the bot can do
A command that does what the tips setting is for (equivalent to /help tip)
More in depth guides on specific commands on first use
This can be done by making use of the __doc__ attribute in all command callbacks.
Guides for commands/functionality that is more advanced in nature on the wiki for this repo
This one is not included because it would require a huge rewrite. But it involves 'viewifying' the help command we've currently got. We want to return to our roots and display all commands, including slash commands. If we're gonna do it, we might as well do it good because this is what people will be seeing most often.
The process of it'll work will be discussed another time.
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
When the bot registers a new user or is added to a new server, it would be nice if it actually introduced itself and explained what just happened rather than doing nothing. We want to make it more recognizable for users to find what they want to do in the economy system and/or with the bot.
Therefore, we want to add a lot of help features that are designed with the aim of making the interface seem less overwhelming and with step by step guides and tutorials.
Describe the solution you'd like
Some rules to follow when implementing these guides:
Features we want to include are:
/help tip
)__doc__
attribute in all command callbacks.This one is not included because it would require a huge rewrite. But it involves 'viewifying' the help command we've currently got. We want to return to our roots and display all commands, including slash commands. If we're gonna do it, we might as well do it good because this is what people will be seeing most often.
The process of it'll work will be discussed another time.
The text was updated successfully, but these errors were encountered: