You've already forked monobank-firefly3-bot
Add support for multi-currency transfers
This commit is contained in:
@ -8,6 +8,7 @@ type Config struct {
|
||||
type ConfigAccount struct {
|
||||
Firefly3Name string `json:"firefly3_name,omitempty"`
|
||||
MonobankId string `json:"monobank_id,omitempty"`
|
||||
Currency string `json:"currency,omitempty"`
|
||||
}
|
||||
|
||||
type ConfigTransactionTypes struct {
|
||||
|
Reference in New Issue
Block a user