WIP: Command groups and cogs #31

Draft
RyanJGray wants to merge 2 commits from feature/command-groups into master
RyanJGray commented 2022-12-27 14:11:25 +00:00 (Migrated from github.com)
No description provided.
This pull request has changes conflicting with the target branch.
  • Pipfile.lock
  • app/bot.py
View command line instructions

Checkout

From your project repository, check out a new branch and test the changes.
git fetch -u origin feature/command-groups:feature/command-groups
git switch feature/command-groups

Merge

Merge the changes and update on Forgejo.

Warning: The "Autodetect manual merge" setting is not enabled for this repository, you will have to mark this pull request as manually merged afterwards.

git switch master
git merge --no-ff feature/command-groups
git switch feature/command-groups
git rebase master
git switch master
git merge --ff-only feature/command-groups
git switch feature/command-groups
git rebase master
git switch master
git merge --no-ff feature/command-groups
git switch master
git merge --squash feature/command-groups
git switch master
git merge --ff-only feature/command-groups
git switch master
git merge feature/command-groups
git push origin master
Sign in to join this conversation.
No description provided.