You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
this supports multiple activity types (`playing`, `watching`, `listening` and `streaming`).
38
43
39
44
### Removed
40
45
- Removed the deprecated `status` command.
41
-
- This also means you will have to reset your bot status with the `activity` command as it will break.
46
+
- This also means you will have to reset your bot status with the
47
+
`activity` command, as `status` command is removed.
42
48
43
49
# v2.3.0
44
50
45
51
### Added
46
-
- Ability to selfhost logs
52
+
- Ability to self-host logs.
47
53
48
54
### Changed
49
55
- Improved format for log channel embeds.
50
-
- Roles are now comma seperated in info embed
51
-
- This only applies to seperate server setups
56
+
- Roles are now comma separated in info embed.
57
+
- This only applies to separate server setups.
52
58
53
59
### Fixed
54
-
- Bug in subscribe command, it will now unsub after a thread is closed.
55
-
60
+
- Bug in subscribe command, it will now unsubscribe after a thread is closed.
56
61
57
62
# v2.2.0
63
+
58
64
### Added
59
-
-Added a notify command `notify [role]`
65
+
-Notify command `notify [role]`.
60
66
- Notify a given role or yourself to the next thread message received.
61
67
- Once a thread message is received you will be pinged once only.
62
68
63
-
-Added a subscribe command `sub [role]` / `unsub [role]`
69
+
-Subscribe command `sub [role]` / `unsub [role]`.
64
70
- Subscribes yourself or a given role to be notified when thread messages are received.
65
-
- You will be pinged for every thread message recieved until you unsubscribe.
71
+
- You will be pinged for every thread message received until you unsubscribe.
66
72
67
73
### Changed
68
-
-Improve log channel message format slightly.
74
+
-Slightly improved log channel message format.
69
75
70
76
# v2.1.1
71
77
72
78
### Fixed
73
-
- Small bug in close command.
79
+
- Small bug in `close` command.
74
80
75
81
# v2.1.0
76
82
77
83
### Added
78
84
- Ability to set a custom thread creation response message.
79
-
-Do this via `config set thread_creation_response [message]`
85
+
-Via `config set thread_creation_response [message]`.
80
86
81
87
### Changed
82
88
- Improve logs command format.
@@ -93,19 +99,19 @@ Breaking changes for bot status.
93
99
# v2.0.9
94
100
95
101
### Added
96
-
- Support for custom blocked emoji and sent emoji
102
+
- Support for custom blocked emoji and sent emoji.
97
103
- Use the `config set blocked_emoji` or `sent_emoji` commands.
98
104
99
105
### Quick Fix
100
-
- Support multiple image and file attachments in one message
106
+
- Support multiple image and file attachments in one message.
101
107
- This is only possible on mobile so its good to handle it in code.
102
108
103
109
# v2.0.8
104
110
105
-
Improvements in commands and new config options available.
111
+
Improvements to commands and new config options available.
106
112
107
113
### Added
108
-
- Added the ability to use your own log channel
114
+
- Added the ability to use your own log channel.
109
115
- You can do this via the `config set log_channel_id <id>` command.
110
116
- Added the ability to use your own main inbox category.
111
117
- You can do this via the `config set main_category_id <id>` command.
@@ -120,7 +126,7 @@ Improvements in commands and new config options available.
120
126
New command and improvements in bot update message interfaces.
121
127
122
128
### Added
123
-
- Added a changelog command to view the bot's changelog within discord.
129
+
- Added a `changelog` command to view the bot's changelog within discord.
124
130
125
131
### Changed
126
132
- Update command now shows latest changes directly from the [CHANGELOG.md](https://modmail.tk/) in the repo.
@@ -137,64 +143,68 @@ New command and improvements in bot update message interfaces.
137
143
# v2.0.5
138
144
139
145
### Changed
140
-
-Alias command now checks if you are adding a valid alias - command combo.
146
+
-`alias` command now checks if you are adding a valid alias-command combo.
141
147
- Deleting a channel manually will now correctly close the thread and post logs.
142
148
143
149
# v2.0.4
144
150
145
151
### Fixed
146
-
- Fixed a one off bug where the channel topic dissapears, but modmail operations should still continue
147
-
- Fixed linked_message_id issues.
152
+
- Fixed a one off bug where the channel topic disappears, but modmail operations should still continue.
153
+
- Fixed `linked_message_id` issues.
148
154
149
155
# v2.0.3
150
156
151
157
Fixed some issues with how data is displayed in the info embed.
152
158
153
159
### Fixed
154
160
- Thread creation embed now shows the correct amount of past logs.
155
-
- If using a seperate server setup, roles in the info embed now are shown as names instead of mentions.
161
+
- If using a separate server setup, roles in the info embed now are shown as names instead of mentions.
156
162
- This is due to the fact that you can't mention roles across servers.
157
163
158
164
# v2.0.2
159
165
160
166
### Security
161
-
- Made the logs command require manage messages permissions to execute.
162
-
- Before this patch, anyone could use the logs commands.
167
+
- Made the `logs` command require "manage messages" permissions to execute.
168
+
- Before this patch, anyone could use the `logs` commands.
163
169
164
170
# v2.0.1
165
171
166
172
Bug fixes and minor improvements.
167
173
168
174
### Changed
169
-
- Improved block/unblock commands.
170
-
- They now take a wider range of arguments: Usernames, nicknames, mentions and user IDs.
175
+
- Improved `block`/`unblock` commands.
176
+
- They now take a wider range of arguments: usernames, nicknames, mentions and user IDs.
171
177
172
178
### Fixed
173
179
- Setup command now configures permissions correctly so that the bot will always be able to see the main operations category.
174
180
175
181
# v2.0.0
176
182
177
-
This release introduces the use of our centralized [API service](https://github.com/kyb3r/webserver) to enable dynamic configuration, auto-updates, and thread logs. To use this release you must acquire an API token from https://modmail.tk. Read the updated installation guide [here](https://github.com/kyb3r/modmail/wiki/installation).
183
+
This release introduces the use of our centralized
184
+
[API service](https://github.com/kyb3r/webserver) to enable dynamic
185
+
configuration, auto-updates, and thread logs.
186
+
To use this release you must acquire an API token from https://www.modmail.tk.
187
+
Read the updated installation guide [here](https://github.com/kyb3r/modmail/wiki/installation).
178
188
179
189
### Changed
180
-
- Stability improvements through synchronization primitives
181
-
- Refactor thread management and code
182
-
- Update command now uses `api.modmail.tk`
183
-
- Removed `archive` command
184
-
- Explanation: With thread logs (that lasts forever), there's no point in archiving.
190
+
- Stability improvements through synchronization primitives.
191
+
- Refactor thread management and code.
192
+
- Update command now uses `api.modmail.tk`.
185
193
-`contact` command no longer tells the user you messaged them 👻
186
194
187
195
### Fixed
188
-
-Status command now changes playing status indefinitely
196
+
-`status` command now changes playing status indefinitely.
189
197
190
198
### Added
191
-
- Dynamic help command (#84)
192
-
- Dynamic configuration through `api.modmail.tk`
193
-
- Thread logs via `logs.modmail.tk` (#78)
194
-
-`log` command added
195
-
- Automatic updates (#73)
196
-
- Dynamic command aliases and snippets (#86)
197
-
- Optional support for using a seperate guild as the operations center (#81)
198
-
- NSFW Command to change channels to NSFW (#77)
199
-
200
-
# v0.0.0
199
+
- Dynamic `help` command (#84).
200
+
- Dynamic configuration through `api.modmail.tk`.
201
+
- Thread logs via `logs.modmail.tk` (#78).
202
+
-`log` command added.
203
+
- Automatic updates (#73).
204
+
- Dynamic command aliases and snippets (#86).
205
+
- Optional support for using a seperate guild as the operations center (#81).
206
+
- NSFW Command to change channels to NSFW (#77).
207
+
208
+
### Removed
209
+
- Removed `archive` command.
210
+
- Explanation: With thread logs (that lasts forever), there's no point in archiving.
0 commit comments