1
0
mirror of https://github.com/Refactorio/RedMew.git synced 2025-02-09 13:37:05 +02:00

Add 'donator' to chat triggers. (#1313)

This commit is contained in:
grilledham 2022-04-13 19:47:06 +01:00 committed by GitHub
parent 1040c5f7bc
commit 9c134907ce
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -11,6 +11,7 @@ local auto_replies = {
['discord'] = {{'chat_triggers.discord'}},
['patreon'] = {{'chat_triggers.patreon'}},
['donate'] = {{'chat_triggers.donate'}},
['donator'] = {{'chat_triggers.donate'}},
['grief'] = {{'chat_triggers.grief'}}
}