Commit Graph

13 Commits

Author SHA1 Message Date
ayntee
b74f9af48f docs: boilerplate -> template 2021-03-25 14:47:39 +04:00
ayntee
16ba155f33 style: format json files (#563) 2021-03-03 14:07:57 +04:00
ayntee
8b55f20d2f docs: rename discordeno/discordeno-boilerplate to discordeno/boilerplate (#521) 2021-02-14 22:39:55 +04:00
ayntee
0004e3ecf0 docs: update boilerplate link (#492) 2021-01-30 18:26:09 +04:00
ayntee
b3f9287183 style: format files 2021-01-20 17:02:01 +04:00
Mito
e4125820d7 Fixed typo
"Let's set it to to 5" -> "Let's set it to 5"
2020-12-31 15:25:31 -05: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
2842357509 Apply suggestions from code review
Co-authored-by: Skillz4Killz <23035000+Skillz4Killz@users.noreply.github.com>
2020-12-05 23:08:19 +01: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