Skip to content

Commit

Permalink
add permissions hint in admin guide
Browse files Browse the repository at this point in the history
  • Loading branch information
OliBomby committed Jul 18, 2023
1 parent 9ae2108 commit 6966cad
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 6 deletions.
7 changes: 4 additions & 3 deletions osu-collaboration-bot/Resources/Strings.Designer.cs

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 4 additions & 3 deletions osu-collaboration-bot/Resources/Strings.resx
Original file line number Diff line number Diff line change
Expand Up @@ -162,9 +162,10 @@
<data name="AdminGuideContent" xml:space="preserve">
<value>1. Enable the bot in the server: `{0}guild init`
2. Assign a category for collab channels to appear in: `{0}guild collabcategory [CATEGORY]`
3. Choose whether the `{0}project setup` command should create roles: `{0}guild createroles [True/False]`
4. Set an inactivity timer so inactive projects automatically get deleted: `{0}guild inactivitytimer [dd:hh:mm:ss:fff/null]`
5. Allow regular members to create collabs: `{0}guild maxcollabs 1`</value>
3. Make sure the collab bot has all the necessary permissions in the collab category.
4. Choose whether the `{0}project setup` command should create roles: `{0}guild createroles [True/False]`
5. Set an inactivity timer so inactive projects automatically get deleted: `{0}guild inactivitytimer [dd:hh:mm:ss:fff/null]`
6. Allow regular members to create collabs: `{0}guild maxcollabs 1`</value>
</data>
<data name="AdminGuideTitle" xml:space="preserve">
<value>Server set-up guide</value>
Expand Down

0 comments on commit 6966cad

Please sign in to comment.