Strand - Miscellaneous Commands

These are Miscellaneous commands that you can use to improve the experience of your server. This section is still being updated, check back soon.

This directory assumes that you understand the basics of adding commands. We assume you are using the default command prefix, ?. Commands with inputs are denoted as ?command [input]. Commands with choice inputs are denoted as ?command [input1/input2].

Trigger Use Command Code
?bing [word] Provides a Bing search link for a single word. {delete}
{!announce {channel} {user}, [Here's](https://bing.com/search?q=$1) your Bing search result for: **$1+**.}
?dict [word] Provides a Wiktionary search link for a single word. {delete}
{!announce {channel} {user}, [Here's](https://en.wiktionary.org/wiki/$1) your Wiktionary result for: **$1**.}
?wiki [word] Provides a Wiktipedia search link for a single word. {delete}
{!announce {channel} {user}, [Here's](https://en.wikipedia.org/wiki/$1) your Wikipedia search result for: **$1**.}
?gsearch [word] Provides a Google search link for a single word. {delete}
{!announce {channel} {user}, [Here's](https://www.google.com/search?q=$1) your Google search result for: **$1**.}
?reddit [subreddit] Provides a Reddit link for a specific subreddit. {delete}
{!announce {channel} {user}, here's your [subreddit](https://www.reddit.com/r/$1) for **r/$1**!}