You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+12-12Lines changed: 12 additions & 12 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
# Discord Message Components
2
2
3
-
Components to easily build and display fake Discord messages on your webpages. Currently available for [Vue 3](https://github.com/Danktuary/discord-message-components/tree/main/packages/vue) and [React](https://github.com/Danktuary/discord-message-components/tree/main/packages/react). Vue 2 and Web Components support coming soon.
3
+
Components to easily build and display fake Discord messages on your webpages. Currently available for [Vue 3](https://github.com/Pycord-Development/discord-message-components/tree/main/packages/vue) and [React](https://github.com/Danktuary/discord-message-components/tree/main/packages/react). Vue 2 and Web Components support coming soon.
4
4
5
5
## Features
6
6
@@ -24,18 +24,18 @@ Coming soon!
24
24
25
25
### Vue
26
26
27
-
Refer to [`@discord-message-components/vue`'s README](https://github.com/Danktuary/discord-message-components/tree/main/packages/vue#readme) for full notes and examples.
27
+
Refer to [`@pycord/discord-message-components-vue`'s README](https://github.com/Pycord-Development/discord-message-components/tree/main/packages/vue#readme) for full notes and examples.
28
28
29
29
```sh
30
-
yarn add @discord-message-components/vue
31
-
# or npm install @discord-message-components/vue
30
+
yarn add @pycord/discord-message-components-vue
31
+
# or npm install @pycord/discord-message-components-vue
Refer to [`@discord-message-components/react`'s README](https://github.com/Danktuary/discord-message-components/tree/main/packages/react#readme) for full notes and examples.
64
+
Refer to [`@pycord/discord-message-components-react`'s README](https://github.com/Pycord-Development/discord-message-components/tree/main/packages/react#readme) for full notes and examples.
65
65
66
66
```sh
67
-
yarn add @discord-message-components/react
68
-
# or npm install @discord-message-components/react
67
+
yarn add @pycord/discord-message-components-react
68
+
# or npm install @pycord/discord-message-components-react
0 commit comments