Commit Graph

7 Commits

Author SHA1 Message Date
ayntee b3f9287183 style: format files 2021-01-20 17:02:01 +04:00
Skillz 291d4a2f49 update docs guide 2020-12-26 23:07:26 -05:00
ITOH 24d4489ea4 refactor!: change certain events args order (#238)
* Make them Optional

* Allow/Deny changed to Strings in v8

* Revert "Allow/Deny changed to Strings in v8"

This reverts commit 3ffb55705c.

* Revert "Revert "Allow/Deny changed to Strings in v8""

This reverts commit 4fb7ef271e.

* Revert "Revert "Revert "Allow/Deny changed to Strings in v8"""

This reverts commit d5a020e307.
2020-12-09 11:20:45 +04:00
Skillz4Killz 2eea47b63a fix: guildBan* events argument order (#233) 2020-12-07 23:11:36 +04:00
ITOH 0d8ae91779 Switch to deno.land/x from x.nest.land (#227)
* Change import Links

* Update import Links

* Update createcommand.md

* Update createevent.md
2020-12-07 19:48:11 +04:00
ITOH faed440a7a Update Step By Step
- Changed code to use latest Discordeno Boilerplate features.
- Correct deprecated imports.
- Change Links to use the new documentation.
- Change order of files
Changed some more things too
2020-12-05 21:41:35 +01:00
ayntee 175b4230ed Better Docs 🎉 (#205)
* docs: rename docs to _docs

* docs: initialize a vuepress app

* docs: customize vuepress config

* docs: remove unnecessary files from archived docs

* ci: add deployment workflow

* docs: use vuepress instead uh-idk-template-ig

* ci(deploy): cd into docs dir

* ci(deploy): cd into docs

* ci(deploy): change setup-node version to v2

* revert: "ci(deploy): change setup-node version to v1"

* ci(deploy): run workflow on push

* chore: add dist/ to .gitignore

* docs: remove dist from the docs dir

* ci(deploy): correct publish_dir path

* ci(deploy): run the deploy workflow only on push to master

* docs: correct repo url
2020-11-19 23:34:50 +04:00