diff --git a/.github/workflows/docusaurus.yml b/.github/workflows/docusaurus.yml index d60f9ce76..13f7d95d4 100644 --- a/.github/workflows/docusaurus.yml +++ b/.github/workflows/docusaurus.yml @@ -18,7 +18,7 @@ jobs: cache: npm - name: Install dependencies - run: npm install + run: npm ci - name: Build website run: npm run build diff --git a/.idea/workspace.xml b/.idea/workspace.xml index 282225419..1e26db529 100644 --- a/.idea/workspace.xml +++ b/.idea/workspace.xml @@ -1,8 +1,11 @@ - + + + + + + + + + @@ -100,7 +108,14 @@ @@ -120,6 +135,7 @@ - \ No newline at end of file diff --git a/docs/guide/walkthrough/plugins.md b/docs/guide/walkthrough/plugins.md index 23f64af7f..380b40799 100644 --- a/docs/guide/walkthrough/plugins.md +++ b/docs/guide/walkthrough/plugins.md @@ -101,7 +101,7 @@ Again, it is up to **you** to define plugin logic! The possibilities to customiz Command Plugins are good for ensuring the shape, location, and preprocessing of your commands. ::: ## Event Plugins -![event-plugins](../../../assets/images/eventplugins.drawio.svg)
+![event-plugins](../../../static/img/eventplugins.drawio.svg)
- An event is emitted by discord.js. - This event is passed to all plugins (**in order!!**), - If all are successful, diff --git a/static/img/logo.svg b/static/img/logo.svg deleted file mode 100644 index 9db6d0d06..000000000 --- a/static/img/logo.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file