File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 1919 )
2020except ModuleNotFoundError :
2121 get_logger ().error (
22- "jurigged not installed, cannot enable jurigged integration. Install with `pip install interactions[jurigged]`"
22+ "jurigged not installed, cannot enable jurigged integration. Install with `pip install discord-py- interactions[jurigged]`"
2323 )
2424 raise
2525
Original file line number Diff line number Diff line change 1616 import sentry_sdk
1717except ModuleNotFoundError :
1818 get_logger ().error (
19- "sentry-sdk not installed, cannot enable sentry integration. Install with `pip install interactions[sentry]`"
19+ "sentry-sdk not installed, cannot enable sentry integration. Install with `pip install discord-py- interactions[sentry]`"
2020 )
2121 raise
2222
You can’t perform that action at this time.
0 commit comments