Commit Graph

14 Commits

Author SHA1 Message Date
ayntee 25d7983eba chore: add vscode-related files to .gitignore (#561) 2021-03-01 21:26:53 +04:00
ayntee 43eda057f9 chore: add desktop.ini to .gitignore 2021-01-03 16:22:10 +04:00
ITOH 95e27b1267 Add settings back 2020-12-27 20:59:03 +01:00
ayntee 2dbe51925f chore: ignore .vscode/ 2020-12-27 11:28:17 +04:00
ayntee 7d183b9bef Merge branch 'next' of https://github.com/discordeno/discordeno into getters 2020-12-22 22:06:41 +04:00
Skillz4Killz 19f228c329 feat: slash commands and interactions (#248)
* start slash commands

* lil bit of this

* a little bit of that

* chore: add slash commands' types  (#249)

* Add slash Types

* style: format source files

* interaction create event

* make it a valid controller

* respond to a slash command

* interactions

* shtuff

* gotta get them all

* you gotta hit the bullseye

* you gotta survive

* most important thing i forgot

* please keep this

* more shuttttfgvuasdafwesdvjzdk

* more endpoints

* TYPO

* making that party jam

* this is my jam

* refactor: move slash commands types to webhook.ts (#250)

* Move Types

* Move to webhook.ts types file

* Update webhook.ts

* fix: update ExecuteSlashCommandOptions (#252)

* Move Types

* idk

* Remove Unnecessary Comment

* details

* http side of slash

* Format

* idk

* cleanup

* fmt

* fix imports

* tet

* remove log

* Update interactions.ts

* Update interactions.ts

* Update interactions.ts

* Use tweetnacl_deno for verification

* chore: move tweetnacl import to deps.ts

* Update deps.ts

* deps: use tweetnacl from GitHub

* fix: use serverOptions.slashHexKey

* fix: res -> req

* fix: use TextEncoder

* deps: add std@0.81.0/encoding/hex.ts

* chore: use encode() from std/encoding/hex.ts

* I am using the GitHub online editor pls help

* Update deps.ts

* Update interactions.ts

* Update interactions.ts

* Update interactions.ts

* Update interactions.ts

* fix: respond with 400 if timestamp and signature not present

* style: format files

* refactor!: merge createServer() into startServer()

* style: format files

Co-authored-by: ITOH <72305210+itohatweb@users.noreply.github.com>
Co-authored-by: ayntee <ayyantee@gmail.com>
2020-12-22 21:39:01 +04:00
Skillz4Killz 2a27466a7e good for new contributors 2 use the same settings 2020-12-15 14:04:23 -05:00
Ayyan a73d883603 Update .gitignore 2020-12-08 11:19:35 +04:00
ayntee 556ec8eaac docs: ignore public/ & .cache/ dir 2020-11-20 13:11:19 +04: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
Skillz d91fc2b7e4 nest.land stuff 2020-08-14 11:54:38 -04:00
Skillz 02e4f0f6c2 ignore debug file 2020-07-17 08:28:23 -04:00
Skillz c2ee8621d6 documentation 2020-06-18 09:34:39 -04:00
Skillz e78d2d3121 Add gitignore to hide configs 2020-02-07 13:47:38 -05:00