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 19
19
)
20
20
except ModuleNotFoundError :
21
21
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]`"
23
23
)
24
24
raise
25
25
Original file line number Diff line number Diff line change 16
16
import sentry_sdk
17
17
except ModuleNotFoundError :
18
18
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]`"
20
20
)
21
21
raise
22
22
You can’t perform that action at this time.
0 commit comments