sudobot icon indicating copy to clipboard operation
sudobot copied to clipboard

Using a list of filters in MessageHandler is getting deprecated

Open expectocode opened this issue 8 years ago • 1 comments

UserWarning: Using a list of filters in MessageHandler is getting deprecated, please use bitwise operators (& and |) instead. More info: https://git.io/vPTbc.

expectocode avatar Aug 04 '17 01:08 expectocode

Remove the brackets ([ and ]) around Filters.text on line 110

bvanrijn avatar Aug 04 '17 08:08 bvanrijn