sona pona:Discord: Difference between revisions

m
no edit summary
(Added link to Discord server)
mNo edit summary
 
(3 intermediate revisions by the same user not shown)
Line 1:
{{Wiki essay}}
{{Shortcut|SOSP:DC}}
{{tp|sona pona}} is managed from its own '''[https://discord.gg/WFRs3dyKMP own Discord server]'''. Please feel free to contact us there!
 
There are also threads in {{tp|[[ma pona pi toki pona]]}}, within in the <code>{{tok|sona.pona.la}}</code> thread in the <code>{{tok|#toki-suli}}</code> threadchannel, and in the {{tp|kama sona}} Discord server, within in the <code>{{tok|sona.pona.la}}</code> thread in the <code>{{tok|#forum}}</code> threadchannel.
{{tp|sona pona}} is managed from its [https://discord.gg/WFRs3dyKMP own Discord server]. Please feel free to contact us there!
 
There are also threads in {{tp|[[ma pona pi toki pona]]}}, within in the <code>{{tok|sona.pona.la}}</code> in the <code>{{tok|#toki-suli}}</code> thread, and in the {{tp|kama sona}} Discord server, within in the <code>{{tok|sona.pona.la}}</code> in the <code>{{tok|#forum}}</code> thread.
 
==Using {{tp|sona pona}} on Discord==
{{Shortcut|SOSP:YAGPDB}}
Users are able to easily send links to {{tp|sona pona}} on Discord, using a bot. When a user type a page title inbetween two square brackets, for example, <code><nowiki>[[</nowiki>{{tok|mu}}<nowiki>]]</nowiki></code>, the bot will post a link to the page referenced.
 
Users are able to easily send links to {{tp|sona pona}} on Discord, using a bot. When a user type a page title inbetween two square brackets, for example, <code><nowiki>[[mu]]</nowiki></code>, the bot will post a link to the page referenced.
 
*# Invite the YAGPDB bot into your server (or ask a server admin to do so).
*# Go to [https://yagpdb.xyz/ its website].
** Otherwise, ask an admin to do so
*# Log in and authenticate with your Discord account.
* Go to [https://yagpdb.xyz/ its website]
*# Dashboard >&rarr; Custom commands >&rarr; Commands
* Log in and authenticate with your Discord account
*# ClickPress "Create a new Custom Command".
* Dashboard > Custom commands > Commands
*# Set the trigger type to "Regex" and trigger to <code>\[\[.+\]\]</code>
* Click "Create a new Custom Command"
*# Under "Responses", paste the following piece of code by {{tok|waso Keli}}.
* Set the trigger type to "Regex" and trigger to <code>\[\[.+\]\]</code>
# [[File:OOjs UI icon check-constructive.svg|15x15px|link=]] Save and done.
* Under "Responses", paste the following piece of code by {{tok|waso Keli}}
* Save and done
 
<syntaxhighlight lang="golang">
<pre>
{{/* Trigger type: Regex */}}
{{/* Trigger: \[\[.+\]\] */}}
Line 40 ⟶ 37:
 
{{/* tan waso */}}
</syntaxhighlight>
</pre>
{{Project}}