From 5cad43258914aa96a7328d505a33bce3a68a4157 Mon Sep 17 00:00:00 2001 From: Jacob Nguyen <76754747+jacoobes@users.noreply.github.com> Date: Mon, 8 Jan 2024 14:31:49 -0600 Subject: [PATCH] Update README.md --- README.md | 22 +--------------------- 1 file changed, 1 insertion(+), 21 deletions(-) diff --git a/README.md b/README.md index 586f4b3..590f64c 100644 --- a/README.md +++ b/README.md @@ -42,26 +42,6 @@ export default commandModule({ }); ``` -
modal.ts - -```ts -export default commandModule({ - type: CommandType.Modal, - //Installed a plugin to make sure modal fields pass a validation. - plugins : [ - assertFields({ - fields: { - name: /^([^0-9]*)$/ - }, - failure: (errors, modal) => modal.reply('your submission did not pass the validations') - }) - ], - execute : (modal) => { - modal.reply('thanks for the submission!'); - } -}) -``` -
## 🤖 Bots Using sern @@ -73,7 +53,7 @@ export default commandModule({ - [Protector (WIP)](https://github.com/needhamgary/Protector), Just a simple bot to help enhance a private minecraft server. - [SmokinWeed 💨](https://github.com/Peter-MJ-Parker/sern-bud), A fun bot for a small - but growing - server. - [Man Nomic](https://github.com/jacoobes/man-nomic), A simple information bot to provide information to the nomic-ai discord community. - +- [Linear-Discord](https://github.com/sern-handler/linear-discord) Display and manage a linear dashboard. ## 💻 CLI It is **highly encouraged** to use the [command line interface](https://github.com/sern-handler/cli) for your project. Don't forget to view it.