Closed mcumbers closed 7 years ago
0.20.8
No
It's not possible to use the updateArray function with SettingGateway instances initialized with a type other than guild
updateArray should update arrays in SettingGateway instances based on all types
updateArray throws an error and fails to update arrays on SettingGateway instances other than ones based on guild types
Found the issue. Unlike SettingGateway#update, SettingGateway#updateArray does not have a parameter reserved for guild resolving.
Should be fixed in #335 @mcumbers
Let me know if it's not.
Version of Komada
0.20.8
Are core files modified?
No
Describe the problem
It's not possible to use the updateArray function with SettingGateway instances initialized with a type other than guild
Expected Behaviour
updateArray should update arrays in SettingGateway instances based on all types
Actual Behaviour
updateArray throws an error and fails to update arrays on SettingGateway instances other than ones based on guild types
Steps to Reproduce.