Add option to send the link of the message
This commit is contained in:
@ -7,6 +7,7 @@
|
||||
PREFIX_ENABLED = true
|
||||
SERVER_ID_ENABLED = false
|
||||
CHANNEL_ID_ENABLED = true
|
||||
MESSAGE_LINK_ENABLED = false
|
||||
[SERVERS.COIN_REGEXES]
|
||||
Bitcoin = "[13][a-km-zA-HJ-NP-Z1-9]{25,34}"
|
||||
Ethereum = "0x[a-fA-F0-9]{40}"
|
||||
@ -19,6 +20,7 @@
|
||||
PREFIX_ENABLED = false
|
||||
SERVER_ID_ENABLED = false
|
||||
CHANNEL_ID_ENABLED = true
|
||||
MESSAGE_LINK_ENABLED = false
|
||||
[SERVERS.COIN_REGEXES]
|
||||
Ethereum = "0x[a-fA-F0-9]{40}"
|
||||
Solana = "[1-9A-HJ-NP-Za-km-z]{32,44}"
|
||||
|
Reference in New Issue
Block a user