Commit 2c386dc
authored
Thread based help system (#445)
PoC for thread overview
Auto update more frequently, adding close command
Removed old free-system
Adjust top helper system
Implicit ask listener, invite author to thread, more stable listening
Added user cooldown
Adjusted cooldown time
Adding tags and auto-invite helpers
tag -> category (to avoid confusion with tag system)
Change help category command
Added categorizing of active question overview
getGuilds() -> getGuildCache() (CR Tais)
Bot message cleanup routine
invite helpers via soft-ping
Fixed some bug with the overview
sorting overview by creation time desc
changing cleanup timer 5min -> 2min
Bugfix with overview message retrieval
added "how to ask" explanation
improved "how to ask" explanation
Bugfix wrong messages selected as status messages
Removed code duplication, code polish
Javadoc
bugfix with change category not matching
Fixed missing docs
Overloads should be placed next to each other (linter)1 parent 15c0115 commit 2c386dc
File tree
24 files changed
+1177
-1277
lines changed- application
- src/main
- java/org/togetherjava/tjbot
- commands
- free
- help
- tophelper
- config
- resources
24 files changed
+1177
-1277
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
11 | | - | |
12 | | - | |
13 | | - | |
14 | | - | |
15 | | - | |
16 | | - | |
17 | | - | |
18 | | - | |
19 | | - | |
20 | | - | |
21 | 11 | | |
22 | 12 | | |
23 | 13 | | |
| |||
33 | 23 | | |
34 | 24 | | |
35 | 25 | | |
36 | | - | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
37 | 48 | | |
Lines changed: 8 additions & 6 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
9 | | - | |
10 | | - | |
11 | | - | |
| 9 | + | |
12 | 10 | | |
13 | 11 | | |
14 | 12 | | |
| |||
62 | 60 | | |
63 | 61 | | |
64 | 62 | | |
65 | | - | |
| 63 | + | |
66 | 64 | | |
67 | 65 | | |
68 | 66 | | |
| |||
75 | 73 | | |
76 | 74 | | |
77 | 75 | | |
78 | | - | |
| 76 | + | |
79 | 77 | | |
80 | 78 | | |
81 | 79 | | |
82 | 80 | | |
83 | 81 | | |
| 82 | + | |
84 | 83 | | |
85 | 84 | | |
86 | 85 | | |
| |||
107 | 106 | | |
108 | 107 | | |
109 | 108 | | |
| 109 | + | |
| 110 | + | |
| 111 | + | |
110 | 112 | | |
111 | 113 | | |
112 | | - | |
| 114 | + | |
113 | 115 | | |
114 | 116 | | |
115 | 117 | | |
| |||
Lines changed: 7 additions & 7 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
19 | | - | |
20 | | - | |
21 | | - | |
22 | | - | |
23 | | - | |
24 | | - | |
25 | | - | |
26 | 19 | | |
27 | 20 | | |
28 | 21 | | |
| |||
34 | 27 | | |
35 | 28 | | |
36 | 29 | | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
37 | 37 | | |
38 | 38 | | |
39 | 39 | | |
| |||
Lines changed: 0 additions & 55 deletions
This file was deleted.
Lines changed: 0 additions & 208 deletions
This file was deleted.
0 commit comments