baptiste0928
4544ac5db8
Add custom emoji instructions for reactOnSeenEmoji ( #543 )
2021-01-28 14:42:16 +02:00
Dragory
0d7c13245b
Update docs
2021-01-07 21:15:12 +02:00
Dragory
d48c21f608
Add option: useGitForGitHubPlugins
2021-01-07 21:13:45 +02:00
Dragory
4b1c092a7b
Allow setting status to 'none' to disable setting status automatically
2021-01-07 20:18:19 +02:00
Dragory
4a2edc6267
Change default mentionRole value to none
2021-01-07 20:11:57 +02:00
Dragory
b95c134a02
Update docs with new default value for inboxServerPermission
2021-01-07 20:10:06 +02:00
Dragory
623ec15d13
Add option: showResponseMessageInThreadChannel
2020-11-08 16:46:09 +02:00
Liam
eea6a1c2b7
Add allowBlock, allowSuspend, and allowSnippets as configuration options ( #498 )
...
Co-authored-by: Miikka <2606411+Dragory@users.noreply.github.com>
2020-11-05 18:32:43 +02:00
Dragory
2f44b63690
More consistent wording in docs
2020-11-01 23:33:50 +02:00
Dragory
7a9bcc5b95
Add pinThreadHeader option
2020-11-01 23:26:38 +02:00
Dragory
dd4640bfff
Add autoAlert/autoAlertDelay options
2020-11-01 22:51:05 +02:00
Dragory
b2d9c6ecb1
Clarify mentionRole docs
2020-11-01 21:51:37 +02:00
Dragory
bbca6a873f
Allow setting a default display role
...
Same command as for threads, !role, but used outside a thread.
2020-10-22 00:17:14 +03:00
Dragory
2d13f88ccc
Add `fallbackRoleName` option. Don't include "Moderator" in role-less anonymous replies unless `fallbackRoleName` is set.
2020-10-21 23:24:45 +03:00
Dragory
0e2135943f
Add !role command to change the role displayed in your replies
2020-10-21 23:15:41 +03:00
Dragory
5815157190
Refuse to send replies with an unknown inline snippet
...
This behavior can be disabled by setting the following option:
errorOnUnknownInlineSnippet = off
2020-10-21 22:33:17 +03:00
Dragory
90dd35194c
Add support for inline snippets. Fixes #464
2020-10-21 22:07:35 +03:00
Dragory
3a7f7ffc90
Add support for alternative log storage types
2020-09-23 03:16:26 +03:00
Dragory
0c9302b41b
Add statusType option
2020-09-23 00:58:18 +03:00
Dragory
bf47fb7406
Add 'none' option for mentionRole
2020-09-23 00:38:46 +03:00
Dragory
171ad403d9
Add updateNotificationsForBetaVersions option
2020-09-23 00:25:50 +03:00
Dragory
e2de5b97bd
Documentation clean-up
2020-09-23 00:20:55 +03:00
Nils
96e8eae188
Fully functioning built-in plugin to send system messages on join/leave ( #437 )
...
Co-authored-by: Miikka <2606411+Dragory@users.noreply.github.com>
2020-09-23 00:19:34 +03:00
funkyhippo
3af5a67c1b
Added anonymizeChannelName configuration option.
2020-09-23 00:17:31 +03:00
Dragory
307b9fdee4
docs: fix formatting
2020-09-22 22:26:21 +03:00
Dragory
8d2e76c7b1
docs: fix misnamed option, fixes #454
2020-09-22 22:26:08 +03:00
Dragory
15afd0995d
Some wording tweaks/clarifications in docs
2020-08-17 02:17:32 +03:00
Dragory
4fbf2a1769
Rename guildGreetings to serverGreetings
...
The original name (guildGreetings) is now an alias for the new option
name, so old configs will still work after this change.
2020-08-17 01:21:07 +03:00
Dragory
900a14d8a1
Rename categoryAutomation.newThreadFromGuild to categoryAutomation.newThreadFromServer
...
The original name (categoryAutomation.newThreadFromGuild) is now
an alias for the new option name, so old configs still work after
this change.
2020-08-17 01:04:05 +03:00
Dragory
be7f172b62
Rename mainGuildId to mainServerId, mailGuildId to inboxServerId
...
The original names (mainGuildId, mailGuildId) are now aliases for
the new option names, so old configs still work after this change.
2020-08-16 23:53:35 +03:00
David
fbcdec5a4b
Update configuration.md ( #411 )
...
Removes the "wrapped in quotes section" and adds "accepts multiple values" for mainGuildID
2020-08-16 19:01:52 +03:00
Dragory
78a1cc34be
threadOnMention -> createThreadOnMention
2020-08-16 18:36:51 +03:00
Dragory
e0aa3a73ae
Merge #397
2020-08-16 18:34:51 +03:00
Dragory
041e095950
Merge #398
2020-08-16 18:27:51 +03:00
Dragory
205262660b
Fix line break in documentation
2020-08-14 01:04:07 +03:00
Dragory
25f2814e11
Update documentation with new options
2020-08-14 01:00:43 +03:00
Dragory
1c5b08b4c6
Update docs on the attachmentStorage option
2020-08-13 02:46:30 +03:00
eegras@eegrasstudios.com
b566be85fe
Implement reactOnSeen
2020-06-05 13:11:56 -05:00
DopeGhoti
edd2ceb1ab
Add optional automatic thread creation on mention
...
Add an option to have the bot automatically open a
new thread when a user @s the bot in a monitored
channel. Modify configuration parser to handle the
new settings; add a stanza to the configuration
documentiaion for it.
2020-06-04 20:27:01 -07:00
Miikka
425c0bb210
Update configuration.md
2019-12-09 08:31:19 +02:00
Dragory
5d71312788
Add documentation about loading config values programmatically
2019-12-03 02:45:42 +02:00
Dragory
8dd6513ca3
Add support for loading config values from environment variables
2019-12-03 02:40:50 +02:00
Dragory
89e7d6373b
Switch from TOML to INI. New documentation. Add start.bat file for Windows.
2019-12-03 01:51:11 +02:00