Skip to content

Commit 3b43325

Browse files
authored
Merge pull request #203 from Ohtuproju2021syksy/v13
V13
2 parents 7b87c01 + b3fcc51 commit 3b43325

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

documentation/usermanual-admin.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ To update server and course invite links, use `!update_invitelinks` inside the _
7070

7171
### Listing all courses and channels that should exist ###
7272

73-
To see what courses and channels exist in the database, use `!list_courses` inside the _#commands_ text channel.
73+
To see what courses and channels exist in the database, use `!list_courses` inside the _#commands_ text channel. This will also list the saved DiscordID numbers so you can see if database includes them for every category and channel.
7474

7575
### Check server status ###
7676

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,8 @@
2222
"src/discordBot/commands/faculty/create_poll.js",
2323
"src/discordBot/commands/admin/update_database.js",
2424
"src/discordBot/commands/admin/restore_server_from_database.js",
25-
"src/discordBot/commands/admin/server_status.js"
25+
"src/discordBot/commands/admin/server_status.js",
26+
"src/discordBot/commands/admin/list_courses.js"
2627
],
2728
"testRegex": "./__tests__/jest"
2829
},

0 commit comments

Comments
 (0)