Skip to content

Commit fe4f27b

Browse files
committed
fix: Update installation instructions for jurigged and sentry
Use `discord-py-interactions` instead of just `interactions` so users can copy the text without it failing
1 parent 758904a commit fe4f27b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

interactions/ext/jurigged.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
)
2020
except 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

interactions/ext/sentry.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
import sentry_sdk
1717
except 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

0 commit comments

Comments
 (0)