Commit Graph

8 Commits

Author SHA1 Message Date
ayntee
8654aeded5 refactor: rename controllers to handlers and handlers to helpers (#660)
* refactor: rename controllers to handlers and handlers to helpers

* fmt
2021-03-11 21:41:03 +04:00
ayntee
5566046fed refactor(controllers): remove redundant DiscordPayload#t check (#653) 2021-03-10 23:38:28 +04:00
ITOH
2c3692810d refactor(structures): rename create* functions (#395)
* structures: rename structure create functions

* fix: errors occured because of structure rename

* fix(controllers): errors occured because of structure rename

* fix

* fix createServer to createGuild rename

* rename create*structure to create*Struct

* update docs

* Phew

* rename createguildrole

* fix that

* fmt?

* idk

* why

* fixxess

* Update member.ts

* Update member.ts

* ahh found it

* revert this

* Update mod.ts

Co-authored-by: ayntee <ayyantee@gmail.com>
2021-03-08 20:37:06 +04:00
ayntee
b3f9287183 style: format files 2021-01-20 17:02:01 +04:00
ITOH
4888dc37da docs: update GitHub repository link (#225)
* Update FAQ links

* Update gettingstarted.md

* Update dockerhosting.md
2020-12-07 14:02:26 +04:00
ITOH
61e86a44e8 Update arguments.md 2020-12-05 23:06:35 +01:00
ITOH
924f7c0ba5 Update Advanced Guide
- Changed code to use latest Discordeno Boilerplate features.
- Correct deprecated imports.
- Change Links to use the new documentation.
Changed some more things too
2020-12-05 22:33:04 +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