diff options
| author | Fuwn <[email protected]> | 2020-11-10 14:22:50 -0800 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2020-11-10 14:22:50 -0800 |
| commit | b821e9d4ab85a85af2c2af4a654a49bab5a97e01 (patch) | |
| tree | c271593587b69d7e5c49b85d9dcffcb8b2e6ea7d | |
| parent | feat: (desc) (diff) | |
| download | blog-b821e9d4ab85a85af2c2af4a654a49bab5a97e01.tar.xz blog-b821e9d4ab85a85af2c2af4a654a49bab5a97e01.zip | |
article: wisp
| -rw-r--r-- | articles/2020-11-10-wisp.md | 34 | ||||
| -rw-r--r-- | editor/editor.js | 2 |
2 files changed, 35 insertions, 1 deletions
diff --git a/articles/2020-11-10-wisp.md b/articles/2020-11-10-wisp.md new file mode 100644 index 0000000..227e96a --- /dev/null +++ b/articles/2020-11-10-wisp.md @@ -0,0 +1,34 @@ +--- +title: Wisp +route: /wisp +date: 2020-11-10 +description: Wisp, your all-in-one Discord companion. +hidden: true +--- + +Wisp is an all-purpose Discord bot which has a focus on being community orinted, customizable, and easy to use! + +**To get started, simple type; `w.help`!** + +*Some of the modules which Wisp features come as follow;* +# Various Configuration Settings +Wisp allows the ability to have rich, customizable prompts, commands, and greatings. Here is a few; +- Auditing +- Moderation Logging +- A Customizable Welcome (Goodbye comming soon?) Greating + +# Moderation Features +Moderation, security is important to all of use, let Wisp help you with keeping your users and your server safe. Some of the modules come as follow; +- Banning and Kicking +- Add users to server watchlists +- Add notes to users +- Chat cleaning and pruning + +# Last but not least; Fun and Minigames! +Enjoy some of the *loose* and *fun* commands that Wisp has to offer; +- Various text modification commands +- Magic 8 Ball +- Various joke modules +- Games + +Are we missing something that you thought we should have? Tell us! Join our [support server](https://discord.gg/ASrM7p9) where we discuss various aspects of the development cycle, bugs, feature requests, and more!
\ No newline at end of file diff --git a/editor/editor.js b/editor/editor.js index 63a00d4..c5cf9ac 100644 --- a/editor/editor.js +++ b/editor/editor.js @@ -24,7 +24,7 @@ app.get("/", (req, res) => { ), { articles: articles, - title: "New post | jordan scales", + title: "New post | Fuwn", description: "A new post", isEditor: true, body: ejs.render( |