Skip to content
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

Command triggering other commands #208

Open
TheOriginalSoni opened this issue Nov 26, 2024 · 0 comments
Open

Command triggering other commands #208

TheOriginalSoni opened this issue Nov 26, 2024 · 0 comments
Labels
Code: Lots of work needed For issues that require significant time or codebase overhaul help wanted Extra attention is needed Priority: Critical

Comments

@TheOriginalSoni
Copy link
Collaborator

"real custom commands" - As simple as "Trigger other commands like a bash script"

~command1 $1
~command2 $1 $2

It has something like

custom_command = “assignrole”
if bot.hasattr(custom_command, “”):
  bot.(uhhh… call?)(custom_command)
@TheOriginalSoni TheOriginalSoni added help wanted Extra attention is needed Priority: Critical Code: Lots of work needed For issues that require significant time or codebase overhaul labels Nov 26, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Code: Lots of work needed For issues that require significant time or codebase overhaul help wanted Extra attention is needed Priority: Critical
Projects
None yet
Development

No branches or pull requests

1 participant